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.



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.



574. Notable PHP package: PHP Language Info
Updated on: 2017-06-19
Posted on: 2017-06-19
The name of each language changes from language to language that you are using mention the language name.
This class can get the names of the languages 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 get the names of the languages in many different languages.
Read this article to learn more details about how this notable PHP package works.



573. Notable PHP package: Countries Info
Updated on: 2017-06-14
Posted on: 2017-06-14
Many applications need to know the names of the countries to show them to their users in their own native language.
This package provides a solution to quickly lookup the names of each country in many different languages by querying 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 provides a solution to quickly lookup the names of each country in many different languages by querying a MySQL database.
Read this article to learn more details about how this notable PHP package works.



572. Notable PHP package: PHP IBM Watson
Updated on: 2017-06-13
Posted on: 2017-06-13
IBM Watson is a cloud based infrastructure that provides artificial intelligence software services.
This package can call IBM Watson API to benefit from several types of their artificial intelligence services.
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 call IBM Watson API to benefit from several types of their artificial intelligence services.
Read this article to learn more details about how this notable PHP package works.



571. How Can PHP Import Excel to MySQL using an PHP XLSX Reader and Excel XLSX Converter
Updated on: 2017-06-12
Posted on: 2017-06-08
Many PHP applications need to process Excel files for many purposes.
Read this article to learn how to easily import an Excel file in XLSX format and insert the data in a MySQL database using the SimpleXLSX package.
More ...
Post a comment
See comments (7) Trackbacks (0)
Read this article to learn how to easily import an Excel file in XLSX format and insert the data in a MySQL database using the SimpleXLSX package.



570. Notable PHP package: PHP PostgreSQL Session Handler
Updated on: 2017-06-12
Posted on: 2017-06-07
PHP usually stores session data in files but it also allows to define custom session handler classes that can store session data in other types of container.
This class implements a session handler that stores data in a database. Despite the most used database with PHP is MySQL, PostgreSQL is also very popular.
This class supports storing session data in PostgreSQL database using PDO.
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 implements a session handler that stores data in a database. Despite the most used database with PHP is MySQL, PostgreSQL is also very popular.
This class supports storing session data in PostgreSQL database using PDO.
Read this article to learn more details about how this notable PHP package works.


