欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Composer 是 PHP 用来管理依赖关系的工具。

最编程 2024-04-03 13:49:56
...

在Linux / Unix / OSX上安装Composer


1. php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"     
2. sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
3. php -r "unlink('composer-setup.php');"

在Windows上安装Composer

下载Composer-Setup.exe

Composer和本网站上的所有内容都是根据 MIT许可证发布的. powered by PHP中文网

Composer中文网