Home > php教程 > php手册 > body text

Composer PHP的包依赖管理工具

WBOY
Release: 2016-06-06 19:54:25
Original
1218 people have browsed it

最近在学习SF2,接触到了Composer,一个PHP的包依赖管理工具,个人觉得很强大,蛮有意思的。下面是安装方法和地址: http://getcomposer.org/doc/00-intro.md linux上安装只需要一步,也就是把composer.phar下载下来就OK了: curl -sS https://getcomposer.o

最近在学习SF2,接触到了Composer,一个PHP的包依赖管理工具,个人觉得很强大,蛮有意思的。下面是安装方法和地址:

http://getcomposer.org/doc/00-intro.md

linux上安装只需要一步,也就是把composer.phar下载下来就OK了:

curl -sS https://getcomposer.org/installer | php

然后我就把SF2通过一个命令行搭建起来了:

 php composer create-project symfony/framework-standard-edition Symfony 2.4.0

在安装的最后,有提示输入一些参数,输入进去就行了。



source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!