Package:
Summary:
Manage a list of types of people contacts
Groups:
Author:
Description:
This package can be used to Manage a list of types of people contacts.
It can create, update, delete and list of people contact types stored in a database such as telephone, cell phone, http, ftp, fax, email, etc..
Package:
Summary:
Server to handle TCP requests
Groups:
Author:
Description:
This class can be used to implement a server to handle TCP requests.
It can listen to connections to a given IP and port and call given callback functions upon certain types of events.
Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.
Package:
Summary:
Generate HTML to display ribbon-like menus
Groups:
Author:
Description:
This class can be used to generate HTML to display ribbon-like menus.
It can build a structure of menus, categories and buttons and generates HTML and JavaScript to display a ribbon menu.
Dowload all styles and Themes From
http://www.tufyta.com/php-ribbon
Package:
Summary:
Generate a random text with a set of characters
Groups:
Author:
Description:
This class can be used to generate a random text with a set of characters.
It can generate a random text with a given length, upper and lower case letters, digits and a configurable set of other characters.
Package:
Summary:
Filter scalars, arrays, data objects recursively
Groups:
Author:
Description:
This package can be used to filter the values of scalars, arrays, data objects recursively.
It can take an arbitrary value and apply filtering operations implemented by separate filter classes.
Arrays and objects can be traversed recursively to filter all their member values.
Multiple filter objects can be arranged in a chain to perform several types of filtering operations.
Currently the package includes filter classes for encoding text as HTML with entities, convert new line characters to HTML line break tags, etc..
This package also provides wrappers to use the filters with the Zend Framework and Smarty template engine.
Package:
Summary:
Manipulate numeric array values
Groups:
Author:
Description:
This class can be used to manipulate numeric array values.
It can perform several types of operations with numeric values of array entries.
Currently it can determine the maximum, minimum, median, average and sum of numeric array values, convert the array values to a string and vice-versa.
Package:
Summary:
Evaluate and render polynomial equations
Groups:
Author:
Description:
This package can be used to evaluate and render polynomial equations.
It can take an array of coefficients of a polynomial equation and can evaluate it for a given x value.
It can also generate HTML to render the equation in a Web page.
Package:
Summary:
Validate email addresses, IP, dates and URLs
Groups:
Author:
Description:
This class can be used to validate several types of values.
It can take a text string and can validate it as an email addresses, IP address, a date or an URL.
Package:
Summary:
Determine the MIME type from a file name extension
Groups:
Author:
Description:
This class can be used to determine the MIME type from a file name extension and vice-versa.
It can take a given file name extension and return the associated MIME type.
The class can also do the opposite, i.e. determine the file name extension associated to a given MIME type.
Package:
Summary:
Validate IDs of China, Taiwan or Hong-Kong
Groups:
Author:
Description:
This package can be used to generate or validate identifier numbers of China, Taiwan or Hong-Kong.
It consists of separate classes that can verify whether identifier numbers for each of the supported countries are valid.
The classes can also generate random identifier number that would be considered valid.