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.



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.



1. How to Implement a PHP Facebook ChatBot that Can Message Many Chat Users at Once
Updated on: 2022-03-03
Posted on: 2022-03-03
Blog: PHP Facebook Agent Helpers package blog
Package: PHP Facebook Agent Helpers
This package provides a chatbot agent class that can automate the interactions with many Facebook chatbot users at once, including delivering broadcast messages that can reach all chatbot users.



1. How to Implement a Browser Side PHP Action Handler to Process JavaScript Events
Updated on: 2022-03-01
Posted on: 2022-03-01
Blog: PHP Router Library JS package blog
Package: PHP Router Library JS
This package can process client-side requests to retrieve HTTP route information from the server-side according to a parameter that is the value after the hash (#) character.
This possibility allows configuring Web application routes for applications implemented on the client-side in JavaScript using PHP code's configuration values defined on the server-side.



1. How Create a Complex API using a PHP REST API Library the Reduces the Need to Write So Much API Implementation Code
Updated on: 2022-02-25
Posted on: 2022-02-25
Blog: Laravel REST API package blog
Package: Laravel REST API
Usually, those applications provide a REST API to manipulate information records stored in databases accessed using model classes.
This package makes it simpler to create complex REST API by reducing the effort to write code to set up and configure REST APIs that provide access to many model classes in the same API provided by applications written with the Laravel framework.



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: 2022-02-24
Blog: Saad Laravel PHP Fractal Transformer package blog
Package: Saad Laravel PHP Fractal Transformer
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.



1. How to Implement Financial Applications using a PHP Wallet API
Updated on: 2022-02-23
Posted on: 2022-02-23
Blog: PHP Wallet API and Application package blog
Package: PHP Wallet API and Application
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.


