Config - class for reading and writing Config-"files" The Config package provides methods for editing configuration datasources. It does so in an object oriented manner, defining each and every items found in the config datasource as a Config_Container ...
Console_Color - easily use ANSI console colors in your application You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. 'print Console_Color::convert("%rHello World!%n");' would print "Hello World" in red, for example. In PEAR ...
Console_Getargs - a command-line arguments parser The Console_Getargs package implements a Command Line arguments parser that your CLI applications can use to parse arguments found in $_SERVER['argv']. It performs some basic arguments validation and ...
Console_ProgressBar - provides an easy-to-use interface to progress bars The class allows you to display progress bars in your terminal. You can use this for displaying the status of downloads or other tasks that take some time. In PEAR status of this package is: beta.
Console_Table - makes it easy to build console style tables Provides methods such as addRow(), insertRow(), addCol() etc to build Console tables. Can be with or without headers, and has various configurable options. In PEAR status of this package is: stable.
Contact_AddressBook - Address book export-import class Package provides export-import address book mechanism. Contact_AddressBook refers to needed structure, convert the various address book structure format into it, then you can easily store it into ...
Contact_Vcard_Build - build (create) and fetch vCard 2.1 and 3.0 text blocks Allows you to programmatically create a vCard, version 2.1 or 3.0, and fetch the vCard text. In PEAR status of this package is: stable.
Contact_Vcard_Parse - parse vCard 2.1 and 3.0 files Allows you to parse vCard files and text blocks, and get back an array of the elements of each vCard in the file or text. In PEAR status of this package is: stable.
Crypt_Blowfish - quick two-way blowfish encryption This package allows you to preform two-way blowfish on the fly using only PHP. This package does not require the Mcrypt PHP extension to work. In PEAR status of this package is: stable.
Crypt_CHAP - Generating CHAP packets This package provides Classes for generating CHAP packets. Currently these types of CHAP are supported: - CHAP-MD5 - MS-CHAPv1 - MS-CHAPv2 For MS-CHAP the php-mhash extension must be loaded. In PEAR ...
Crypt_RSA - provides RSA-like encryption support This package allows you to use two-key strong cryptography like RSA with arbitrary key length. It uses one of the following extensions for math calculations: - PECL big_int extension version greater ...
Crypt_Xtea - the Tiny Encryption Algorithm (TEA) (New Variant) A class that implements the Tiny Encryption Algorithm (TEA) (New Variant). This class does not depend on mcrypt. Encryption is relatively fast, decryption relatively slow. Original code from ...
Date - date and time zone classes Generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for PHP programs. Includes time zone data, time zone ...
Date_Holidays - driver based class to calculate holidays Date_Holidays helps you calculating the dates and titles of holidays and other special celebrations. The calculation is driver-based so it is easy to add new drivers that calculate a country's ...
DBA - Berkeley-style Database Class Implements a DBM-style database using either PHP's DBA functions or a simple DBM class written in PHP. Also provides a relational database system with support for selects, joins, sorts, projects, ...
DBA_Relational - Berkeley-style database abstraction class Table management extension for DBA.
DB_ado - DB driver which use MS ADODB library DB_ado is a database independent query interface definition for Microsoft's ADODB library using PHP's COM extension. This class allows you to connect to different data sources like MS Access, MS SQL ...
DB_DataObject - an SQL builder, object interface to database tables The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. Included is a Generator to make your configuration files and your base ...
DB_DataObject_FormBuilder - automatically build HTML_QuickForm object from a DB_DataObject derived class DB_DataObject_FormBuilder will aid you in rapid application development using the packages DB_DataObject and HTML_QuickForm. For having quick but working prototype of your application, simply model ...
DB_ldap - DB interface to LDAP server The PEAR::DB_ldap class provides a DB compliant interface to LDAP servers. In PEAR status of this package is: stable.
DB_ldap2 - DB drivers for LDAP v2 and v3 database DB_ldap2 and DB_ldap3 classes extend DB_common to provide DB compliant access to LDAP servers with protocol version 2 and 3. The drivers provide common DB interface as much as possible and support ...
DB_NestedSet - API to build and query nested sets DB_NestedSet lets you create trees with infinite depth inside a relational database. The package provides a way to: - create/update/delete nodes - query nodes, trees and subtrees - copy (clone) ...
DB_odbtp - DB interface for ODBTP DB_odbtp is a PEAR DB driver that uses the ODBTP extension to connect to a database. It can be used to remotely access any Win32-ODBC accessible database from any platform. In PEAR status of this ...
DB_QueryTool - an OO-interface for easily retrieving and modifying data in a DB This package is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn ...
DB_Sqlite_Tools - OO interface designed to effectively manage and backup Sqlite databases DB_Sqlite_Tools is extends the native PHP-sqlite function by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and more. It is ...
DB_Table - automate table creation Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR HTML_QuickForm to automatically generate input forms ...
Event_Dispatcher - Dispatch notifications using PHP callbacks The Event_Dispatcher acts as a notification dispatch table. It is used to notify other objects of interesting things. This information is encapsulated in Event_Notification objects. Client objects ...
File - Common file and directory routines Provides easy access to read/write to files along with some common routines to deal with paths. Also provides interface for handling CSV files. In PEAR status of this package is: stable.
File_Bittorrent - Decode and Encode data in Bittorrent format This package consists of two classes which handles the encoding and decoding of data in Bittorrent format. You can also extract useful informations from .torrent files. Usage Example ...
File_DICOM - package for reading and modifying DICOM files File_DICOM allows reading and modifying of DICOM files. DICOM stands for Digital Imaging and COmmunications in Medicine, and is a standard for creating, storing and transfering digital images ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |