1. Custom PHP HTML Parser v1.1
Updated on: 2022-09-26
Posted on: 2022-09-26
Blog: Custom PHP HTML Parser package blog
Package: Custom PHP HTML Parser
1. How to Implement a PHP Hash Generator That is Simple Fast in Pure PHP
Updated on: 2022-09-26
Posted on: 2022-09-26
Blog: PHP Murmurhash package blog
Package: PHP Murmurhash
Hashing operations help check the integrity of data that may be transmitted between a source computer and a destination computer to detect data transmission failures caused by external interferences.
In environments in which security is an important aspect, developers should use cryptographic hashing algorithms to detect malicious alteration of data by people with bad intentions.
In environments where security is not essential due to the low risk of alteration of data by bad-intentioned people, developers can use non-cryptographic algorithms.
Such algorithms do not require so much CPU processing power and can run faster.
Murmurhash is a non-cryptographic algorithm.
This package provides a pure PHP implementation of the Murmurhash algorithm. Therefore it does not require that particular cryptography PHP extensions are available to use this class.



1. How to Set or Get the PHP Types of Variables Without the Risk of Committing a Mistake When You Type the Variable Type Names
Updated on: 2022-09-23
Posted on: 2022-09-23
Blog: PHP Type Class package blog
Package: PHP Type Class
Although this makes the PHP language very flexible and tolerant of the developer's mistakes, sometimes it can be hard to debug subtle bugs caused by the developer's errors.
In practice, that can mean that developers may take more time to fix subtle bugs that probably would not exist if PHP was a strongly typed language.
This package provides a solution that can help to avoid those bugs. It gives the name strings of the PHP variable types.
So, if a developer wants to use the PHP GetType and SetType functions to get or set the variable type, the developer can use this class.
So, if the developer makes a mistake in the name of a constant provided by the class, PHP will trigger an error that can make it easier to find bugs caused by typing the name of a PHP type.



1. PHP MVC Routing Tutorial with a Practical Example
Updated on: 2022-10-10
Posted on: 2022-09-22
Blog: Router App package blog
Package: Router App
Usually, MVC frameworks have a router component that processes HTTP requests and forwards each request to the controller class or callback function configured by the application to handle the request and generate the HTTP response.
Read this short tutorial to learn how to implement MVC routing using the Router App package quickly.



1. How to Use a PHP Podcast Generator to Quickly Publish a Podcast From a Few Configuration Files
Updated on: 2022-09-20
Posted on: 2022-09-20
Blog: Simple PHP Podcast Generator package blog
Package: Simple PHP Podcast Generator
Publishing podcasts requires the generation of XML documents that describe the podcast episode list in RSS format.
This package provides a solution to automate the generation of a podcast RSS XML feed just by editing a few podcast files that define the podcast audio and video and the respective text descriptions.



1. How to Generate PHP README MD File for PHP Projects Just Asking a Few Questions to the Developers
Updated on: 2022-09-19
Posted on: 2022-09-19
Blog: PHP GitHub Readme Generator package blog
Package: PHP GitHub Readme Generator
GitHub also shows README files to allow developers to describe their project details using the Markdown format in a single text document.
This package helps generate README files in Markdown format that is suitable to display in sites like GitHub and the PHP Classes repository just by asking a few questions to the project authors.



1. How to Use a WordPress Plugin Development Package to Create New Plugins Faster and Well Tested to Achieve Great Quality
Updated on: 2022-09-16
Posted on: 2022-09-16
Blog: WordPress React Plugin Kit package blog
Package: WordPress React Plugin Kit
This package provides a base environment that allows the creation, activation, and testing of a new WordPress plugin and an API that exposes the features of that plugin to external applications and sites.



1. How Can PHP Generate Noise Images Faster to Use in the Background the CAPTCHA Validation Images
Updated on: 2022-09-15
Posted on: 2022-09-15
Blog: SimpleX Noise Algorithm package blog
Package: SimpleX Noise Algorithm
Noise images can be helpful. For instance, you may use noise images to generate CAPTCHA validation images that may obfuscate a picture with text that the user needs to recognize.
The noise image can help obfuscate the text to make it harder for robots to recognize the text while humans may be able to identify it.
This package can generate noise data for creating noise images for CAPTCHA validation or other purposes.
It uses the SimpleX noise algorithm. This algorithm has several advantages over classic forms of generating noise like the Perlin algorithm.
For instance, the simplex algorithm requires less computing power to create noise.



1. How to Use a PHP SAAS Boilerplate to Create Services for Customers that May Use and Pay Every Month to You as the Developer
Updated on: 2022-09-14
Posted on: 2022-09-14
Blog: Laravel SAAS Boilerplate package blog
Package: Laravel SAAS Boilerplate
Often SAAS users may pay a given amount to have access to a better version that offers more benefits than a free version.
Usually, users can access a free version to evaluate the usefulness of the SAAS.
This package provides a base of a SAAS application that developers can use to create their own SAAS applications.



1. How to Implement a PHP Web Monetization Standard Solution to Allow Web Site Owner to Tell How They Want to Make Money From Their Web Site Content
Updated on: 2022-09-13
Posted on: 2022-09-13
Blog: PHP Web Monetization package blog
Package: PHP Web Monetization
This package provides a means to add HTML tags to a page to specify a payment system that the page users can use to pay the creators of a page according to Web monetization W3C standard specification.


