composer 安装使用教程
1、下载installer的文件,使用浏览器开启链接:getcomposer.org/installer,下载如下文件到 E:\xs2016\composer, installer , 重命名为composer_installer.phar,
2、运行,cmd ,开启命令行,进入 composer_installer.phar 所在目录, 输入 PHP composer_installer.phar,
如果出现 xdebug 的提醒。 开启PHP.INI ;zend_extension = "d:/wamp2.5/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll" 注释掉这行。
3、安装完成后,会在相应目录出现 composer.phar 文件
composer使用:
命令行:
php composer.phar create-project slim/slim-skeleton [webapi]
结果是
你的目录下,下载了slim框架代码。
以上便是winwin7小编给大家介绍的composer-setup.exe安装包,有需要的用户快来获取吧!
以上便是winwin7给大家介绍的composer。exe,php依赖包!