September 2017
Intermediate to advanced
244 pages
6h 44m
English
Composer is a standard way to make and use reusable components. Nowadays, a lot of stuff has already been done and can be reused. For this reason, in PHP, Composer is a standard method. In this chapter, we have seen how Composer works, what it's usages are, how can one install packages through it, and a lot more. However, one thing that we haven't touched on in this chapter is how we can make packages for Composer. This is because our focus was on how we can reuse already available Composer packages. If you want to learn how to a create Composer package, then start from here: https://getcomposer.org/doc/02-libraries.md.
If you want to know more about Composer, you can:
Read now
Unlock full access