September 2017
Intermediate to advanced
244 pages
6h 44m
English
Composer is not only a package manager, but also a dependency manager in PHP. In PHP, if you want to reuse an open source component, the standard way to do it is to use an open source package through Composer, as Composer has become a standard for making packages, installing packages, and auto-loading. Here, we have discussed a few new terms, such as package manager, dependency manager, and auto-loading. In this chapter, we will go into detail of what they are and what Composer provides for them.
The preceding paragraph explains what Composer mainly does, but Composer is more than that.
In this chapter, we will look at the following things:
Read now
Unlock full access