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.



843. Participate in the O'Reilly Open Source Convention (OSCON 2019) with a Special Discount
Updated on: 2019-05-28
Posted on: 2019-05-28
O'Reilly is a long time partner of the PHP Classes site that organizes the Open Source Conference since many years ago.
Read this article to learn how you can participate attending many great talks with a nice discount or even getting free passes, and organizing meetups.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how you can participate attending many great talks with a nice discount or even getting free passes, and organizing meetups.



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.



840. Notable PHP package: PHP Safe File Write
Updated on: 2019-05-22
Posted on: 2019-05-22
Many applications need to store information in files.
If several requests handled by scripts of an application attempt to change the same file at the same time, it is necessary to use locking mechanisms like file locking to prevent that multiple accesses change the same file with different information.
This package provides a trait that can be used by many different classes to change files while assuring data consistency by the means of the use of file locks.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
If several requests handled by scripts of an application attempt to change the same file at the same time, it is necessary to use locking mechanisms like file locking to prevent that multiple accesses change the same file with different information.
This package provides a trait that can be used by many different classes to change files while assuring data consistency by the means of the use of file locks.
Read this article to learn more details about how this notable PHP package works.



839. Notable PHP package: Zebra MPTT
Updated on: 2019-05-21
Posted on: 2019-05-21
Many applications need to manage information that is stored in tree-like hierarchical data structures.
This package can manage trees efficiently in a MySQL database using the MPTT algorithm.
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 trees efficiently in a MySQL database using the MPTT algorithm.
Read this article to learn more details about how this notable PHP package works.


