Composer, putting dependencies on the score

As PHP projects grow and mature so does their list of dependencies and third party code. Managing all these external packages during development and especially deploy is not an easy task and can be very error prone. Enter Composer, a tool that allows you to keep a consistent list of dependencies and versions across your whole team and all your environments, managing and making discovery of new libraries a breeze. Let’s see how Composer can solve all your problems with a simple command line interface and a json configuration file.

comments powered by Disqus

Related Posts

Iterating over life with SPL Iterators I: Directories

Iterating over life with SPL Iterators I: Directories

  • October 8, 2009

In the past i have already talked about SPL and how it makes PHP Developers’ life a breeze, since then i have felt a lack of SPL recipes around the web, if you are getting into SPL now, using some of the available classes can be a real mystery, so I decided to add more posts to google’s list of SPL articles.

Read More
Annotating with Annotations

Annotating with Annotations

  • June 5, 2012

What exactly are annotations? How can they change the way you code and make life simpler?

Read More
Comunidade PHP no Brasil

Comunidade PHP no Brasil

  • November 20, 2006

A pouco tempo percebi que a comunidade PHP do Brasil estava meio “desunida” e esquecida.

Read More