RSSAmplifier

Blog

Kevin Ullyott

kevinullyott.comRSS feed ↗3 posts

Latest posts

You can have your composer.lock and not make others eat it too!

If you maintain a PHP package, there s a small file at the root of your repo that s quietly making life worse for everyone who installs it. That file is composer.lock . Your tests, CI configs, code style configs, and half a dozen other dev......

Announcing MeliorStan v1

MeliorStan v1 is out! It is a PHPStan extension that ships over 30 custom rules you can plug into your existing PHPStan setup. There is no separate runner, no separate report, and no separate config file to maintain. You include it in your......

Installing PHPRedis Extension on MacOs Via Homebrew/PECL

Many applications such as Laravel rely on Redis for tasks, so having a local Redis instance running for local development is a great idea. But in order to best communicate with Redis you will need the PHPRedis package installed locally. I ran into a......