PEAR Logo

PEAR 1.9.1

Loaded Configuration File /etc/pear.conf
Alternative Configuration Files
USER file
/root/.pearrc
SYSTEM file
/etc/pear.conf

PEAR Credits

PEAR Configuration

auto_discover 0
bin_dir /usr/bin
cache_dir /var/cache/php-pear
cache_ttl 3600
cfg_dir /etc/pear
data_dir /usr/share/pear/data
default_channel pear.php.net
doc_dir /usr/share/pear/doc
download_dir /tmp/pear/download
ext_dir /usr/lib64/php/modules
master_server pear.php.net
php_bin /usr/bin/php
php_dir /usr/share/pear
php_ini
php_prefix
php_suffix
preferred_mirror pear.php.net
preferred_state stable
remote_config
sig_bin /usr/bin/gpg
sig_keydir /etc/pearkeys
sig_type gpg
temp_dir /var/tmp
test_dir /usr/share/pear/test
umask 22
verbose 1
www_dir /var/www/html

PEAR Channels

Name pear.php.net
Alias pear
Summary PHP Extension and Application Repository

13 Installed Packages, Channel pear.php.net

Index
| A | C | H | N | P | S | X |

Archive_Tar

Channel pear.php.net
Summary Tar file management class
Version 1.3.7 (stable) was released on 2010-04-26
License New BSD 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
Required Type Name Relation Version
Yes PHP >= 4.3.0
Yes Package PEAR >= 1.5.4
Latest Version 1.3.8(stable)
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-12-12
Top

Console_Getargs

Channel pear.php.net
Summary A command-line arguments parser
Version 1.3.5 (stable) was released on 2010-10-11
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
Required Type Name Relation Version
Yes PHP >= 4.1.0
Yes Package PEAR >= 1.4.0b1
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-12-24
Top

Console_Getopt

Channel pear.php.net
Summary Command-line option parser
Version 1.3.0 (stable) was released on 2010-12-11
License PHP License
Description This is a PHP implementation of "getopt" supporting both
short and long options.
Dependencies
Required Type Name Relation Version
Yes PHP >= 4.3.0
Yes Package PEAR >= 1.9.1
Latest Version 1.3.1(stable)
Package XML version 2.0 packaged with PEAR version 1.9.2
Last Modified 2010-12-12
Top

HTTP_Request

Channel pear.php.net
Summary Provides an easy way to perform HTTP requests
Version 1.4.4 (stable) was released on 2008-11-17
License BSD
Description Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
Proxy Authentication, SSL, file uploads etc.
Dependencies
Required Type Name Relation Version
Yes PHP >= 4.2.0
Yes Package PEAR >= 1.4.3
Yes Package Net_URL >= 1.0.12
Yes Package Net_Socket >= 1.0.7
Package XML version 2.0 packaged with PEAR version 1.7.2
Last Modified 2010-12-24
Top

HTTP_Request2

Channel pear.php.net
Summary Provides an easy way to perform HTTP requests.
Version 0.5.2 (alpha) was released on 2010-04-21
License BSD License
Description PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, redirects,
monitoring the request progress with Observers...
Dependencies
Required Type Name Relation Version
Yes PHP >= 5.1.4
Yes Package PEAR >= 1.5.4
Yes Package Net_URL2 >= 0.2.0
No Extension curl has
No Extension fileinfo has
No Extension zlib has
No Extension openssl has
Latest Version 2.0.0(stable)
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-12-24
Top

Net_Socket

Channel pear.php.net
Summary Network Socket Interface
Version 1.0.10 (stable) was released on 2010-10-16
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
Required Type Name Relation Version
Yes PHP >= 4.0.0
Yes Package PEAR >= 1.4.0b1
Package XML version 2.0 packaged with PEAR version 1.9.1
Last Modified 2010-12-24
Top

Net_URL

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
Required Type Name Relation Version
Yes PHP >= 4.0.0
Yes Package PEAR >= 1.4.0b1
Package XML version 2.0 packaged with PEAR version 1.6.0
Last Modified 2010-12-24
Top

Net_URL2

Channel pear.php.net
Summary Class for parsing and handling URL.
Version 0.3.1 (beta) was released on 2010-02-22
License BSD
Description Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
Dependencies
Required Type Name Relation Version
Yes PHP >= 5.0
Yes Package PEAR >= 1.4.0b1
Latest Version 2.0.0(stable)
Package XML version 2.0 packaged with PEAR version 1.7.1
Last Modified 2010-12-24
Top

PEAR

Channel pear.php.net
Summary PEAR Base System
Version 1.9.1 (stable) was released on 2010-05-26
License New BSD 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
Required Type Name Relation Version
Yes PHP >= 4.4.0
Yes Package PEAR >= 1.4.3
Yes Package Archive_Tar >= 1.1
Yes Package Structures_Graph >= 1.0.2
Yes Package Console_Getopt >= 1.2
Yes Package XML_Util >= 1.2.0
No Package PEAR_Frontend_Web not
No Package PEAR_Frontend_Gtk not
Yes Extension xml has
Yes Extension pcre has
Latest Version 1.9.4(stable)
Package XML version 2.0 packaged with PEAR version 1.9.1
Last Modified 2010-12-12
Top

PEAR_Info

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
Required Type Name Relation Version
Yes PHP >= 4.3.10
Yes Package PEAR >= 1.5.4
Yes Package Console_Getargs >= 1.3.3
Yes Extension pcre has
No Package PHPUnit >= 3.1.4
Package XML version 2.0 packaged with PEAR version 1.7.2
Last Modified 2010-12-24
Top

Structures_Graph

Channel pear.php.net
Summary Graph datastructure manipulation library
Version 1.0.4 (stable) was released on 2010-10-25
License LGPL License
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
Required Type Name Relation Version
Yes PHP >= 4.2.0
Yes Package PEAR >= 1.4.3
Package XML version 2.0 packaged with PEAR version 1.9.1
Last Modified 2010-12-12
Top

XML_RPC

Channel pear.php.net
Summary PHP implementation of the XML-RPC protocol
Version 1.5.4 (stable) was released on 2010-07-03
License PHP License
Description A PEAR-ified version of Useful Inc's XML-RPC for PHP.

It has support for HTTP/HTTPS transport, proxies and authentication.
Dependencies
Required Type Name Relation Version
Yes PHP >= 4.2.0
Yes Package PEAR >= 1.4.0a1
Yes Extension xml has
Latest Version 1.5.5(stable)
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-12-12
Top

XML_Util

Channel pear.php.net
Summary XML utility class
Version 1.2.1 (stable) was released on 2008-12-07
License BSD License
Description Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.
Dependencies
Required Type Name Relation Version
Yes PHP >= 4.3.0
Yes Package PEAR >= 1.4.3
Yes Extension pcre has
Package XML version 2.0 packaged with PEAR version 1.7.2
Last Modified 2010-12-12
Top