About Me
Say Hello
RSS
A 3-post collection
11 August 2017 | on composer
Composer is an incredibly simple, yet powerful tool for installing 3rd-party libraries into your projects. I can't imagine life without it! I have previously written about →
14 July 2017 | on composer, php
Namespaces are a very nice feature that allows you to organise your code so that you can encapsulate classes and libraries and avoid clashes. One of →
20 March 2014 | on composer, guides, install, php, quick, simple
Want to install and use PHP Composer on your Ubuntu machine? Simply run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename= →