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.
578. PHP and JavaScript Innovation Award Report June 2017 Edition - March 2017 nominees
Updated on: 2017-06-27
Posted on: 2017-06-27
This is the June edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of March 2017.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
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.
576. PHP Hybrid VM to Make Small PHP Benchmarks 1.5 Faster - 3 Minutes Lately in PHP podcast episode 84
Updated on: 2017-07-26
Posted on: 2017-06-22
PHP evolution efforts in terms of performance optimization continues. Now there is an effort to implement a Hybrid VM that can provide great performance improvements for PHP 7.2 with the JIT engine or not.
This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 84 of the Lately in PHP podcast.
In this episode they also talked about the Raspberry PI PHP extension, using NULL parameters in PDO queries, and the evolution of support of SSL/TLS connections from PHP code.
They also talked about PHP tutorial articles on using a digital document signature platform, managing cloud servers automatically from PHP and how Hired is helping developers to get better jobs without waiting for you to go after them.
This article also contains a podcast summary as a 3 minute video of the summary.
Listen to the podcast, or watch the hangout video, or the summary video to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 84 of the Lately in PHP podcast.
In this episode they also talked about the Raspberry PI PHP extension, using NULL parameters in PDO queries, and the evolution of support of SSL/TLS connections from PHP code.
They also talked about PHP tutorial articles on using a digital document signature platform, managing cloud servers automatically from PHP and how Hired is helping developers to get better jobs without waiting for you to go after them.
This article also contains a podcast summary as a 3 minute video of the summary.
Listen to the podcast, or watch the hangout video, or the summary video to learn more about these interesting PHP topics.
1. PHP Matrix Math Library
Updated on: 2017-06-21
Posted on: 2017-06-21
Blog: PHP Matrix Arithmetic Library package blog
Package: PHP Matrix Arithmetic Library
Matrices are an inescapable tool for many problems solving, but PHP like many other programming languages does not built-in support for them.
However some applications need to use matrix manipulation to implement their features.
Read this article to learn about how the PHP real matrices tool can help.
More ...
Post a comment
See comments (0) Trackbacks (0)
However some applications need to use matrix manipulation to implement their features.
Read this article to learn about how the PHP real matrices tool can help.
