607. Notable PHP package: PHP JSON Maker
Updated on: 2017-09-20
Posted on: 2017-09-20
JSON is nowadays very common format to store typed information in strings.
When you have a complex object structure, usually it is necessary to create the top level object and each child object one by one.
This package makes that task simpler by allowing to create multiple nested objects using a single command.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
When you have a complex object structure, usually it is necessary to create the top level object and each child object one by one.
This package makes that task simpler by allowing to create multiple nested objects using a single command.
Read this article to learn more details about how this notable PHP package works.



606. Notable PHP package: Image Key Cypher
Updated on: 2017-09-18
Posted on: 2017-09-18
Encrypting data is usually done using secret information that only the computer that can decrypt the data has.
This package implements an alternative approach to encrypt and decrypt data by using the contents of a graphical image as key.
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 an alternative approach to encrypt and decrypt data by using the contents of a graphical image as key.
Read this article to learn more details about how this notable PHP package works.



605. Notable PHP package: Threadable
Updated on: 2017-09-11
Posted on: 2017-09-11
Many applications that start parallel processes use them to perform the same task multiple times in parallel.
This package can manage groups of parallel processes that are started to run the same parallel task.
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 groups of parallel processes that are started to run the same parallel task.
Read this article to learn more details about how this notable PHP package works.



604. Notable PHP package: PHP TimeZone City
Updated on: 2017-09-06
Posted on: 2017-09-06
The time of a given place on Earth is derived from the location timezone.
This class can retrieve timezone information from a database, so it can determine the timezone of a location and then computes the timezone region time.
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 retrieve timezone information from a database, so it can determine the timezone of a location and then computes the timezone region time.
Read this article to learn more details about how this notable PHP package works.



603. Notable PHP package: pixlab PHP Facedetect and Image Processing
Updated on: 2017-09-05
Posted on: 2017-09-05
Detecting faces in images can be useful for instance to blur faces that you may not want to be recognized.
This package can detect and blur faces in images using the PixLab Machine Vision API.
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 detect and blur faces in images using the PixLab Machine Vision API.
Read this article to learn more details about how this notable PHP package works.



602. Notable PHP package: PHP Nota Fiscal Serviço de Comunicação mod 21
Updated on: 2017-08-30
Posted on: 2017-08-30
Many companies need to generate and send invoices to their customers, so they can get paid.
This class can generate invoices for services compliant the Brazilian law.
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 generate invoices for services compliant the Brazilian law.
Read this article to learn more details about how this notable PHP package works.



601. PHP and JavaScript Innovation Award Report August 2017 Edition - May 2017 nominees
Updated on: 2017-08-29
Posted on: 2017-08-29
This is the August 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 May 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.



600. Notable PHP package: WsSecurity
Updated on: 2017-08-28
Posted on: 2017-08-28
Many Web services are provided by servers that implement the SOAP protocol.
PHP provides built-in support to sending HTTP SOAP requests to remote servers. However it does not come with direct support to enter the credentials to servers that require user authentication.
This package can create a header to set user name and password for SOAP requests to servers that require them.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
PHP provides built-in support to sending HTTP SOAP requests to remote servers. However it does not come with direct support to enter the credentials to servers that require user authentication.
This package can create a header to set user name and password for SOAP requests to servers that require them.
Read this article to learn more details about how this notable PHP package works.



599. Definite CSRF Attack Protection in PHP with Same Site Cookies Support - 3 Minutes Lately in PHP podcast episode 86
Updated on: 2017-08-23
Posted on: 2017-08-23
Same Site Cookies is a modern security feature being supported in the latest Web browser versions to provide a definite protection to Cross-Site Request Forgery attacks.
The support of the same site cookies in PHP was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 86 of the Lately in PHP podcast.
In this episode they also talked about the PHP 7.2 feature freeze, proposals to change object arrow -> to dot . notation, array coalesce operator, native support to JSON object to arrays in PDO, an article about comparing two similar images, and the 18 years of PHP Classes.
This article also contains a podcast summary as a 3 minute video and a transcript of the summary.
Listen to the podcast, or watch the hangout video, or the summary video, or read the transcript to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
The support of the same site cookies in PHP was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 86 of the Lately in PHP podcast.
In this episode they also talked about the PHP 7.2 feature freeze, proposals to change object arrow -> to dot . notation, array coalesce operator, native support to JSON object to arrays in PDO, an article about comparing two similar images, and the 18 years of PHP Classes.
This article also contains a podcast summary as a 3 minute video and a transcript of the summary.
Listen to the podcast, or watch the hangout video, or the summary video, or read the transcript to learn more about these interesting PHP topics.



598. Notable PHP package: HTTP Middleware
Updated on: 2017-08-22
Posted on: 2017-08-22
Each script of a Web application may require accessing the services of one or more services provided by one or more scripts running on the same or other services.
When it is necessary to execute multiple independent scripts, these can be ran faster if they are executed in parallel.
This package provides a solution that can multiple remote scripts by using the PECL HTTP extension to send the requests and collect the responses.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
When it is necessary to execute multiple independent scripts, these can be ran faster if they are executed in parallel.
This package provides a solution that can multiple remote scripts by using the PECL HTTP extension to send the requests and collect the responses.
Read this article to learn more details about how this notable PHP package works.


