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   ...   213 - 204   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   ...   3 - 1  

625. Notable PHP package: PHP HTTP Status Code

Updated on: 2017-11-14

Posted on:

HTTP status are numbers that define the type of response that a Web server returned for each request, like for instance 200 when it succeeded, or 404 when accessing a page that does not exist.

The status code usually is returned with a text messages in English. If the user does not understand English, he may not understand what the status code message means.

This class can provide translations for messages of many well known status code numbers.

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)

624. Notable PHP package: PHP CSV to DBF

Updated on: 2017-11-13

Posted on:

DBase is an old format for flat file databases. It is more efficient to store and retrieve records of fixed size than for instance CSV files.

This class can convert data from CSV files to the DBase format.

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)

623. Notable PHP package: FormE

Updated on: 2017-11-09

Posted on:

Creating forms and scripts to handle their processing is a common task that many developers perform, especially for applications meant to manage data stored in a database.

This package can simplify the creation and processing of forms for managing database records using XML to define how forms should be presented and processed.

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)

622. Notable PHP package: PHP Systemd Daemon Notify

Updated on: 2017-11-06

Posted on:

Systemd is a daemon program running on current Linux systems to manage the execution of daemon programs running on the system.

It helps monitoring the execution of daemon programs by receiving heartbeats that let system know when a daemon is alive or died.

This class helps PHP developers to write daemons in PHP that can be monitored and restarted by systemd and eventually be restarted when necessary.

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)

620. Notable PHP package: HTTP2 Server Push PHP Class

Updated on: 2017-11-01

Posted on:

HTTP/2 is a newer version of the HTTP protocol that can make sites much faster by serving many of the resources a page needs by delivering them simultaneously to the user browser.

This class makes it easier to use HTTP/2 server push feature to take advantage of the speed gains when serving a PHP Web site page when it is running on a HTTP/2 server.

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)

619. Notable PHP package: RabbitMQ Manager

Updated on: 2017-10-31

Posted on:

RabbitMQ is a well known message queuing system. Like other similar systems it provides means to store published messages until they are consumed by applications that need to process them.

This package can be used to manage queues stored on a RabbitMQ system by executing the basic operations to create, list, update and delete queues.

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)

618. Notable PHP package: System Daemon

Updated on: 2017-10-30

Posted on:

Daemons are programs that can run on the background to execute a kind of service that must be running continuously.

Usually only one instance of a daemon program can be run at a given time.

This class can be used as base of daemon programs written in PHP. It can process parameters passed via the command line to execute actions typical of daemon programs like starting daemons, stopping daemons or handling signals for killing daemon processes that may be running.

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)

617. Notable PHP package: PHP Migrate Database

Updated on: 2017-10-26

Posted on:

Sometimes PHP applications need to synchronize databases hosted in different locations. However in many cases the information that needs to be synchronized is not the whole information in the database.

This class provides a solution that allows to migrate data of specific tables by specifying conditions that restrict the table records that need to be migrated.

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)

616. Notable PHP package: Big Backup maker

Updated on: 2017-10-24

Posted on:

Many sites need to perform backup operations so they can have additional copies of the information and files they need to work correctly.

Taking a backup of data of a site may take a long time, especially when there is a lot of files and data to copy.

When the process takes too long, it may be impossible to complete the whole process during a single run of a PHP script because in many hosting environments a script may only run for a limited length of time and using a limited amount or memory.

This package implements an approach that works around this limitation of running long time PHP scripts. It uses session variables to keep track of the backup progress and output data contents.

Then it redirects the user browser to the same script, so it can resume where the process was suspended as many times as necessary.

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)

614. Notable PHP package: PHP MIME Type

Updated on: 2017-10-17

Posted on:

MIME types are text strings that represent the type of data contained on a file or email messages for instance.

Usually each MIME type is associated with the extension of the file name.

This class not only can determine the MIME type associated to a given file name extension, but can also return the file name extension typically associated with a file of a given type.

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   ...   213 - 204   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article