PHP Classes

Notable Packages

Recommend this page to a friend!

Packages that are worth taking a look for doing something different

  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article  
  513 - 504   ...   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   303 - 294   293 - 284   283 - 274   ...   3 - 1  

840. Notable PHP package: PHP Safe File Write

Updated on: 2019-05-22

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

839. Notable PHP package: Zebra MPTT

Updated on: 2019-05-21

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

838. Notable PHP package: Encapsulate PHP Constants in Class

Updated on: 2019-05-20

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

837. Notable PHP package: PHP WCAG Color Compliance

Updated on: 2019-05-16

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

836. Notable PHP package: PHP Shortcut Classes

Updated on: 2019-05-15

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

835. Notable PHP package: Bookmarks Checker for Chrome and Firefox

Updated on: 2019-05-14

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

834. Notable PHP package: PHP CRUD Library Trait

Updated on: 2019-05-13

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

833. Notable PHP package: Laravel Nova PHP MySQL Manager

Updated on: 2019-05-08

Posted on:

MySQL is a very popular database server used by many PHP applications.

However, when you want to perform administrative tasks like managing database, users and privileges, usually you need to use specific command line utility programs that come with MySQL server distribution, or use programs that provide a Web interface to perform those tasks.

This package provides a Web interface to perform MySQL server management task within an administration panel managed using Laravel Nova.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

832. Notable PHP package: PHP Migration Tool Verification

Updated on: 2019-05-07

Posted on:

Many PHP developers want to take advantage of the features of newer PHP versions.

However, using newer versions without testing whether the old code still works correctly in those versions, may cause make PHP applications to stop working.

This package can analyse and find issues in code that may break when using PHP 7.2, thus helping to find issues that may cause your code to stop working when you upgrade to the PHP 7.2 version.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

831. Notable PHP package: PHP Face Detection Library

Updated on: 2019-05-06

Posted on:

Being able to recognize faces on pictures can be useful for many purposes like identifying an user that is accessing a site and can share the picture of his face taken using his Web cam.

This package can help processing faces in a picture by detecting the contour of a face in the image and then cropping the image, so only the relevant part of the picture that contains the face is extracted.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  513 - 504   ...   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   303 - 294   293 - 284   283 - 274   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article