1. How to Store and Retrieve PHP Locale Settings to Personalize the Site Messages According to Each User Language
Updated on: 2021-05-14
Posted on: 2021-05-14
Blog: OnTime PHP Multi Language trait package blog
Package: OnTime PHP Multi Language trait
Therefore applications need to keep track what is the language that each user prefers.
This package provides a solution that can store in a database the language that each user will see the application texts.



1. How You can use a PHP Slug Creator to Generate Readable Web Page URLs in English and Other Languages
Updated on: 2021-05-13
Posted on: 2021-05-13
Blog: PHP Slugify package blog
Package: PHP Slugify
Usually, this is done by replacing non-ASCII characters with equivalent characters that users can read in the way the characters should sound.
There are many solutions to create a slug text. This package provides a more flexible solution that allows developers to customize how each character is mapped to other characters in the slug text.
This solution may be better when applications need to create slug texts that need to be readable by users that only understand other languages besides English.



4. How to Create a PHP Appointment Calendar
Updated on: 2021-05-11
Posted on: 2021-05-11
Blog: Ladder PHP package blog
Package: Ladder PHP
PHP can be used to used to create and manage such type of calendars. Read this tutorial to learn how you can create appointments calendars in PHP with many nice features using the Ladder package.



1. How to Discover What is the PHP Fastest Array Sort Method
Updated on: 2021-05-10
Posted on: 2021-05-10
Blog: PHP Sorting Algorithms Benchmarker package blog
Package: PHP Sorting Algorithms Benchmarker
This package can help developers determining what can be the best method to sort arrays by testing each of the supported method by the package.
Then it can return information about the speed of processing of each of the methods to help developers deciding which is the best method for their purposes.



1. How Can PHP Run SQL Query Just By Accessing a Class Variable
Updated on: 2021-05-06
Posted on: 2021-05-06
Blog: Queasy DB package blog
Package: Queasy DB
The traditional solutions to perform database queries require that developers assemble the SQL query strings combining any parameter values that may be necessary to compose the final SQL query strings.
This package provides a much simpler solutions that just requires accessing class variables to assemble and run the SQL queries that need to be executed.



1. How to Implement a PHP Image Edge Detection to Find Shapes using the Redstart Graphic BoxAction Classes
Updated on: 2021-05-05
Posted on: 2021-05-05
Blog: Redstart Graphic Library package blog
Package: Redstart Graphic Library
Finding the edges of those people, animals or object may be useful to create contour lines around them or to create image clips cutting the image following the lines that connect the edges.
Read this short article to learn how to find the edges of images using the Redstart Graphic library package capabilities to detect those edges using builtin filter classes.



1. How to Develop More Efficient Applications Using PHP Asynchronous Programming with Micro-Services and React PHP or Swoole
Updated on: 2021-05-04
Posted on: 2021-05-04
Blog: Crow PHP Web Framework package blog
Package: Crow PHP Web Framework
There are several solutions to implement asynchronous programming in PHP, like for instance Reach PHP and Swoole.
This package implements a framework that takes advantages of these asynchronous programming solutions to implement Web applications based on micro-services.



2. How to Limit the Number of Class Objects using PHP Singleton and Multiton Design Patterns
Updated on: 2021-04-29
Posted on: 2021-04-29
Blog: TonTon PHP Singleton Trait New Generation package blog
Package: TonTon PHP Singleton Trait New Generation
These design patterns are very useful for PHP developers in certain circumstances.
Read this article to learn why the singleton and multiton can be useful in PHP projects and how you can use them in general purpose project and in particular in WordPress projects.



1. How to Use a PHP Error Bag to Organize Better the Messages that Applications Generate
Updated on: 2021-04-27
Posted on: 2021-04-27
Blog: PHP Message Container package blog
Package: PHP Message Container
This approach allows a better organization of the way messages may be stored by applications.
This package provides a PHP implementation of the message bag storage approach.



1051. How to Add a PHP WYSIWYG Editor to Allow Users to View HTML Documents While Those Are Being Edited
Updated on: 2021-04-27
Posted on: 2021-04-27
This is good for non-technical users that do not want to learn about HTML to edit the content of Web pages like for instances blog posts.
Read this article to learn more about WYSIWYG editors and how you can implement this kind of editors in PHP applications.


