Abstract
Composer is a new PHP dependency manager. It resolves and downloads the packages your project requires.
In this session you will learn how to use Composer to easily manage the libraries and other packages you use. We will go through the basics of dependency management and then move on towards publishing your own packages, be it open source ones or closed company code that is used by multiple projects.