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.



1077. 10 Pieces of PHP Developer Advice in 2022: Advice #2: Use a Readable PHP Coding Style - 3 minutes - Lately in PHP Podcast Episode 90 Part 2
Updated on: 2022-01-31
Posted on: 2022-01-31
The explanation about this advice to any PHP developer is the main topic of part 2 of the Lately in PHP podcast episode 90.
Read this article, watch a 3-minute podcast video or listen to this podcast episode to learn more about the importance of using a readable and consistent coding style.



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.



1. How to Solve the Problem of PHP Sessions Not Working Due to Session Data Storage Permissions
Updated on: 2022-01-27
Posted on: 2022-01-27
Blog: Writable PHP Session Path package blog
Package: Writable PHP Session Path
PHP Sessions only work if the PHP configuration specifies a directory and has the correct read and write permissions to allow the current Webserver user to access it.
This package can start PHP sessions and assure the session data storage directory exists and has the correct configuration.



1076. 10 Pieces of PHP Developer Advice in 2022: Advice #1: Be a Good Community Member Sharing Your Open Source Work in Community Sites
Updated on: 2022-01-26
Posted on: 2022-01-26
While the site is getting closer to celebrating its 23rd anniversary, I am publishing a series of small articles to give ten pieces of advice on becoming a better PHP developer by following modern and efficient practices.
This article is a way that I found to retribute to you that helped make the PHP Classes site a fantastic community of PHP developers.
One type of advice is about technical practices. A different kind of advice is about your quality of life as an individual that participates in society. Other advice is about good business practices.
Read this article to learn about the more exciting advice types for you.



1. How to Use a Laravel Backup Server to Perform Backups of Project Application Files an Databases
Updated on: 2022-01-25
Posted on: 2022-01-25
Blog: Laravel Forge Backup package blog
Package: Laravel Forge Backup
This package uses the Laravel Forge services to perform application files and databases backups.



1075. Development with LAMP Stack Illustrated by an Address Book Project
Updated on: 2022-01-24
Posted on: 2022-01-24



1. How to Detect Multiple Bugs that Cause Many PHP Errors Within the Same PHP Script Execution
Updated on: 2022-01-21
Posted on: 2022-01-21
Blog: PHP Error Bag package blog
Package: PHP Error Bag
There are non-fatal errors that cause bugs in applications. Applications may have code that can detect these bugs without stopping the rest of the application from working.
When these non-fatal errors happen in the same script, it is helpful to keep track and report all of those errors, so developers can look at them when they debug the applications.
This package can collect these errors in a bag, so they can be processed all at once, for instance, by recording in a log file or sending them to another machine that can make some helpful processing of the errors.


