Home > Article > Backend Development > Where does the Composer mentioned in thinkPHP5.0 come from? ?
Think where does the Composer mentioned in PHP5.0 come from? ?
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