php-src/pear/README

38 lines
990 B
Plaintext
Raw Normal View History

PEAR - PHP Extension and Application Repository
===============================================
Dedicated to Malin Bakken, born 1999-11-21
1999-11-29 15:18:01 +00:00
WHAT IS PEAR?
1999-11-29 15:18:01 +00:00
PEAR is a code repository for PHP extensions and PHP library code
similar to TeX's CTAN and Perl's CPAN.
1999-11-29 15:18:01 +00:00
The intention behind PEAR is to provide a means for library code
authors to organize their code in a defined way shared by other
developers, and to give the PHP community a single source for such
code.
ADMINISTRATION
This section will describe the rules for how files are structured and
how functions and classes should be named.
TOOLS
1999-11-29 15:18:01 +00:00
This section will describe the tools provided to PEAR users.
CODING RULES AND GUIDELINES
1999-11-29 15:18:01 +00:00
* Before adding a new top-level directory ("DB" is one), discuss your
2001-10-13 09:32:34 +00:00
intentions on pear-dev@lists.php.net.
2001-12-15 14:55:02 +00:00
* Please see http://pear.php.net/manual/standards.php for full rules and guidelines.
DOCUMENTATION
Documentation for PEAR can be found at http://pear.php.net/manual/.