PEAR 1.7.1 |
| Loaded Configuration File | /etc/pear/pear.conf |
| Alternative Configuration Files |
|
| auto_discover | 0 |
| bin_dir | /usr/bin |
| cache_dir | /tmp/pear/cache |
| cache_ttl | 3600 |
| cfg_dir | /usr/share/php/cfg |
| data_dir | /usr/share/php/data |
| default_channel | pear.php.net |
| doc_dir | /usr/share/php/doc |
| download_dir | /tmp/buildd/php5-5.2.6.dfsg.1/pear-build-download |
| ext_dir | /usr/lib/php5/20060613 |
| master_server | pear.php.net |
| php_bin | /usr/bin/php |
| php_dir | /usr/share/php |
| php_ini | |
| preferred_mirror | pear.php.net |
| preferred_state | stable |
| remote_config | |
| sig_bin | /usr/bin/gpg |
| sig_keydir | /etc/pear/pearkeys |
| sig_type | gpg |
| temp_dir | /tmp/pear/temp |
| test_dir | /usr/share/php/test |
| umask | 22 |
| verbose | 1 |
| www_dir | /usr/share/php/www |
| Name | pear.php.net |
| Alias | pear |
| Summary | PHP Extension and Application Repository |
| Index |
| | A | C | D | H | L | M | N | P | S | X | |
| Channel | pear.php.net | |||||||||||||||
| Summary | Tar file management class | |||||||||||||||
| Version | 1.3.2 (stable) was released on 2007-01-05 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or loaded. Bz2 compression is also supported with the bz2 extension loaded. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Latest Version | 1.3.3(stable) | |||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.0RC2 | |||||||||||||||
| Last Modified | 2009-04-26 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Summary | Creating an authentication system. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Version | 1.6.1 (stable) was released on 2008-04-04 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
The PEAR::Auth package provides methods for creating an authentication system using PHP. Currently it supports the following storage containers to read/write the login data: * All databases supported by the PEAR database layer * All databases supported by the MDB database layer * All databases supported by the MDB2 database layer * Plaintext files * LDAP servers * POP3 servers * IMAP servers * vpopmail accounts (Using either PECL vpopmail or PEAR Net_Vpopmaild) * RADIUS * SAMBA password files * SOAP (Using either PEAR SOAP package or PHP5 SOAP extension) * PEAR website * Kerberos V servers * SAP servers |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Latest Version | 1.6.2(stable) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified | 2008-05-20 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Top | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | A command-line arguments parser | |||||||||||||||
| Version | 1.3.4 (stable) was released on 2006-11-16 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
The Console_Getargs package implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.4.11 | |||||||||||||||
| Last Modified | 2009-05-13 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Command-line option parser | |||||||||||||||
| Version | 1.2.3 (stable) was released on 2007-06-12 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
This is a PHP implementation of "getopt" supporting both short and long options. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.1 | |||||||||||||||
| Last Modified | 2009-04-26 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Generic date/time handling class for PEAR | |||||||||||||||
| Version | 1.4.7 (stable) was released on 2006-11-22 | |||||||||||||||
| License | BSD License | |||||||||||||||
| Description |
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 conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.0a1 | |||||||||||||||
| Last Modified | 2007-08-15 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Database Abstraction Layer | ||||||||||||||||||||
| Version | 1.7.13 (stable) was released on 2007-09-21 | ||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||
| Description |
DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation DB layers itself on top of PHP's existing database extensions. Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase. There is also a driver for the dbase extension, but it can't be used interchangeably because dbase doesn't support many standard DBMS features. DB is compatible with both PHP 4 and PHP 5. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.2 | ||||||||||||||||||||
| Last Modified | 2008-01-25 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | PEAR::HTML_Common is a base class for other HTML classes. | |||||||||||||||
| Version | 1.2.5 (stable) was released on 2009-04-03 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
The PEAR::HTML_Common package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | |||||||||||||||
| Last Modified | 2009-06-02 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms. | ||||||||||||||||||||
| Version | 3.2.11 (stable) was released on 2009-04-07 | ||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||
| Description |
NOTICE: development of HTML_QuickForm version 3 is frozen. Please submit feature requests for HTML_QuickForm2 package. The HTML_QuickForm package provides methods to dynamically create, validate and render HTML forms. Features: * More than 20 ready-to-use form elements. * XHTML compliant generated code. * Numerous mixable and extendable validation rules. * Automatic server-side validation and filtering. * On request javascript code generation for client-side validation. * File uploads support. * Total customization of form rendering. * Support for external template engines (ITX, Sigma, Flexy, Smarty). * Pluggable elements, rules and renderers extensions. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | ||||||||||||||||||||
| Last Modified | 2009-06-02 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net |
| Summary | Integrated Templates |
| Version | 1.2.1 (stable) was released on 2006-08-25 |
| License | Modified BSD license |
| Description |
HTML_Template_IT: Simple template API. The Isotemplate API is somewhat tricky for a beginner although it is the best one you can build. template::parse() [phplib template = Isotemplate] requests you to name a source and a target where the current block gets parsed into. Source and target can be block names or even handler names. This API gives you a maximum of fexibility but you always have to know what you do which is quite unusual for php skripter like me. I noticed that I do not any control on which block gets parsed into which one. If all blocks are within one file, the script knows how they are nested and in which way you have to parse them. IT knows that inner1 is a child of block2, there's no need to tell him about this. Features : * Nested blocks * Include external file * Custom tags format (default {mytag}) HTML_Template_ITX : With this class you get the full power of the phplib template class. You may have one file with blocks in it but you have as well one main file and multiple files one for each block. This is quite usefull when you have user configurable websites. Using blocks not in the main template allows you to modify some parts of your layout easily. |
| Package XML version | 1.0 packaged with PEAR version 1.4.9 |
| Last Modified | 2007-12-14 |
| Top | |
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Miscellaneous HTTP utilities | ||||||||||||||||||||
| Version | 1.4.0 (stable) was released on 2005-11-14 | ||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||
| Description |
The HTTP class is a class with static methods for doing miscellaneous HTTP related stuff like date formatting, language negotiation or HTTP redirection. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Latest Version | 1.4.1(stable) | ||||||||||||||||||||
| Package XML version | 1.0 packaged with PEAR version 1.4.3 | ||||||||||||||||||||
| Last Modified | 2008-03-31 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | Provides an easy way to perform HTTP requests | |||||||||||||||||||||||||
| Version | 1.4.2 (stable) was released on 2007-10-26 | |||||||||||||||||||||||||
| License | BSD | |||||||||||||||||||||||||
| Description |
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc. |
|||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Latest Version | 1.4.4(stable) | |||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.2 | |||||||||||||||||||||||||
| Last Modified | 2007-10-29 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||||||||||||
| Summary | Logging Framework | |||||||||||||||||||||||||||||||||||
| Version | 1.10.0 (stable) was released on 2008-02-10 | |||||||||||||||||||||||||||||||||||
| License | PHP License | |||||||||||||||||||||||||||||||||||
| Description | The Log package provides an abstracted logging framework. It includes output handlers for log files, databases, syslog, email, Firebug, and the console. It also provides composite and subject-observer logging mechanisms. | |||||||||||||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||||||||||||
| Latest Version | 1.11.5(stable) | |||||||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.1 | |||||||||||||||||||||||||||||||||||
| Last Modified | 2008-03-25 | |||||||||||||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||||||||||||
| Channel | pear.php.net | ||||||||||
| Summary | Class that provides multiple interfaces for sending emails | ||||||||||
| Version | 1.1.14 (stable) was released on 2006-10-11 | ||||||||||
| License | PHP/BSD | ||||||||||
| Description | PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class. | ||||||||||
| Dependencies |
|
||||||||||
| Package XML version | 1.0 packaged with PEAR version 1.4.11 | ||||||||||
| Last Modified | 2008-05-04 | ||||||||||
| Top | |||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Provides a class to decode mime messages. | ||||||||||||||||||||
| Version | 1.5.0 (stable) was released on 2007-06-17 | ||||||||||||||||||||
| License | BSD Style | ||||||||||||||||||||
| Description |
Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.0 | ||||||||||||||||||||
| Last Modified | 2008-05-09 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net |
| Summary | The PEAR::Net_DIME class implements DIME encoding |
| Version | 0.3 (beta) was released on 2002-07-07 |
| License | PHP License |
| Description |
This is the initial independent release of the Net_DIME package. Provides an implementation of DIME as defined at http://search.ietf.org/internet-drafts/draft-nielsen-dime-02.txt |
| Latest Version | 1.0.1(stable) |
| Package XML version | 1.0 packaged with PEAR version 1.6.0 |
| Last Modified | 2008-03-25 |
| Top | |
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | Provides an implementation of the IMAP protocol | |||||||||||||||||||||||||
| Version | 1.1.0beta2 (beta) was released on 2008-03-10 | |||||||||||||||||||||||||
| License | PHP License | |||||||||||||||||||||||||
| Description | Provides an implementation of the IMAP4Rev1 protocol using PEAR's Net_Socket and the optional Auth_SASL class. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Latest Version | 1.1.0(stable) | |||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.1 | |||||||||||||||||||||||||
| Last Modified | 2008-07-12 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Handles talking to timsieved | ||||||||||||||||||||
| Version | 1.1.6 (stable) was released on 2008-03-22 | ||||||||||||||||||||
| License | BSD | ||||||||||||||||||||
| Description |
Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Latest Version | 1.1.7(stable) | ||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.2 | ||||||||||||||||||||
| Last Modified | 2008-03-26 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | An implementation of the SMTP protocol | |||||||||||||||||||||||||
| Version | 1.3.1 (stable) was released on 2008-06-09 | |||||||||||||||||||||||||
| License | PHP License | |||||||||||||||||||||||||
| Description | Provides an implementation of the SMTP protocol using PEAR's Net_Socket class. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Latest Version | 1.3.3(stable) | |||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.1 | |||||||||||||||||||||||||
| Last Modified | 2008-06-14 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Network Socket Interface | |||||||||||||||
| Version | 1.0.8 (stable) was released on 2007-05-04 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses). |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Latest Version | 1.0.9(stable) | |||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||
| Last Modified | 2008-04-26 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Easy parsing of Urls | |||||||||||||||
| Version | 1.0.15 (stable) was released on 2007-06-28 | |||||||||||||||
| License | BSD | |||||||||||||||
| Description | Provides easy parsing of URLs and their constituent parts. | |||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.0 | |||||||||||||||
| Last Modified | 2008-01-19 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Summary | PEAR Base System | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Version | 1.7.1 (stable) was released on 2008-02-14 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| License | PHP License | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
The PEAR package contains: * the PEAR installer, for creating, distributing and installing packages * the PEAR_Exception PHP5 error handling mechanism * the PEAR_ErrorStack advanced error handling mechanism * the PEAR_Error error handling mechanism * the OS_Guess class for retrieving info about the OS where PHP is running on * the System class for quick handling of common operations with files and directories * the PEAR base class Features in a nutshell: * full support for channels * pre-download dependency validation * new package.xml 2.0 format allows tremendous flexibility while maintaining BC * support for optional dependency groups and limited support for sub-packaging * robust dependency support * full dependency validation on uninstall * remote install for hosts with only ftp access - no more problems with restricted host installation * full support for mirroring * support for bundling several packages into a single tarball * support for static dependencies on a url-based package * support for custom file roles and installation tasks |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Latest Version | 1.9.0(stable) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified | 2009-04-26 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||||||||||||
| Summary | Show Information about your PEAR install and its packages | ||||||||||||||||||||||||||||||
| Version | 1.9.2 (stable) was released on 2009-02-19 | ||||||||||||||||||||||||||||||
| License | PHP License 3.01 | ||||||||||||||||||||||||||||||
| Description |
This package generates a comprehensive information page for your current PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name |
||||||||||||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | ||||||||||||||||||||||||||||||
| Last Modified | 2009-05-13 | ||||||||||||||||||||||||||||||
| Top | |||||||||||||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||||||||||||||||||||||
| Summary | SOAP Client/Server for PHP | ||||||||||||||||||||||||||||||||||||||||
| Version | 0.11.0 (beta) was released on 2007-06-29 | ||||||||||||||||||||||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||||||||||||||||||||||
| Description | Implementation of SOAP protocol and services | ||||||||||||||||||||||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||||||||||||||||||||||
| Latest Version | 0.12.0(beta) | ||||||||||||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.0 | ||||||||||||||||||||||||||||||||||||||||
| Last Modified | 2008-03-26 | ||||||||||||||||||||||||||||||||||||||||
| Top | |||||||||||||||||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Graph datastructure manipulation library | |||||||||||||||
| Version | 1.0.2 (stable) was released on 2007-02-01 | |||||||||||||||
| License | LGPL | |||||||||||||||
| Description |
Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Latest Version | 1.0.3(stable) | |||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.0 | |||||||||||||||
| Last Modified | 2009-04-26 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | XML parsing class based on PHP's bundled expat | |||||||||||||||
| Version | 1.2.8 (stable) was released on 2006-12-01 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
This is an XML parser based on PHPs built-in xml extension. It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Latest Version | 1.3.2(stable) | |||||||||||||||
| Package XML version | 1.0 packaged with PEAR version 1.4.11 | |||||||||||||||
| Last Modified | 2008-05-04 | |||||||||||||||
| Top | ||||||||||||||||