1065. How to Create Better PHP Admin Pages For Your Web Site
Updated on: 2021-09-08
Posted on: 2021-09-07
The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.
Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.



1. How Make PHP Site Compliant with Privacy Laws like LGPD and GDPR
Updated on: 2021-09-07
Posted on: 2021-09-07
Blog: Laravel LGPD package blog
Package: Laravel LGPD
The law is complex. Businesses and other institutions need to comply with a lot of requirements of the law.
People need to be presented with many terms to understand what happens with their personal data when they sign up for a service that needs to comply with the LGPD law.
Users need to state that they understand and agree with all services' terms to comply with the LGPD law.
This package provides a solution to manage all the terms of the LGPD law that the service implements, and each user agrees.



1. How to Implement a PHP Image Detection Solution that Can Find If a Picture Contains Forbidden Content
Updated on: 2021-09-03
Posted on: 2021-09-03
Blog: PHP PicPurify API package blog
Package: PHP PicPurify API
However, there is always the risk that some users may submit inadequate pictures.
This package helps developers detect if a picture may be of a type that is not acceptable for publication, so a human may review it later to confirm if the picture is inadequate and avoid being published.



2. How Can PHP Print Labels using HTML to Personalize the Label Contents
Updated on: 2021-09-01
Posted on: 2021-09-01
Blog: PHP Print Labels to PDF package blog
Package: PHP Print Labels to PDF
You can generate a label document in a word processing program and then send the label to a printer.
However, when you need to generate many labels with different text, for instance, to show the names of different people, it is a lot of work to create those label documents manually.
This package provides a more automated solution that can generate personalized labels in great quantity in less time.
It generates a PDF document with the spaces for each label. Then an application defines the content of each label using HTML.



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.


