Home  >  Article  >  Backend Development  >  Where does the Composer mentioned in thinkPHP5.0 come from? ?

Where does the Composer mentioned in thinkPHP5.0 come from? ?

WBOY
WBOYOriginal
2016-12-01 00:56:421157browse

Think where does the Composer mentioned in PHP5.0 come from? ?

Reply content:

Think where does the Composer mentioned in PHP5.0 come from? ?

Composer is a dependency management tool, similar to npm in JS. Requirements:
a) You have a project that depends on several libraries.
b) Some of these libraries depend on other libraries.
c) You declare what you depend on.
d) Composer will figure out which versions of packages need to be installed, and install them (download them into your project).

It’s better to search for these and understand the system.
composer Chinese introduction

Statement:
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