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…
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…
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…
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…
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…
14th August 2017 11:40 am
If you're building any non-trivial application, it's always a good idea to profile it to find performance problems. Laravel Debugbar is…