1. How Can PHP Search Encrypted Data using Fuzzy Logic to Find Similar Text
Updated on: 2021-05-24
Posted on: 2021-05-24
Blog: FYP PHP Fuzzy Search on Encrypted Data package blog
Package: FYP PHP Fuzzy Search on Encrypted Data
However, users often misspell the words they specify when prompted to enter what they are searching for.
Fuzzy search is a method for searching that allows a certain tolerance for user misspelling mistakes.
This package provides a solution that can perform fuzzy searches on encrypted data files.
1053. How to Find PHP Popular Libraries That You Can Learn From
Updated on: 2021-05-20
Posted on: 2021-05-20
PHP Development Master Award is the name of this initiative that has as its main goal to promote the work authors of packages that have published useful tutorial articles.
Read this article or watch the tutorial video to learn how you participate in this initiative to get more exposure to your articles. You can also learn how to find the most popular tutorial articles published on the PHP Classes site since 2016.
1. How to Implement a PHP Social Network Platform of Your Own From Open Source Code
Updated on: 2021-05-19
Posted on: 2021-05-19
Blog: Dwitri PHP Social Network Platform package blog
Package: Dwitri PHP Social Network Platform
There are many social network applications. Many of them are written in PHP.
This package provides a very complete PHP implementation of a social network that includes many of the features that the existing social networks provide to their users.
1052. How to Use Laravel Tinker Commands to Become a More Productive PHP Developer
Updated on: 2021-07-07
Posted on: 2021-05-18
Laravel Tinker is one of the components that improves the lives of many PHP developers who use Laravel. The fact is that Laravel Tinker allows developers to use an interactive shell to run PHP commands inside their applications. Laravel Tinker enables developers to inspect values to find and fix issues faster that the application may have.
Read this article to learn more about Laravel Tinker and how you can use it to improve your daily work productivity when you are developing applications based on Laravel.
1. How Can PHP Execute Shell Commands and Process the Results in a Simple Way
Updated on: 2021-05-17
Posted on: 2021-05-17
Blog: Phell Friendly PHP Shell Commands package blog
Package: Phell Friendly PHP Shell Commands
PHP can easily execute separate programs as if they run from the command line shell. However, processing the results of certain types of commands can be a complicated task.
This package provides a solution to simplify the processing of the results returned by certain commands by parsing those results and return an array that is easier for the applications to handle.
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.
