Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

第 6 章 PEAR - PHP Extension and Application Repository

目錄

6.1. PEAR 使用說明
6.1.1. php-pear 安裝
6.1.2. channel-update
6.1.3. install/uninstall
6.2. Composer
6.2.1. 安裝 Composer
6.2.2. 安裝 composer.json
6.3. Pyrus
6.4. Pirum is a simple PEAR Channel Server Manager
6.5. PHPUnit - Unit testing framework for PHP
6.5.1. 安裝
6.5.1.1. 使用 pear 安裝
6.5.1.2. phar 安裝
6.5.1.3. 測試安裝是否正確
6.6. XML_RSS
6.7. Propel - smart, easy object persistence
6.7.1. 環境配置
6.7.2. PEAR Installer
6.8. Doctrine
6.9. Cache
6.10. Net_Socket
6.11. Unirest - Unirest is a set of lightweight HTTP libraries
6.12. Mail

6.1. PEAR 使用說明

6.1.1. php-pear 安裝

$ sudo apt-get install php-pear
			

6.1.2. channel-update

channel-update

pear channel-update pear.php.net

list-all

pear list-all

6.1.3. install/uninstall

install

pear install Packages

uninstall

pear uninstall Packages