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.



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.



1080. 10 Pieces of PHP Developer Advice in 2022: Advice #5: How to Find a Mentor to Learn From His Experience Faster - 8 minutes - Lately in PHP Podcast Episode 90 Part 5
Updated on: 2022-02-28
Posted on: 2022-02-28
A mentor is a person that has more experience than you. So you can ask for help to learn more from a mentor.
Finding a good mentor who will help you evolve faster is the advice given in part 5 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 finding a good mentor.



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.


