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.



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.



842. Notable PHP package: PHP Copy Object Properties to Another
Updated on: 2019-05-27
Posted on: 2019-05-27
PHP provides means to create an object using another object as source by using the clone object feature.
However, when you just want to copy the values of an object to another existing object, you need to copy the object variable values one by one. This class implements that functionality.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, when you just want to copy the values of an object to another existing object, you need to copy the object variable values one by one. This class implements that functionality.
Read this article to learn more details about how this notable PHP package works.



841. Notable PHP package: Laravel Nova Text Field with Icon
Updated on: 2019-05-23
Posted on: 2019-05-23
Icon images are useful to present in user interfaces because they help to convey function to the user interface elements that are near the icon images that they present.
This package can help presenting text input fields in a user interface generated using Laravel Nova by display given icons near those fields.
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 presenting text input fields in a user interface generated using Laravel Nova by display given icons near those fields.
Read this article to learn more details about how this notable PHP package works.


