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.



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.



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.



577. Notable PHP package: PHP Season of the Year
Updated on: 2017-06-26
Posted on: 2017-06-26
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.



575. Notable PHP package: PHP Stop Words List
Updated on: 2017-06-20
Posted on: 2017-06-20
Stop words are words that often appear in sentence but may be considered irrelevant when you are analyzing the aspects of the sentence.
This class can return the list of stop words in many different languages.
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 return the list of stop words in many different languages.
Read this article to learn more details about how this notable PHP package works.


