1. How to Implement a PHP Grammar Checker to Validate a String that Follow Certain Grammar Rules
Updated on: 2022-02-17
Posted on: 2022-02-17
Blog: Mezon Formal Grammar package blog
Package: Mezon Formal Grammar
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.



1. How to Execute Multiple PHP Actions in the Same HTTP Request with Layer Classes
Updated on: 2022-02-16
Posted on: 2022-02-16
Blog: Add Layer Class package blog
Package: Add Layer Class
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.



1. How to Quickly Implement Common Calculation Algorithms in Your Applications Using Laravel Services
Updated on: 2022-02-15
Posted on: 2022-02-15
Blog: Laravel Algorithm package blog
Package: Laravel Algorithm
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.



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: 2022-02-11
Blog: CakePHP Pagination Helper Trait package blog
Package: CakePHP Pagination Helper Trait
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.



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: 2022-02-10
Blog: PHP Article System API package blog
Package: PHP Article System API
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.



1. How to Create Your PHP Football Manager Application Very Quickly
Updated on: 2022-02-09
Posted on: 2022-02-09
Blog: PHP Football Manager package blog
Package: PHP Football Manager
Managing a football championship is a complex task.
This package implements a PHP-based system to manage football championships and complex operations like seasons, teams, standings, and fixtures.



1. How to Implement a PHP Web Server Configuration Script that Can Control the Access Specific URLs and Works with Different Web Servers
Updated on: 2022-02-04
Posted on: 2022-02-04
Blog: PHP Web Server Configuration Policy Maker package blog
Package: PHP Web Server Configuration Policy Maker
The configuration files and option values depend on the type of Web server that the Web application uses.
This package simplifies the creation of Web server configuration files for different Web servers using a single PHP script.



1. How Can PHP Clean URLs to Use them As Link Anchor Text that Is Readable for The Users
Updated on: 2022-02-03
Posted on: 2022-02-03
Blog: Cute PHP Link Names package blog
Package: Cute PHP Link Names
This class can take the URL of a link and processes it to remove text and symbols, so developers can use the resulting text as the anchor text of a link that is much more readable than the original URL.



1. How to Learn About New PHP 8 Features From Practical Examples of Code
Updated on: 2022-02-01
Posted on: 2022-02-01
Blog: Learn New PHP 8 Features package blog
Package: Learn New PHP 8 Features
To take advantage of those features, you need to learn more about them.
One way to learn about PHP 8 new features is to see some code examples of using those features in practice.
This package provides example scripts that show how to use PHP 8 new features calling PHP classes taking advantage of those features.



1. How to Implement a PHP Project Management System to Process Information of Physical Products
Updated on: 2022-01-28
Posted on: 2022-01-28
Blog: D3 BTL package blog
Package: D3 BTL
This package can import the definitions of a machine into records of database tables. This way, applications can perform other functional operations on those machine projects.


