Home | Mirror | Search

第 20 章 PEAR - PHP Extension and Application Repository

目錄

1. PEAR 使用說明
1.1. php-pear 安裝
1.2. channel-update
1.3. install/uninstall
2. Pyrus
3. Pirum is a simple PEAR Channel Server Manager
4. PHPUnit - Unit testing framework for PHP
5. XML_RSS
6. Propel - smart, easy object persistence
6.1. 環境配置
6.2. PEAR Installer
7. Lua for PHP extension

1. PEAR 使用說明

1.1. php-pear 安裝

$ sudo apt-get install php-pear
			

1.2. channel-update

channel-update

pear channel-update pear.php.net

list-all

pear list-all

1.3. install/uninstall

install

pear install Packages

uninstall

pear uninstall Packages
comments powered by Disqus