852. Notable PHP package: PHP Feature Switch
Updated on: 2019-06-18
Posted on: 2019-06-18
Many applications have features that can be enabled or not, in some cases depending on the user of the application.
This package implements meants to create application features that can be activated or not, as well a means to customize the way the feature activation state to a given storage container.
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 meants to create application features that can be activated or not, as well a means to customize the way the feature activation state to a given storage container.
Read this article to learn more details about how this notable PHP package works.
851. Notable PHP package: Weighted PHP Statistics
Updated on: 2019-06-18
Posted on: 2019-06-18
There are many types of statistical functions that can be applied to data sets like the mean, average, standard deviation, etc..
This class implements a variant version of those statistical functions by applying variable weights to each number value in the data set to which it is computing the values of those statistical functions.
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 variant version of those statistical functions by applying variable weights to each number value in the data set to which it is computing the values of those statistical functions.
Read this article to learn more details about how this notable PHP package works.
850. Notable PHP package: PHP Apache Status Page Parser Component
Updated on: 2019-06-17
Posted on: 2019-06-17
Apache is a very popular Web server that has a module called mod_status for the purpose of monitoring several aspects of the status of the Web server.
This package provides a means to retrieve all the details being monitored of a Apache Web server and the machine it is running on, by parsing the page outputted by mod_status.
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 means to retrieve all the details being monitored of a Apache Web server and the machine it is running on, by parsing the page outputted by mod_status.
Read this article to learn more details about how this notable PHP package works.
849. Notable PHP package: PHP Vending Machine
Updated on: 2019-06-12
Posted on: 2019-06-12
Vending machines are very common and appear in many places to sell food, drinks and other types of products.
This package provides a complete simulation of a vending machine written in PHP, so it can be used to test vending machine designs that can be implemented in the real world.
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 complete simulation of a vending machine written in PHP, so it can be used to test vending machine designs that can be implemented in the real world.
Read this article to learn more details about how this notable PHP package works.
848. Evaluating Four Popular PHP Frameworks in 2019
Updated on: 2019-06-12
Posted on: 2019-06-12
Many PHP developers use popular PHP frameworks to accelerate the development of their PHP projects.
Read this article to learn more about some of the most popular PHP frameworks and relevant features that they provide to benefit your PHP applications, so you can have useful criteria to evaluate which one is the best for you.
More ...
Post a comment
See comments (1) Trackbacks (0)
Read this article to learn more about some of the most popular PHP frameworks and relevant features that they provide to benefit your PHP applications, so you can have useful criteria to evaluate which one is the best for you.
847. Notable PHP package: PHP Session Variable Manipulation
Updated on: 2019-06-10
Posted on: 2019-06-10
Session variables are often used to store information that is useful to keep track of the activities of a user in a Web site.
Sometimes it is necessary to store information that can be used only once during the access of the same user.
This class provides means to retrieve an information value stored in a session variable and at the same time it removes that variable value from the session variables list, so it cannot be used more that once.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Sometimes it is necessary to store information that can be used only once during the access of the same user.
This class provides means to retrieve an information value stored in a session variable and at the same time it removes that variable value from the session variables list, so it cannot be used more that once.
Read this article to learn more details about how this notable PHP package works.
846. Notable PHP package: PHP HPKP Builder
Updated on: 2019-06-07
Posted on: 2019-06-07
HTTP public key pinning is a mechanism that can be used by secure Web sites to avoid man-in-the-middle security attacks caused by the injection of forged certificates.
This package implements a PHP based solution to generate HTTP headers that the browsers can use to perform more checks and avoid this type of attack.
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 a PHP based solution to generate HTTP headers that the browsers can use to perform more checks and avoid this type of attack.
Read this article to learn more details about how this notable PHP package works.
845. Notable PHP package: PHP MySQL SSL PDO Connection
Updated on: 2019-06-05
Posted on: 2019-06-05
MySQL is probably the most popular database used in PHP applications. Many PHP developers use PDO to access MySQL from their applications but if you want to setup a secure connection with a MySQL servers, the configuration is not obvious.
This class extends the PDO class to setup a secure connection to a MySQL server using SSL certificates.
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 extends the PDO class to setup a secure connection to a MySQL server using SSL certificates.
Read this article to learn more details about how this notable PHP package works.
844. Notable PHP package: PHP Address Parser
Updated on: 2019-06-04
Posted on: 2019-06-04
Some applications need to extract addresses of people or businesses from information that is sent to them somehow but that information can be in a varied number of formats.
This package is able to parse several types of information formats to extract location addresses, links, phone numbers and email addresses from either like HCard, AB, Yandex data and plain text using regular expressions.
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 is able to parse several types of information formats to extract location addresses, links, phone numbers and email addresses from either like HCard, AB, Yandex data and plain text using regular expressions.
Read this article to learn more details about how this notable PHP package works.
1. Faster PHP Lazy Loading of Classes with the Newer Version of LGCF Package
Updated on: 2019-05-29
Posted on: 2019-05-29
Blog: PHP LGCF Loader package blog
Package: PHP LGCF Loader
Lazy loading is a well known concept in the programming world to speedup tasks that are more important by retarding less important tasks until they are needed.
The LGCF package is an attempt to implement this concept real for the PHP classes auto-loading, as well for the global functions loading.
Despite the fact that the first version was functional and has even been nominated to the PHP Innovation Awards organized by PHP Classes, its performance was not really up to its potential.
Read this article to know more about how the latest version of this package has drastically been improved to reach 1000% of performance compared to the first one.
More ...
Post a comment
See comments (0) Trackbacks (0)
The LGCF package is an attempt to implement this concept real for the PHP classes auto-loading, as well for the global functions loading.
Despite the fact that the first version was functional and has even been nominated to the PHP Innovation Awards organized by PHP Classes, its performance was not really up to its potential.
Read this article to know more about how the latest version of this package has drastically been improved to reach 1000% of performance compared to the first one.
