588. Notable PHP package: PHP Detect Gender Latin
Updated on: 2017-07-25
Posted on: 2017-07-25
Many sites requires that users inform their gender when they register. However, the gender of a person can be deducted from his name.
This class can detect the gender of a person with a name that uses Latin characters.
This way, it is possible to automatically set the gender field after the user enters his name, thus saving the user from being bothered to explicitly set the gender form field.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (1) Trackbacks (0)
This class can detect the gender of a person with a name that uses Latin characters.
This way, it is possible to automatically set the gender field after the user enters his name, thus saving the user from being bothered to explicitly set the gender form field.
Read this article to learn more details about how this notable PHP package works.



587. Notable PHP package: PHP 7 Debug
Updated on: 2017-07-24
Posted on: 2017-07-24
PHP provides a hooks to handle runtime errors and exception.
By default error handlers do not provide any means to show error source code in an easy to read format.
This package can show information about errors and exception using colorizing to make it easier to read.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
By default error handlers do not provide any means to show error source code in an easy to read format.
This package can show information about errors and exception using colorizing to make it easier to read.
Read this article to learn more details about how this notable PHP package works.



586. 18 Years of PHP Classes Helping Developers to Have Recognition and Be Independent
Updated on: 2017-07-20
Posted on: 2017-07-20
The PHP Classes site completed 18 years of age. Nowadays it is much more than it used to be when it started.
It started as a place where PHP developers could get recognition for their work but soon it will be also a place where developers can start learning how to create their own businesses based on software products they will develop.
Read this article to learn about the present and the future of PHP Classes now that it has reached its adult age.
More ...
Post a comment
See comments (3) Trackbacks (0)
It started as a place where PHP developers could get recognition for their work but soon it will be also a place where developers can start learning how to create their own businesses based on software products they will develop.
Read this article to learn about the present and the future of PHP Classes now that it has reached its adult age.



585. Notable PHP package: PHP Show HTML Source Code
Updated on: 2017-07-19
Posted on: 2017-07-19
Often Web developers want to take a look at Web pages source code but usually browsers show it in a way that it is hard to read.
This class provides means to show the current page source code by highlighting the tags and data.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class provides means to show the current page source code by highlighting the tags and data.
Read this article to learn more details about how this notable PHP package works.



584. How Can PHP Compare Two Images for Similarity
Updated on: 2017-10-12
Posted on: 2017-07-18
Some applications need to able to tell if two images are similar in the sense that they show the same thing. The PHP Compare Images Similarity class can be used for that purpose.
Read this article to learn about this class and how you can use it in PHP applications for checking if two images are the same or not.
More ...
Post a comment
See comments (5) Trackbacks (0)
Read this article to learn about this class and how you can use it in PHP applications for checking if two images are the same or not.



583. Notable PHP package: Leaflet PHP MySQL Map
Updated on: 2017-07-17
Posted on: 2017-07-17
Leaflet is a JavaScript library that can be used to render interactive maps on a Web page.
This package can manage maps from information stored in a MySQL database.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can manage maps from information stored in a MySQL database.
Read this article to learn more details about how this notable PHP package works.



582. Notable PHP package: PHP Anti-CAPTCHA
Updated on: 2017-07-11
Posted on: 2017-07-11
Anti-CAPTCHA is a service that allows providing solutions for CAPTCHA challenges that appear on Web pages to verify if the user accessing the current page is really human.
This package can use the Anti-CAPTCHA service by solve CAPTCHA challenges of many types.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can use the Anti-CAPTCHA service by solve CAPTCHA challenges of many types.
Read this article to learn more details about how this notable PHP package works.



581. Notable PHP package: PHP Expert System Engine
Updated on: 2017-07-04
Posted on: 2017-07-04
An experts system is useful to help users solving problems and make decisions based on the answers for questions that the system will ask the users.
This class can help building custom expert systems using scripts on a specific language for defining questions and how to process the user answers.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class can help building custom expert systems using scripts on a specific language for defining questions and how to process the user answers.
Read this article to learn more details about how this notable PHP package works.



580. Notable PHP package: UnTor
Updated on: 2017-07-03
Posted on: 2017-07-03
The Tor network can route Internet traffic to machines via a networks of servers that encrypt communications and hide the origin of the information that is sent to servers.
The Tor network has been used to hide the identity of criminals that may access sites and abuse of their resources.
Therefore, blocking the access of users that use the Tor network may be one way to inhibit the abuse of sites by criminals and people with bad intentions.
This package can be used to detect and halt the access that of users are using the Tor network with bad intentions.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The Tor network has been used to hide the identity of criminals that may access sites and abuse of their resources.
Therefore, blocking the access of users that use the Tor network may be one way to inhibit the abuse of sites by criminals and people with bad intentions.
This package can be used to detect and halt the access that of users are using the Tor network with bad intentions.
Read this article to learn more details about how this notable PHP package works.



579. Notable PHP package: PHP AStar Algorithm
Updated on: 2017-06-28
Posted on: 2017-06-28
Finding the path to traverse a region between two points in a map is a common problem of geography related applications.
This package implements the A* path finding algorithm to find a route between two points.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package implements the A* path finding algorithm to find a route between two points.
Read this article to learn more details about how this notable PHP package works.


