What does this package manager mainly do in the project? What libraries are used for versioning or for updating projects?
Or a description of the invocation relationship used for each module in your project?
Anyway, who's going to talk about this? Functional use of the package Manager
Reply content:
What does this package manager mainly do in the project? What libraries are used for versioning or for updating projects?
Or a description of the invocation relationship used for each module in your project?
Anyway, who's going to talk about this? Functional use of the package Manager
http://www.phpcomposer.com/
This involves the concept of a package.
There are actually many parts of our program,
In the accumulation of development, it will be found that the code is repeated common,
A part of the smart programmers pulled this part out,
Encapsulates classes to form a class tool that can be used directly,
These tool classes slowly form the package.
These packages are started to be downloaded on the Internet.
But no unified management system has been formed,
Smart Phper borrowed from Pip and Gem's package management approach,
Produced a composer to talk about scattered packages of unified management,
Version control functions are also available.
Simply put, composer is a package version control tool.
I didn't see it either. A little stupid. Search answers are very official things, in fact, someone can tell me this thing in the project when the role of what, there is no difference between him, I find it easier to understand.