Blogger Information
Blog 43
fans 1
comment 0
visits 33474
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Composer常用命令行
蔚蓝世纪
Original
640 people have browsed it

Composer常用命令行在线预览:

http://www.nywldst.com/php11/0515/Composer.html

一、什么是Composer?

Composer 是 PHP 的一个依赖管理工具。它允许我们申明项目所依赖的代码库,它会在我们的项目中为我们安装代码库。通俗的说,就是我们可以很方便的把别人优秀的代码拿来为己所用。

二、Composer 可以做什么?

  1. 你有一个项目依赖于若干个库。
  2. 其中一些库依赖于其他库。
  3. 你声明你所依赖的东西。
  4. Composer 会找出哪个版本的包需要安装,并安装它们(将它们下载到你的项目中)。

三、Composer常用命令行


四、总结

感觉Composer就好像是PHP的一个插件包,这个插件包里面预置了一些优秀的模板,如果我们需要使用,可以便捷的调用。这样自然会大大方便的了程序员的工作。

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:composer本意是作曲家, 想一下作曲家是做什么的?将你的音乐作品中需要的各种音符,素材全部自动添加进行, 你的工作就是创作
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!