Laravel Rate Limiter
While Laravel does support throttling (for routes, and for queues), you might run into use-cases where you need more custom
Laravel IP Anonymizer
Since GDPR kicked in, anonymizing IP addresses is a (big/default) thing. You can use this package to easily anonymize IP
Running multiple Homestead boxes next to each other (PHP 7 and PHP 5.6)
Now that PHP 7 is being adopted by more and more web applications in production environments, dealing with legacy code
php-zalando, a PHP client to interact with the Zalando API
Again it’s been a while since I created a public PHP library to interact with another API but here we
phpMyAdmin on Laravel Homestead
What is Laravel Homestead? "Laravel Homestead is an official, pre-packaged Vagrant "box" that provides you a wonderful development environment without requiring
Pushing Laravel logs to Loggly
Laravel uses the Monolog logging library for logging, however, it's saving all logs to a local directory by default. Not
php-invoiceocean, a PHP client to interact with the InvoiceOcean.com API
It's been a while since I created a public PHP library to interact with another API but here we go. php-invoiceocean
Behind the scenes @ Coolblue HQ
What is Coolblue? Last week I was invited to go visit Coolblue behind the scenes in Rotterdam, NL. Coolblue has always
Raspberry Pi PLC/Domotica testcase
Here's a quick tutorial on how to build a hardware on/off switch which sends this signals to a RESTful web
A/B split testing with PHP
What is split testing? A/B split testing is the art of setting up multiple random variants/tests in a controlled experiment. Example
Laravel 4 released
Great news! My favorite PHP framework Laravel finally released version 4 after 5 public beta's and months of waiting. Why
Deploying PHP projects with Jenkins on OS X
Continuous deployment, automated unit testing, code analysis & reports, git repo’s, Laravel 4 using Composer. This must be a dream
PHPBenelux Conference 2013
My first 'official' post (well actually my second post after Hello World) was a review of the PHP Benelux 2012
DirectAdmin API packagist/composer package
Because Laravel Four is trading in bundles for Composer I decided it's time to create a package for this. After
Laravel DirectAdmin bundle
I recently started playing with the Laravel PHP framework and my god I love it! So fast and so easy..