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.
836. Notable PHP package: PHP Shortcut Classes
Updated on: 2019-05-15
Posted on: 2019-05-15
n PHP there are many functions useful functions that have long names. Therefore they take more time to type especially when you use them many times.
This package can help reducing the time it is necessary to enter the names of those functions in the PHP scripts that they are used by creating shortcuts that are assigned to class functions with shorter names.
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 reducing the time it is necessary to enter the names of those functions in the PHP scripts that they are used by creating shortcuts that are assigned to class functions with shorter names.
Read this article to learn more details about how this notable PHP package works.
835. Notable PHP package: Bookmarks Checker for Chrome and Firefox
Updated on: 2019-05-14
Posted on: 2019-05-14
Many users take advantage of the bookmark system provided in most browsers to remember important pages that they want to access frequently or remember to access later when they have more time.
However, over time certain pages are removed or become inaccessible for same reason.
This package helps finding URLs in bookmarks files used by browsers like Chrome and Firefox, thus helping to clean bookmarks of pages that are no longer available.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, over time certain pages are removed or become inaccessible for same reason.
This package helps finding URLs in bookmarks files used by browsers like Chrome and Firefox, thus helping to clean bookmarks of pages that are no longer available.
Read this article to learn more details about how this notable PHP package works.
834. Notable PHP package: PHP CRUD Library Trait
Updated on: 2019-05-13
Posted on: 2019-05-13
A CRUD component implements a common design pattern for manipulating information that is often stored in a database.
It allows performing common data manipulation tasks like creating, reading, updating and deleting database records.
This package provides a trait that can be used by many PHP classes for implementing CRUD operations on data stored in database tables accessed via PDO.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It allows performing common data manipulation tasks like creating, reading, updating and deleting database records.
This package provides a trait that can be used by many PHP classes for implementing CRUD operations on data stored in database tables accessed via PDO.
Read this article to learn more details about how this notable PHP package works.
