Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

8.2. Pyrus

wget http://pear2.php.net/pyrus.phar

# Set where to install packages:
$ php pyrus.phar mypear ~/src/my-project/vendor
# Install a package:
$ php pyrus.phar install PEAR2_HTTP_Request
# List installed packages:
$ php pyrus.phar list-packages
		
comments powered by Disqus