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.
838. Notable PHP package: Encapsulate PHP Constants in Class
Updated on: 2019-05-20
Posted on: 2019-05-20
Many classes need to define constant values, so they can have meaningful names for the values that they need to use.
This package makes that task easier by providing a base class that assigns values to constants from an array defined in a sub-class that needs to use those constants.
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 makes that task easier by providing a base class that assigns values to constants from an array defined in a sub-class that needs to use those constants.
Read this article to learn more details about how this notable PHP package works.
837. Notable PHP package: PHP WCAG Color Compliance
Updated on: 2019-05-16
Posted on: 2019-05-16
Determining what colors contrast better with a given color may be important for applications that may need to display text or other graphics that use a given color in a background that uses another color.
This package can get the contrast ratio between two colors according to the Web Content Accessibility Guidelines (WCAG).
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 get the contrast ratio between two colors according to the Web Content Accessibility Guidelines (WCAG).
Read this article to learn more details about how this notable PHP package works.
