PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1989 - 1980   ...   1529 - 1520   1519 - 1510   1509 - 1500   1499 - 1490   1489 - 1480   1479 - 1470   1469 - 1460   1459 - 1450   1449 - 1440   1439 - 1430   1429 - 1420   1419 - 1410   ...   9 - 1  

1. How to Implement a PHP Transformer Pattern Solution to Configure What Data a Page Displays Based on the HTTP Request Parameters

Updated on: 2022-02-24

Posted on:

Blog: Saad Laravel PHP Fractal Transformer package blog
Package: Saad Laravel PHP Fractal Transformer

This class can transform data presented by Laravel applications.

It provides classes that transform data retrieved from data sources using the current HTTP request parameter values that configure the data transformation details.

The package provides an abstract transformation class that applications can use to create their own rules to transform the source data more conveniently to the application data presentation purposes.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement Financial Applications using a PHP Wallet API

Updated on: 2022-02-23

Posted on:

Blog: PHP Wallet API and Application package blog
Package: PHP Wallet API and Application

Wallets are containers that securely store money amounts. Applications can perform different types of operations with money held in wallets.

This package implements an API that can perform several operations with wallet money amounts.

Using this API, developers can implement financial applications that do not need to maintain the wallet management services.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1079. 10 Pieces of PHP Developer Advice in 2022: Advice #4: Share Nice Tutorial Articles that Other Developers Want to See to Learn from You - 4 minutes - Lately in PHP Podcast Episode 90 Part 4

Updated on: 2022-02-28

Posted on:

Every developer needs to learn how to solve programming problems to become a better developer.

If you are good at solving a programming problem, you will be more appreciated if you share what you learned to solve that problem.

Teaching in a way that is efficient to pass your programming knowledge is a problem that you need to solve.

Many developers try to teach what they know using tutorial articles. Unfortunately, not every developer knows how to create good tutorial articles that help other developers solve the programming problems they know how to solve.

Fortunately, there is an excellent method to teach how to solve any problem. The explanation of that method is the advice given in part 4 of the Lately in PHP podcast episode 90.

Read this article, watch a 4-minute podcast video, or listen to this podcast episode to learn more about this teaching method using tutorial articles.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Visual Editor Online for Content to Be Published on a Site

Updated on: 2022-02-21

Posted on:

Blog: Palette PHP CMS System package blog
Package: Palette PHP CMS System

Content management systems are a popular type of application developed using PHP.

This package implements a content management system that provides visual editors to manage the content that will be published.

This way, it makes content editing and publishing more user-friendly.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP Model Class to Access Model Stored in Remote Services

Updated on: 2022-02-18

Posted on:

Blog: Mezon Variadic Model package blog
Package: Mezon Variadic Model

Some applications need to model classes that manipulate information stored in remote machines.

This package can create model classes that delegate the model implementation to services that can access local or remote services.

This way, this package makes it easier to implement a distributed architecture using multiple computers to implement applications that can scale and allow many requests from many users.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Grammar Checker to Validate a String that Follow Certain Grammar Rules

Updated on: 2022-02-17

Posted on:

Blog: Mezon Formal Grammar package blog
Package: Mezon Formal Grammar

Some applications need to parse a text that follows specific grammar rules.

This package allows developers to dynamically create their own grammar rules using classes that implement simple grammar rules.

Then the package can validate a string to check if it complies with the grammar rules defined dynamically.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

1. How to Execute Multiple PHP Actions in the Same HTTP Request with Layer Classes

Updated on: 2022-02-16

Posted on:

Blog: Add Layer Class package blog
Package: Add Layer Class

Some applications have Web pages that need to perform multiple types of actions with the exact scripts that handle the requests to access those Web pages.

This package can register multiple handler classes that are loaded to perform various actions during the execution of the PHP script that handles the current HTTP request.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Quickly Implement Common Calculation Algorithms in Your Applications Using Laravel Services

Updated on: 2022-02-15

Posted on:

Blog: Laravel Algorithm package blog
Package: Laravel Algorithm

Laravel services allow developers to implement certain services to be easy to reuse in different applications.

This package implements several types of calculation algorithms as Laravel services.

Multiple Laravel applications can reuse these Laravel services without researching and developing the code to implement these calculation algorithms.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Quickly Implement CakePHP Pagination of Listings using a Trait that You Can Use in Many PHP Applications

Updated on: 2022-02-11

Posted on:

Blog: CakePHP Pagination Helper Trait package blog
Package: CakePHP Pagination Helper Trait

Pagination is a common approach many applications use to split long listings between multiple pages.

The logic to split the listings between pages is always the same.

Therefore, this package provides a trait that many PHP applications can reuse based on the CakePHP framework.

This trait helps reduce the time necessary to develop applications with paginated listings.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Quickly Create Your Own Site with PHP Article System using an API to Manage Your Site Articles

Updated on: 2022-02-10

Posted on:

Blog: PHP Article System API package blog
Package: PHP Article System API

Many sites publish content stored in a database in the form of articles.

This package provides an API that other sites can use to perform the operations to manipulate the content of the articles.

This way, the API can be reused by many other sites that do not need to maintain the article management service.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1989 - 1980   ...   1529 - 1520   1519 - 1510   1509 - 1500   1499 - 1490   1489 - 1480   1479 - 1470   1469 - 1460   1459 - 1450   1449 - 1440   1439 - 1430   1429 - 1420   1419 - 1410   ...   9 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article