1. How to Process a PHP AJAX Response to a Request Passed as PSR-7 Compliant Messages
Updated on: 2022-03-21
Posted on: 2022-03-21
Blog: PHP AJAX Response Router package blog
Package: PHP AJAX Response Router
This package implements the PSR-7 recommendation to simplify the processing of HTTP requests of AJAX and other types of PHP Web applications.
Application developers only need to specify callback functions or class methods ready to process PSR-7 compliant requests and response objects to implement their PHP applications.



1. How to Learn Using a Laravel Livewire from a Laravel CRUD Example
Updated on: 2022-03-18
Posted on: 2022-03-18
Blog: Laravel Livewire CRUD package blog
Package: Laravel Livewire CRUD
Applications based on Livewire require that developers write less code than traditional Web applications or applications based just on Laravel.
This package demonstrates how to implement a simple CRUD application using Laravel Livewire. This way, other developers can learn faster from this practical example.



1082. 10 Pieces of PHP Developer Advice in 2022: Advice #7: How Can You Make Money Selling Better Versions of Your Open Source Software - 6 minutes - Lately in PHP Podcast Episode 90 Part 7
Updated on: 2022-03-17
Posted on: 2022-03-17
Many developers are employees or contractors who work for companies of other people that are business owners.
An employee works for one customer that is his employer's company.
A contractor may work for several customer companies.
A business owner may have much more customers. Therefore, the business owner can make much more money than an employee or a contractor.
Read this article, watch a 6-minute podcast video, or listen to part 7 of episode 90 of the Lately in PHP podcast to learn how to make more money by becoming an Open Source software business owner.



1. How to Learn the Test Driven Development Approach from a Real PHP TDD Example
Updated on: 2022-03-16
Posted on: 2022-03-16
Blog: PHP TDD Tutorial Bug Report Application package blog
Package: PHP TDD Tutorial Bug Report Application
This approach makes it easier to create applications that developers can verify if they comply with a given specification.
This package implements a sample application that demonstrates how to create a PHP application using the TDD approach.



1. How to Implement a PHP Tree View Database Solution to Display Tree Structures Stored in MySQL using Google Charts API
Updated on: 2022-03-15
Posted on: 2022-03-15
Blog: PHP MySQL Hierarchical Tree package blog
Package: PHP MySQL Hierarchical Tree
Hierarchies can be stored in databases using table records that express what entities are below or above in the hierarchy tree.
This class can retrieve a hierarchy tree structure from a MySQL database table to easily visualize the Google Charts API.



1. How Can PHP Compress HTML Pages to Serve at the Maximum Speed Combining Content with Response Compression
Updated on: 2022-03-13
Posted on: 2022-03-13
Blog: PHP Compress JSON, HTML and Text Output package blog
Package: PHP Compress JSON, HTML and Text Output
This possibility can make the Web servers respond faster to HTTP requests by reducing the amount transferred to the Web browser, especially when the response is in text formats like HTML, JSON, or plain text.
This package takes advantage of this possibility to reduce the size of HTTP responses generated by PHP scripts.
The package can compress the response data even more when the output format is HTML because it also compresses HTML by eliminating unnecessary parts, like comments, spaces, and line breaks.



1. How to Implement PHP Robot Check System that Logs Web Site Accesses For Posterior Analysis
Updated on: 2022-03-10
Posted on: 2022-03-10
Blog: Robots Class package blog
Package: Robots Class
The analysis of the robot access activity may be helpful to determine if in the future a site may consider those accesses as valid or ignore them to avoid a needless load of the Web server machine.
This class provides several alternatives to log the details of robot accesses like log files, email, and database table records.
Applications developers may pick different log storage container types depending on what can be better for future analysis.



1081. 10 Pieces of PHP Developer Advice in 2022: Advice #6: How Can a Developer Have a Balanced Personal Life with Great Quality - 7 minutes - Lately in PHP Podcast Episode 90 Part 6
Updated on: 2022-03-10
Posted on: 2022-03-10
To have an excellent quality of life, you need to have five kinds of love in your life. Finding these kinds of love is the advice given in part 6 of the Lately in PHP podcast episode 90.
Read this article, watch a 7-minute podcast video, or listen to this podcast episode to learn more about having an excellent quality of life.



1. How to Use a PHP GraphQL Client Library to Extract Parameters Passed to API Calls
Updated on: 2022-03-09
Posted on: 2022-03-09
Blog: Laravel GraphQL Server package blog
Package: Laravel GraphQL Server
It allows developers to create APIs by defining how to extract parameter values from the request using a GraphQL specification file.
This package demonstrates how to use a GraphQL specification to implement an API using the Laravel Framework quickly.



1. How to Create a PHP Quiz Online Reading Questions and Answers from INI Configuration Files
Updated on: 2022-03-06
Posted on: 2022-03-04
Blog: PHP Quiz Questions and Answers package blog
Package: PHP Quiz Questions and Answers
This package can manage quizzes presented on the Web site with questions and answers read from INI configuration files.
This possibility allows site owners to quickly create quizzes by changing configuration files, thus without having to change the site code or using databases.


