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   ...   293 - 284   283 - 274   273 - 264   263 - 254   253 - 244   243 - 234   233 - 224   223 - 214   213 - 204   203 - 194   193 - 184   183 - 174   ...   3 - 1  

727. Notable PHP package: PHP Font Face Performance Control

Updated on: 2018-08-28

Posted on:

Some Web sites need to use special fonts to render the text using unusual typography.

Using non-standard fonts may require that the pages take a longer time to load.

This package provides a solution that can be used accelerate the load of Web pages with custom fonts. It embeds the font data in the HTML page, so the font loads with the page itself.

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)

726. Notable PHP package: PHP Laravel Deployment

Updated on: 2018-08-27

Posted on:

Laravel is a popular PHP framework. Nowadays, many PHP projects are maintained in Git version control repositories.

This package contains a service provider deploys a Laravel project pulling it from Git using the Artisan tool.

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)

725. Notable PHP package: Clike

Updated on: 2018-08-23

Posted on:

The command design pattern is useful to create modular components for a command line shell application that can be expanded with more functionality implemented later by separate modules.

This package provides an implementation of the command design pattern to allow easy implementation of command line shell applications.

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)

724. Notable PHP package: PHP ElasticSearch Bulk Insert

Updated on: 2018-08-22

Posted on:

ElasticSearch is a well know search engine software that can associate data documents with keys that are used for performing fast searches.

Often applications need to store in ElasticSearch large amounts of data to be searched.

This package provides a solution to reduce the time to insert large data record sets in an ElasticSearch server instance.

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)

723. Notable PHP package: PHP Artisan Auth Laravel 5

Updated on: 2018-08-21

Posted on:

Many sites only provide access to certain pages to users that are authorized to access it.

This package provides a solution as Laravel framework service that keeps track of the visitors that want to access a given page for a limited period of time.

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)

722. Notable PHP package: PHP Image Compression Analysis

Updated on: 2018-08-20

Posted on:

JPEG is an algorithm for storing image data in files. It uses compression methods to reduce the size of the files that store the images.

The JPEG algorithm takes a percentage parameter that specifies the compression level that is applied to reduce the resulting file size at the expense of sacrificing the fidelity of the compressed image relatively to the original image.

The package can compare the original versions of an image and another version after being compressed using the JPEG algorithm with a given compression level.

The result is an image that shows the differences between the original image and the compressed version, so you can see the the fidelity level that is lost.

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)

711. Notable PHP package: PHP Artisan Make File Location

Updated on: 2018-07-19

Posted on:

Artisan is a tool that comes with the Laravel framework that often is used to generate all sorts of project files.

Artisan can be extended with plugin packages also written in PHP provide additional functionality to this package.

This package provides additional options to configure the namespace of classes generated using Artisan.

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)

710. Notable PHP package: PHP Binary Flags

Updated on: 2018-06-30

Posted on:

This package can manage a group of boolean flags using integers.

It provides a trait that can perform operations to change integers that hold a set of bit values.

The package also provides an abstract class that uses the trait, so it can be used to create objects to manipulate binary flags.

The trait can manipulate integers with up to 64 bits. Currently the trait can:

- Register a function to be called when the binary flags are modified
- Check, get, set or remove a mask number from the binary flags

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)

709. Notable PHP package: PHP Interface vs Abstract Class

Updated on: 2018-06-30

Posted on:

This package provides examples of using interfaces and abstract classes.

It provides several examples of using classes that either implement interface definitions or are based on abstract classes.

Currently it provides regular classes for objects that implement a tea or a coffee using regular classes or extending an abstract class.

It also provides an example of a user class with and without using interfaces.

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)

708. Notable PHP package: PHP Count Array by Value Type

Updated on: 2018-06-26

Posted on:

Array entries can have values of many types. PHP can return the count of entries in an array but if you just want to get the count of elements of a given type, PHP does not provide a direct means to achieve that.

This class not only can count the elements of a given type, but it also can handle nested arrays.

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   ...   293 - 284   283 - 274   273 - 264   263 - 254   253 - 244   243 - 234   233 - 224   223 - 214   213 - 204   203 - 194   193 - 184   183 - 174   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article