1. How Can PHP Strict Types Help Preventing Bugs When Migrating to PHP 7 or PHP 8
Blog: Stern PHP Type Safety package blog
Package: Stern PHP Type Safety
This possibility makes it easier for developers to catch bugs in code that pass the wrong types of values to strict functions.
Strict type support was introduced in PHP 7. To make older projects take advantage of strict types, you need to migrate those projects to PHP 7 to take advantage of this and other PHP 7 features.
In this tutorial, you will learn how to perform a smooth migration of older projects to PHP 7, so you can use strict types without introducing backwards incompatible changes that could cause more bugs to appear in your projects.



1. PHP and Mysql, playing with the database
Blog: DaoOne package blog
Package: DaoOne



1. Tutorial on How to Secure Sensitive Data in PHP using Encryption and Decryption
Blog: PHP Simple Encryption and Decryption package blog
Package: PHP Simple Encryption and Decryption
When done incorrectly it can result in stolen data or unrecoverable information.
Read this tutorial article to learn how to use the PHP Simple Encryption and Decryption package to choose the right cryptography cipher and generating a secure IV, so you do not need to be an expert in cryptography.



1. PHP Authorize.Net Tutorial on Making Easier Payments through its API
Blog: PHP Authorize.net Integration with JSON API package blog
Package: PHP Authorize.net Integration with JSON API
It supports many useful features like managing subscriptions, payment profiles, fraud management and sales reporting.
Read this tutorial to learn how to use the Authorize.net API to integrate payment processing to sell more products and services in your Web site or application using the PHP Authorize.net Integration with JSON API package.



1. Learning from PHP Log to File Example
Blog: PHP Logging Class package blog
Package: PHP Logging Class
Read this article to learn from examples on how to implement logging techniques that can be used in PHP storing the logged information in files.



1. Monday June 8, 2020
Blog: QCM Class package blog
Package: QCM Class
2. Monday June 8, 2020
Blog: OPDS PHP Ebook Publisher Class package blog
Package: OPDS PHP Ebook Publisher Class
1. Friday June 5, 2020
Blog: OPDS PHP Ebook Publisher Class package blog
Package: OPDS PHP Ebook Publisher Class
1. How to Use PHP to Send Web Push Notifications for Your Web Site in 2020
Blog: PHP Web Push Notifications Server package blog
Package: PHP Web Push Notifications Server
Web push notifications can solve this problem by showing notification windows with short messages telling the user there is something new on the site that they authorized to be notified when new content is publishe.
Read this tutorial article to learn about how you can implement Web push notifications in your sites using PHP.



1. How to Create Laravel Charts Tutorial using APEXCharts Library
Blog: APEXCharts Laravel Charts Library package blog
Package: APEXCharts Laravel Charts Library
Read this article so you can learn how to create charts from PHP applications using the Laravel framework using the APEXCharts library.


