#PHP

General PHP tips, tricks, and techniques.








My PHP Forked Package Workflow

2021-05-26 #php
Packages are great - they bring specific functionality out of the box, without the need to re-invent it yourself. The downside is that each additional package installed into an application creates...
Read more →







Simulate HTTP Exception Status

2019-03-27 #php
This may seem so obvious that I shouldn't be blogging about it but I'm doing it anyway. I haven't really had to simulate a specific HTTP exception but recently I needed to create some custom 404,...
Read more →