A generic PHP SMS library

25th September 2017 9:18 pm

This weekend I published sms-client , a generic PHP library for sending SMS notifications. It's intended to offer a consistent interface…

Installing Nginx Unit on Ubuntu

8th September 2017 9:05 pm

Recently Nginx announced the release of the first beta of Unit , an application server that supports Python, PHP and Go, with support…

Making internal requests with Laravel

2nd September 2017 1:45 pm

Recently I've been working on a Phonegap app that needs to work offline. The nature of relational databases can often make this tricky if…

Run your tests locally with Sismo

19th August 2017 2:40 pm

Continuous integration is a veritable boon when working on any large software project. However, the popularity of distributed version…