I wish there was a better way to automate git precommit hooks using pure #PHP.

Right now I'm using Husky for that, and it's great, but it's obvs #JavaScript.

I've tried #GrumPHP but it's too opinionated about what it will and will not do, and frankly kinda a bummer to work with.

Proud to anounce that Grumphp V2 is officially RELEASED !

https://github.com/phpro/grumphp/releases/tag/v2.0.0

#grumphp #php

Release Version 2.0.0 · phpro/grumphp

What's Changed Resolve psalm errors by @veewee in #1085 Add support for amp v3 by @veewee in #1084 Config options resolver by @veewee in #1090 Introduce the new v2 extension system by @veewee in #...

GitHub
@andreS einfach machen 😌
Ich kann mich noch an Angeboten erinnern bei denen automatisiertes Testing als extra Position ausgewiesen wurde. Als wäre das diskutabel. Am Ende profitiert der Kunde davon aber eigentlich ist das Testing eher ein invest für mich als Entwickler um Nachts gut schlafen zu können, weil ich sicher bin das mein Code tut war er soll. #TDD wäre hier das Schlagwort. Kein Commit ohne Test. Wir nutzen hier #grumphp um dies sicherzustellen.