Tag Archiv: classes

Contact Types

Package:
Contact Types
Summary:
Manage a list of types of people contacts
Groups:
Databases, PHP 5, User Management
Author:
Michael J. Fuhrman
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..


SocketServer

Package:
SocketServer
Summary:
Server to handle TCP requests
Groups:
Networking, PHP 5
Author:
Navarr Barnier
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.


D3Ribbon Menu

screenshot
Package:
D3Ribbon Menu
Summary:
Generate HTML to display ribbon-like menus
Groups:
HTML, PHP 5
Author:
Tufan Baris YILDIRIM
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


Random Class

Package:
Random Class
Summary:
Generate a random text with a set of characters
Groups:
PHP 5, Randomization, Text processing
Author:
Kai Ming Choi
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.


Output Filter

Package:
Output Filter
Summary:
Filter scalars, arrays, data objects recursively
Groups:
Data types, PHP 5, Validation
Author:
Fabian Schmengler
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.


Array Class

Package:
Array Class
Summary:
Manipulate numeric array values
Groups:
Data types, Math
Author:
Kai Ming Choi
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.


Equation

Package:
Equation
Summary:
Evaluate and render polynomial equations
Groups:
HTML, Math, PHP 5
Author:
Francisco Jose Naranjo
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.


File MIME Class

Package:
File MIME Class
Summary:
Determine the MIME type from a file name extension
Groups:
Files and Folders, PHP 5
Author:
Kai Ming Choi
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.


HK/TW/CN ID Class

Package:
HK/TW/CN ID Class
Summary:
Validate IDs of China, Taiwan or Hong-Kong
Groups:
PHP 5, Text processing, Validation
Author:
Kai Ming Choi
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.


Powered by Gewgley