Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 561 Bytes

tool.md

File metadata and controls

9 lines (5 loc) · 561 Bytes

工具

Composer

是 PHP 用来管理依赖(dependency)关系的工具。你可以在自己的项目中声明所依赖的外部工具库(libraries),Composer 会帮你安装这些依赖的库文件。

PECL(PHP 扩展模块)

PECL 的全称是 The PHP Extension Community Library ,是一个开放的并通过 PEAR(PHP Extension and Application Repository,PHP 扩展和应用仓库)打包格式来打包安装的 PHP扩展库仓库。通过 PEAR 的 Package Manager 的安装管理方式,可以对 PECL 模块进行下载和安装。