ligato/git-hooks).roave/infection or shell-based hooks may fit better).pre-commit).For Executives: "This bundle lets us bake critical checks (e.g., security scans, unit tests) directly into developers’ workflows—no waiting for CI. It’s a low-cost way to shift left on quality, reducing bugs in production. Think of it as ‘CI-lite’ for Symfony teams. The trade-off? We’d need to validate its stability first, but the payoff is faster feedback loops and happier devs."
For Engineering: *"We’re adding a lightweight Symfony bundle to handle Git hooks (pre-commit/post-commit). Benefits:
composer.json and AppKernel.php.
Caveats: It’s untested in production (0 stars), so we’ll start with non-critical hooks (e.g., PHPStan) and monitor stability. Alternatives like pre-commit exist but lack Symfony integration."*For Developers:
*"This bundle lets us run checks (e.g., phpunit, phpcs) automatically before commits—no more forgetting to test! Setup is easy:
composer.json.AppKernel.composer.json (e.g., scripts section).
Warning: It’s experimental, so we’ll start with simple hooks and expand later."*How can I help you explore Laravel packages today?