September 2017
Intermediate to advanced
244 pages
6h 44m
English
Composer is a dependency manager. Now you can package your code in a way that you don't need to ship third-party dependencies with it. You just need to tell its dependencies. In fact, your package dependencies can have more dependencies, and those dependencies can also have more dependencies. So, resolving all those dependencies while making a package or bundle could be really tiresome. But it is not, thanks to Composer.
Since Composer is also a dependency manager, dependencies are not a problem anymore. We can just specify dependencies in a JSON file, and those dependencies are resolved by Composer. We will look into that JSON file shortly.
Read now
Unlock full access