PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1990 - 1981   ...   990 - 981   980 - 971   970 - 961   960 - 951   950 - 941   940 - 931   930 - 921   920 - 911   910 - 901   900 - 891   890 - 881   880 - 871   ...   10 - 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)

1. How Can PHP Create Secure Password Hash 2019 Way

Updated on: 2019-05-09

Posted on:

Blog: PHP Argon2 Password Verify package blog
Package: PHP Argon2 Password Verify

As you may know, a hashing is a one-way process to create a string from another string in a way that it is very hard to determine the original string that was used to create the hash because a hashing function only works one way.

Hashing functions are often used before storing passwords to make it hard to guess the original password in case of a security breach.

Read this article to learn more about modern PHP hashing methods that make them hard to break these days.


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)

  1990 - 1981   ...   990 - 981   980 - 971   970 - 961   960 - 951   950 - 941   940 - 931   930 - 921   920 - 911   910 - 901   900 - 891   890 - 881   880 - 871   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article