Fork me on GitHub

Composer: Project Dependency Management for PHP

Nils Adermann(45:00) Binoculars Image

sourced from DPC 2012



Composer provides you with a new and simple way to describe and install a project's dependencies. Finally using 3rd party libraries in PHP projects is as easy it should be. Composer was inspired by concepts from Node.js npm, Ruby's Bundler and other package management systems. In this talk I'll show how Composer can help you with your next project and how you can make your libraries available for others. I'll demonstrate the advantages Composer has over other PHP package management tools.