1. How to Implement Simple PHP Encryption Methods with Key
Updated on: 2021-02-10
Posted on: 2021-02-10
Blog: PHP Encryption Library package blog
Package: PHP Encryption Library
Read this article to learn how to implement simple encryption methods that can be used with just a few lines of code to protect data using a secret key.



1. How to Generate a PHP Changelog Automatically for a Project
Updated on: 2021-02-09
Posted on: 2021-02-09
Blog: PHP Conventional Changelog package blog
Package: PHP Conventional Changelog
This class can help to automatically generate change log and release note files, so the developers of the project reduce the work that is necessary to finalize the new release of the project.



1. How to Implement a PHP Luck Draw to Assign Product Prizes to Multiple Winners
Updated on: 2021-02-07
Posted on: 2021-02-07
Blog: PHP Lucky Draw Game package blog
Package: PHP Lucky Draw Game
The users that participate can win prizes that are drawn based on luck.
This package implements the process of drawing prizes from a a given product list using luck to assign the prizes to the possible winners.



1. How to Create a PHP HTML Editor Online using CKEditor in a CakePHP Application
Updated on: 2021-02-05
Posted on: 2021-02-05
Blog: PHP CKEditor Library package blog
Package: PHP CKEditor Library
This package provides a solution to integrate the CKEditor in PHP based Web applications that use the the CakePHP framework.



1. How to Make a PHP SQL Server Connection on Linux using the Same Code to Access the Database Server from Windows
Updated on: 2021-02-03
Posted on: 2021-02-03
Blog: PHP SQLSRV Linux package blog
Package: PHP SQLSRV Linux
The sqlsrv PHP extension is the usual means to access a Microsoft SQL Server database under Windows. However this extension does not exist for the Linux operating system.
This package provides a solution based dblib driver for the PDO extension to access Microsoft SQL Server databases from a Linux installation.
It also provides functions that emulate the sqlsrv extension functions on Linux, so the same PHP application code can run either in Windows and Linux.



1. How to Perform PHP Form Human Check using a Pad with Codes for Users to Demonstrate They Are Not Robots
Updated on: 2021-01-31
Posted on: 2021-01-31
Blog: PHP Login Pad Class package blog
Package: PHP Login Pad Class
This class provides a solution that consists of a key pad that displays on a Web page. Then the users need to click or touch on keys that appear on the screen to demonstrate that they are real humans to enter the right codes by the right order.
This way this solution can work well on computers on which people can use the mouse to point and click in the buttons in the right order with the codes that appear on the page.
It also works well on devices with a touch screen like mobile phones, tablets or computers with a touch screen, as the users just need to touch the buttons to achieve the same effect as clicking on the buttons with the mouse.



1. Introduction on How to Implement a Basic PHP Script SEO Report for Your Web Site
Updated on: 2021-01-29
Posted on: 2021-01-29
Blog: PHP Website SEO Tools package blog
Package: PHP Website SEO Tools
Read this short article to learn how you can start implementing basic PHP script that generates a SEO report, so you can evaluate if you are applying some of the recommended SEO practices.



1. How to Implement PHP Physical Test of Structures by Processing Accelerograms
Updated on: 2021-01-28
Posted on: 2021-01-28
Blog: Dynamic PHP SDOF Class package blog
Package: Dynamic PHP SDOF Class
This class can analyse accelerogram data to produce charts that help evaluating how physical structures are able to handle the forces that may be propagating during the activity of earthquakes.



1048. PHP News Partnership Announced Between the PHP Classes Site and PHPMagazine.net for Our PHP Newsletter
Updated on: 2021-01-27
Posted on: 2021-01-27
Read this short announcement article, so you can understand what this means and what you gain from this collaboration initiative.



1047. What is New in PHP Type Hinting Support in PHP 8
Updated on: 2021-01-26
Posted on: 2021-01-26
Read this article to learn about PHP version 7.4 type hinting support. You can also read about the new type hinting features of PHP version 8.0.
The article also presents a list of the kinds of type hinting that are available in each PHP version.
In the end you can learn more about type hinting in practice with code examples.


