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

第 8 章 PEAR - PHP Extension and Application Repository

目錄

8.1. PEAR 使用說明
8.1.1. php-pear 安裝
8.1.2. channel-update
8.1.3. install/uninstall
8.2. Pyrus
8.3. Pirum is a simple PEAR Channel Server Manager
8.4. PHPUnit - Unit testing framework for PHP
8.5. XML_RSS
8.6. Propel - smart, easy object persistence
8.6.1. 環境配置
8.6.2. PEAR Installer
8.7. Lua for PHP extension
8.8. libuv php extension

8.1. PEAR 使用說明

8.1.1. php-pear 安裝

$ sudo apt-get install php-pear
			

8.1.2. channel-update

channel-update

pear channel-update pear.php.net

list-all

pear list-all

8.1.3. install/uninstall

install

pear install Packages

uninstall

pear uninstall Packages
comments powered by Disqus