About Me
Say Hello
RSS
A 25-post collection
25 August 2017 | on php, php-7.2
Last week, the final Beta version of PHP 7.2 was released and next week the first Release Candidate was released. If you want to test →
04 August 2017 | on automation, php, deployment, deployer
For years, I have been using Deployer as my choice of tool for automated deployment of my personal projects. I like it because it is incredibly →
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 →
07 July 2017 | on php
Just like PHP traits that I wrote about a couple of weeks ago, generators have been in PHP for a while (since 5.5 in fact) →
23 June 2017 | on php
Traits have been available for use in PHP since version 5.4 so nothing I write here is going to be particularly cutting edge or new. →