Nico Amarilla

My personal notes on programming.

Monthly Archives: September 2014

Installing Composer on Windows

What is Composer? Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. – getcomposer.org If you plan to use modern PHP frameworks (Symfony2, Silex) and components (PHPUnit), you should invest the time in learning composer.

Read More