Home > php教程 > php手册 > 安装Composer 步骤 - 修雨轩陈

安装Composer 步骤 - 修雨轩陈

WBOY
Release: 2016-05-20 10:19:22
Original
1696 people have browsed it

     

Composer 是 PHP 的一个依赖管理工具。它允许你申明项目所依赖的代码库,它会在你的项目中为你安装他们。Composer 不是一个包管理器。是的,它涉及 "packages" 和 "libraries",但它在每个项目的基础上进行管理,在你项目的某个目录中(例如 vendor)进行安装。默认情况下它不会在全局安装任何东西。因此,这仅仅是一个依赖管理。

重要的事情再说一边:

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

 

 

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

image

 

   sudo  mv composer.phar /usr/local/bin/composer

image

 

现在输入命令composer 验证

image

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