630. Notable PHP package: YAF Base
Updated on: 2017-12-07
Posted on: 2017-12-07
YAF is a framework implemented as PHP extension. It provides base functionality for routing HTTP requests and returning responses.
This package goes further and provides additional componentes to make it easier to implement PHP MVC applications on top of YAF.
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 goes further and provides additional componentes to make it easier to implement PHP MVC applications on top of YAF.
Read this article to learn more details about how this notable PHP package works.
629. Notable PHP package: PHP Avatar Stylizer
Updated on: 2017-12-05
Posted on: 2017-12-05
The best way to show a transparent avatar image is to display it on top of background with a color that contrasts better with the avatar image.
This package provides a good solution to display avatar images by determining the dominant color in the avatar image and then suggesting a background color that makes the image contrast better.
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 good solution to display avatar images by determining the dominant color in the avatar image and then suggesting a background color that makes the image contrast better.
Read this article to learn more details about how this notable PHP package works.
628. Notable PHP package: PHP Data Type
Updated on: 2017-11-22
Posted on: 2017-11-22
Sometimes applications need to manipulate objects as arrays, like for instance when dealing with objects unserialized from the JSON format.
This class can convert objects to arrays. If some of the object members are also arrays or objects, it traverses the members recursively to convert also the member values.
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 convert objects to arrays. If some of the object members are also arrays or objects, it traverses the members recursively to convert also the member values.
Read this article to learn more details about how this notable PHP package works.
627. Notable PHP package: PHP LGCF Loader
Updated on: 2017-11-21
Posted on: 2017-11-21
Autoloading allows PHP to load classes using configurable rules, so developers do not have to write too much code to load all the class scripts they need.
This package not only can autoload classes, but also can cache the code of the classes to be loaded in session variables, so class loading can be done faster from memory.
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 not only can autoload classes, but also can cache the code of the classes to be loaded in session variables, so class loading can be done faster from memory.
Read this article to learn more details about how this notable PHP package works.
626. Notable PHP package: PHP Language Code
Updated on: 2017-11-15
Posted on: 2017-11-15
ISO 639-1 is a standard specification for representing language names as a few letters.
The name of each language depends the actual language that you need to express the language name.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The name of each language depends the actual language that you need to express the language name.
Read this article to learn more details about how this notable PHP package works.
625. Notable PHP package: PHP HTTP Status Code
Updated on: 2017-11-14
Posted on: 2017-11-14
HTTP status are numbers that define the type of response that a Web server returned for each request, like for instance 200 when it succeeded, or 404 when accessing a page that does not exist.
The status code usually is returned with a text messages in English. If the user does not understand English, he may not understand what the status code message means.
This class can provide translations for messages of many well known status code numbers.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The status code usually is returned with a text messages in English. If the user does not understand English, he may not understand what the status code message means.
This class can provide translations for messages of many well known status code numbers.
Read this article to learn more details about how this notable PHP package works.
624. Notable PHP package: PHP CSV to DBF
Updated on: 2017-11-13
Posted on: 2017-11-13
DBase is an old format for flat file databases. It is more efficient to store and retrieve records of fixed size than for instance CSV files.
This class can convert data from CSV files to the DBase 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 class can convert data from CSV files to the DBase format.
Read this article to learn more details about how this notable PHP package works.
623. Notable PHP package: FormE
Updated on: 2017-11-09
Posted on: 2017-11-09
Creating forms and scripts to handle their processing is a common task that many developers perform, especially for applications meant to manage data stored in a database.
This package can simplify the creation and processing of forms for managing database records using XML to define how forms should be presented and processed.
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 simplify the creation and processing of forms for managing database records using XML to define how forms should be presented and processed.
Read this article to learn more details about how this notable PHP package works.
622. Notable PHP package: PHP Systemd Daemon Notify
Updated on: 2017-11-06
Posted on: 2017-11-06
Systemd is a daemon program running on current Linux systems to manage the execution of daemon programs running on the system.
It helps monitoring the execution of daemon programs by receiving heartbeats that let system know when a daemon is alive or died.
This class helps PHP developers to write daemons in PHP that can be monitored and restarted by systemd and eventually be restarted when necessary.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It helps monitoring the execution of daemon programs by receiving heartbeats that let system know when a daemon is alive or died.
This class helps PHP developers to write daemons in PHP that can be monitored and restarted by systemd and eventually be restarted when necessary.
Read this article to learn more details about how this notable PHP package works.
621. PHP and JavaScript Innovation Award Report October 2017 Edition - July 2017 nominees
Updated on: 2017-11-02
Posted on: 2017-11-02
This is the September 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 June 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.
