pear2.php.net icon indicating copy to clipboard operation
pear2.php.net copied to clipboard

PEAR2 website

The PEAR2 website

To release a package, run pyrus scs-release MyPackage.tgz username then commit and push to [email protected]:pear2/pear2.php.net.git

$ cd www/ $ php -dphar.readonly=0 /path/to/pyrus scs-release /path/to/package.tgz

The live pear2.php.net site is running from the master branch.

Requirements -

  • PHP 5.3.2+

Quick Setup: git clone https://github.com/pear2/pear2.php.net.git cp pear2.php.net/config.sample.php pear2.php.net/config.inc.php cp pear2.php.net/www/sample.htaccess pear2.php.net/www/.htaccess

Edit the config and .htaccess files as necessary.