PHP Extension Community Library



         


The PHP Extension and Application Repository, or PEAR, is a framework and distribution system for PHP code components. PEAR project was founded in 1999 by Comprehensive Perl Archive Network (CPAN), after which PEAR was modeled, PEAR packages do not have implicit dependencies so that a package's placement in the PEAR package tree does not relate to code dependencies. Rather, PEAR packages must explicitly declare all dependencies on other PEAR packages.

The PEAR base classes contain code for simulating object-oriented destructors and consistent error handling. Packages exist for many basic PHP functions including authentication, caching, database access, encryption, confguration, HTML, web services and XML.

The PHP Extension Community Library (PECL) contains C extensions that can be compiled into PHP. PECL includes modules for XML parsing, access to additional databases, mail parsing, embedding Perl or Python in PHP scripts and for compiling PHP script. PECL spun off from the PEAR Project in 2003 and now operates independently of PEAR.

[Top]

External Links






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License