PEAR Logo

PEAR 1.9.1

Loaded Configuration File /home/galdetu/.pearrc
Alternative Configuration Files
USER file
/home/galdetu/.pearrc
SYSTEM file
/opt/php5.3/etc/pear.conf

PEAR Credits

PEAR Configuration

auto_discover 0
bin_dir /home/galdetu/php/pear
cache_dir /home/galdetu/php/pear/cache
cache_ttl 3600
cfg_dir /opt/php5.3/lib/php/cfg
data_dir /home/galdetu/php/pear/data
default_channel pear.php.net
doc_dir /home/galdetu/php/pear/docs
download_dir /home/galdetu/php/pear/cache
ext_dir /home/galdetu/php/pear/ext
master_server pear.php.net
php_bin /opt/php5.3/bin/php
php_dir /home/galdetu/php/pear/php
php_ini
php_prefix
php_suffix
preferred_mirror pear.php.net
preferred_state stable
remote_config
sig_bin /usr/bin/gpg
sig_keydir /opt/php5.3/etc/pearkeys
sig_type gpg
temp_dir /home/galdetu/php/pear/temp
test_dir /home/galdetu/php/pear/tests
umask 22
verbose 1
www_dir /opt/php5.3/lib/php/www

PEAR Channels

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

8 Installed Packages, Channel pear.php.net

Index
| A | C | 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.10(stable)
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-07-21
Top

Auth_SASL

Channel pear.php.net
Summary Abstraction of various SASL mechanism responses
Version 1.0.4 (stable) was released on 2010-02-07
License BSD
Description Provides code to generate responses to common SASL mechanisms, including:
- Digest-MD5
- CramMD5
- Plain
- Anonymous
- Login (Pseudo mechanism)
Dependencies
Required Type Name Relation Version
Yes PHP >= 4.2.0
Yes Package PEAR >= 1.4.3
Latest Version 1.0.6(stable)
Package XML version 2.0 packaged with PEAR version 1.9.1
Last Modified 2010-07-21
Top

Console_Getargs

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
Required Type Name Relation Version
Yes PHP >= 4.1.0
Yes Package PEAR >= 1.4.0b1
Latest Version 1.3.5(stable)
Package XML version 2.0 packaged with PEAR version 1.4.11
Last Modified 2010-07-21
Top

Console_Getopt

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
Required Type Name Relation Version
Yes PHP >= 4.3.0
Yes Package PEAR >= 1.4.3
Latest Version 1.3.1(stable)
Package XML version 2.0 packaged with PEAR version 1.6.1
Last Modified 2010-07-21
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-07-21
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-07-21
Top

Structures_Graph

Channel pear.php.net
Summary Graph datastructure manipulation library
Version 1.0.3 (stable) was released on 2009-10-11
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
Latest Version 1.0.4(stable)
Package XML version 2.0 packaged with PEAR version 1.9.0
Last Modified 2010-07-21
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-07-21
Top