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