Package:
Summary:
Run PHP scripts in parallel using the PHP command
Groups:
Author:
Description:
This class can be used to run PHP scripts in parallel using the PHP command.
It uses the PHP CLI program to run a PHP script in parallel.
The class can kill the started process at any moment and check if the parallel script is still running.
Package:
Summary:
Create Excel spreadsheet from data in MySQL table
Groups:
Author:
Description:
This class can be used to create an Excel spreadsheet from data in a MySQL table.
It performs a query to a given MySQL table and creates an Excel spreadsheet file with the PEAR Spreadsheet_Excel_Writer package from the table data.
The class can add multiple worksheets from results of querying one or more MySQL tables.
Several parameters may be used to configure details like from which table fields map to spreadsheet columns, field sorting, etc..
Package:
Summary:
Execute MySQL queries and get paginated results
Groups:
Author:
Description:
This class can be used to execute MySQL queries and get paginated results.
It can insert, update and delete MySQL database table records with eventual prior validation of the field values according to given rules.
The class can also execute SELECT queries with support to retrieve results to show in paginated listings.
Package:
Summary:
Parse XML documents and export as arrays or JSON
Groups:
Author:
Description:
This class can be used to Parse XML documents and export as arrays or JSON or viceversa.
It can parse a hierarchic document loaded from a XML file, a regular array or JSON encode string.
The class may also export the document to an array or a JSON encoded string.
Package:
Summary:
Expand or shorten URLs using the bit.ly site
Groups:
Author:
Description:
This class can be used to expand or shorten URLs using the bit.ly site.
It can send HTTP requests to the bit.ly site to create a new short URL that redirects to a given longer URL.
The class can also do the opposite, i.e. send a request to retrieve the original URL that is redirected when accessing a given bit.ly short URL.
Package:
Summary:
Authenticate users with records in a MySQL table
Groups:
Author:
Description:
This class can be used to authenticate users with records in a MySQL table.
It can lookup in a MySQL database table verify the user name and password of a given user.
The sets a session variable if the user is correctly authenticated.
The password verification may also use the MD5 hash of the password.
Package:
Summary:
Keep track and ban failed user access attempts
Groups:
Author:
Description:
This class can be used to keep track and ban failed user access attempts.
It takes note of the time of failed user access attempts in cookies.
The class may check if the user reached the limit number of failed attempts and prevent user access of a given period of time.
Package:
Summary:
Manage linked lists of values
Groups:
Author:
Description:
This class can be used to manage linked lists of values.
It can add, delete, update and retrieve values from linked lists.
Package:
Summary:
Display HTML tables composed programatically
Groups:
Author:
Description:
This class can be used to display HTML tables composed programmatically.
There is a base class that abstracts HTML elements in general.
A sub-class abstracts the functionality of HTML tables allowing to add table rows and set table cell contents.
Package:
Summary:
Manage resources and output status to the console
Groups:
Author:
Description:
This class can be used to manage system resources and output the status to the console.
It can set and remove application lock files, retrieve the current memory usage and set signal handlers.
The class can also format messages to be presented in the console.