1. How to Implement a List of Validations to Apply to HTTP Request Parameters using Filter Classes
Updated on: 2021-08-30
Posted on: 2021-08-30
Blog: Ionizer PHP Filter Input package blog
Package: Ionizer PHP Filter Input
There are many solutions to validate and filter values of common types.
This package provides a solution that developers can adapt to validate filter any value by using classes that can perform any verification of the input values.
1. How to Use PHP Monitoring Tools to Quickly Find Issues that Are Causing Problems to Servers on Which PHP is Running
Updated on: 2021-08-29
Posted on: 2021-08-29
Blog: PHP System Resources package blog
Package: PHP System Resources
It is possible to monitor each computer system depending on the operating system running in the computer.
This package provides a general solution for monitoring resources like the CPU, memory, disk, etc... It can work equally well on computer systems based on Linux or Windows Operating Systems.
1. How to Implement a PHP MySQL Update Schema Procedure Very Quickly
Updated on: 2023-07-11
Posted on: 2021-08-27
Blog: mSync PHP Sync MySQL Databases package blog
Package: mSync PHP Sync MySQL Databases
Usually, developers start making changes to the database schema in the development environment. When the changes are well tested, they need to implement the same schema changes on the server-side.
This package provides a solution that uses schema definition files in JSON format to update the database schema either in the development environment or the production environment.
1064. Call For Help in Making a Better PHP Podcast
Updated on: 2021-08-26
Posted on: 2021-08-26
Now we want to make it better with your help. Therefore we need that you collaborate by filling a very small survey on which you tell us what questions do you have about PHP and related topics that you would like us to answer, so you can learn what you need to know to be a more successful PHP developer.
Read this small article with an explanation on how you can participate in this small survey.
1. How Implement a Faster PHP Spell Check to Verify Text Spelling Using the FFI Extension
Updated on: 2021-08-25
Posted on: 2021-08-25
Blog: Hunspell FFI PHP Spell Check Library package blog
Package: Hunspell FFI PHP Spell Check Library
Since it is a library written in C++, it can be called from PHP projects using the PHP FFI extension.
This package provides a solution to call the Hunspell library using PHP FFI to access it as a regular PHP class.
1063. Improving Your PHP 8 Function Parameters Using Trailing Commas: The Wonderful PHP 8 Features and Changes Part 6 - 8 Minutes Lately in PHP Podcast Episode 88
Updated on: 2021-08-24
Posted on: 2021-08-24
Manuel Lemos and Samuel Adeshina comment specifically about the benefits of PHP 8 function parameter lists using trailing commas in the sixth part of this podcast episode.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP 8 topics, and find where to buy the original PHP elePHPants shown in the podcast video.
1. How to Implement a PHP Contact Form to Send Email with Encryption
Updated on: 2021-08-23
Posted on: 2021-08-23
Blog: Discretion package blog
Package: Discretion
Email encryption standards like OpenPGP can help exchange encrypted messages as long as the sender and receiver have created and exchanged encryption keys.
This package can help solve the problem of taking messages from users of a Web site using contact forms.
Then it sends those messages to the email address of the Web site contact person using OpenPGP to encrypt the messages.
1062. Simplify Your PHP Code With the PHP 8 Class Constructor Promotion: The Wonderful PHP 8 Features and Changes Part 5 - 9 Minutes Lately in PHP Podcast Episode 88
Updated on: 2021-08-20
Posted on: 2021-08-20
Manuel Lemos and Samuel Adeshina comment specifically about the PHP 8 class constructor promotion in the fifth part of this podcast episode.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP 8 topics, and find where to buy the original PHP elePHPants shown in the podcast video.
1. How to Create a PHP Menu System That Shows Items Depending on the User Roles and Permissions
Updated on: 2021-08-19
Posted on: 2021-08-19
Blog: Easy Menu ACL Bundle package blog
Package: Easy Menu ACL Bundle
This package provides solutions to automatically configure the application features that appear in menus that each user can see by integrating with classes that determine the application permissions that the users have.
1. How to Implement a PHP CLI Arguments Parser To Pass Arrays or Objects to PHP Console Commands
Updated on: 2021-08-18
Posted on: 2021-08-18
Blog: strargs package blog
Package: strargs
Usually, this string is processed to extract the parameter names and the values.
This package can extract the values of parameters passed as a string. It can also extract the values of parameters of more complex types like arrays or objects. It can decode parameter values that may be passed using the JSON format.
