685. Notable PHP package: Swiss Television and Radio Program Guide API
Updated on: 2018-04-24
Posted on: 2018-04-24
Program guides are useful for people that like to watch television or listen to the radio because they can see what is going on different channels.
This package can retrieve the program guides for the Swiss Television and Radio channels so their audience can follow what is going on in a Web site or another type of application that can retrieve this information using the station 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 retrieve the program guides for the Swiss Television and Radio channels so their audience can follow what is going on in a Web site or another type of application that can retrieve this information using the station API.
Read this article to learn more details about how this notable PHP package works.



684. Notable PHP package: wp-plugin-rating
Updated on: 2018-04-23
Posted on: 2018-04-23
Many WordPress installations have installed many plugins of low quality that may compromise the stability of the installation and cause problems.
Bad plugins often get bad ratings because they have low quality.
This package can help finding which are the low quality plugins by displaying star rating averages to let the WordPress site owners determine which may be bad plugins that they may want to remove from their WordPress installation.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Bad plugins often get bad ratings because they have low quality.
This package can help finding which are the low quality plugins by displaying star rating averages to let the WordPress site owners determine which may be bad plugins that they may want to remove from their WordPress installation.
Read this article to learn more details about how this notable PHP package works.



682. Notable PHP package: PHP Code Gleaner and Analyzer Tool
Updated on: 2018-04-17
Posted on: 2018-04-17
One way for developers to become more productive is to use code generation tools that produce code based on relevant information provide by files created by the developers.
This package can scan the files code of an existing project to extract relevant information and so be able to generate useful code files like maps for autoloading or any other purposes.
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 scan the files code of an existing project to extract relevant information and so be able to generate useful code files like maps for autoloading or any other purposes.
Read this article to learn more details about how this notable PHP package works.



681. Notable PHP package: PHP Cloud Storage Abstraction
Updated on: 2018-04-16
Posted on: 2018-04-16
Nowadays there are many cloud services that provide services for hosting data files.
This package provide an abstraction, so developers can use different cloud data storage provides to store and retrieve files.
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 provide an abstraction, so developers can use different cloud data storage provides to store and retrieve files.
Read this article to learn more details about how this notable PHP package works.



678. Notable PHP package: JSON Schema Validator
Updated on: 2018-04-10
Posted on: 2018-04-10
JSON is a well known structured data format that modern applications use to exchange data.
Even though the JSON format and existing parsers are very robust, they do not validate the consistency of the data types and relationships that applications expect.
This package can validate a JSON data structure to determine if it matches a given specification that an application requires.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Even though the JSON format and existing parsers are very robust, they do not validate the consistency of the data types and relationships that applications expect.
This package can validate a JSON data structure to determine if it matches a given specification that an application requires.
Read this article to learn more details about how this notable PHP package works.



676. Notable PHP package: PHP Retry Library
Updated on: 2018-04-09
Posted on: 2018-04-09
Sometimes applications need to wait for conditions that may take some time to happen, like for instance waiting for a given period to pass until you execute a periodic task.
This package can help implementing these tasks that need to be repeated after a given time interval until a certain condition is met.
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 help implementing these tasks that need to be repeated after a given time interval until a certain condition is met.
Read this article to learn more details about how this notable PHP package works.



675. Notable PHP package: PHP Send Push Notification to Android (FCM)
Updated on: 2018-06-19
Posted on: 2018-04-05
When applications need to send push notifications to Android devices, they can use Google APIs for that purpose.
Previously Google provided the Cloud Messaging API. Now developers can use the Firebase Messaging API for the same purpose. This class is able to use that API to send push notifications to Android device users.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (1) Trackbacks (0)
Previously Google provided the Cloud Messaging API. Now developers can use the Firebase Messaging API for the same purpose. This class is able to use that API to send push notifications to Android device users.
Read this article to learn more details about how this notable PHP package works.



674. Notable PHP package: random_compat
Updated on: 2018-04-04
Posted on: 2018-04-04
PHP 7 introduced a new set of functions that can generate random data that is more suitable for security purposes.
This package provide replacement functions for random_bytes and random_int that also works under PHP 5 as well.
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 provide replacement functions for random_bytes and random_int that also works under PHP 5 as well.
Read this article to learn more details about how this notable PHP package works.



673. Notable PHP package: PHP PWA Assist
Updated on: 2018-04-03
Posted on: 2018-04-03
Service workers are processes associated to a given Web site that can run on the background in the browser to execute some useful procedure usually in JavaScript.
This package can generate the necessary files to implement service workers departing from a configuration file in the XML format.
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 generate the necessary files to implement service workers departing from a configuration file in the XML format.
Read this article to learn more details about how this notable PHP package works.



671. Notable PHP package: Array Depth
Updated on: 2018-03-29
Posted on: 2018-03-29
Arrays are a very popular data type in PHP because they make it easy to associate key names or numbers with the respective values.
They also allow to nest information by storing arrays as key values.
This package can inspect nested arrays and perform several types useful operations like checking if all the stored values is of the same type, compute an unique value from all the array values that can be used as a signature of the array, determine if the array can be used as a table with rows and columns.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
They also allow to nest information by storing arrays as key values.
This package can inspect nested arrays and perform several types useful operations like checking if all the stored values is of the same type, compute an unique value from all the array values that can be used as a signature of the array, determine if the array can be used as a table with rows and columns.
Read this article to learn more details about how this notable PHP package works.


