Skip to content

Instantly share code, notes, and snippets.

@scintill
Created August 26, 2012 03:32
Show Gist options
  • Save scintill/3473591 to your computer and use it in GitHub Desktop.
Save scintill/3473591 to your computer and use it in GitHub Desktop.
some PHP PEAR packages I always forget how to install

Zend

pear channel-discover zend.googlecode.com/svn
pear install zend/zend

PHPUnit

pear channel-discover pear.phpunit.de
pear channel-discover components.ez.no
pear channel-discover pear.symfony-project.com
pear install phpunit/PHPUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment