1. How to Implement a PHP Raspberry PI Solution to Control a LED Light System
Updated on: 2021-09-08
Posted on: 2021-09-08
Blog: PHP Led Raspberry PI package blog
Package: PHP Led Raspberry PI
This package demonstrates how to control a Raspberry PI-based LED light system using PHP.



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.



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.



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.



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.


