enabel/coding-standard-bundle

Enabel bundle that provide coding standard and dev helpers

Installs: 4 529

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 0

Language:Makefile

Type:symfony-bundle

pkg:composer/enabel/coding-standard-bundle

4.0.0 2025-11-07 19:48 UTC

README

License SymfonyInsight codecov CI

Introduction

The bundle aims to provide basics Coding Standard and helper, including:

  • PHPCsFixer (PSR-12, Symfony)
  • PHPStan (Symfony, Doctrine, PHPUnit)
  • Linter
    • Twig
    • Yaml
    • Symfony container
    • Symfony services
    • Doctrine
    • Composer
  • Makefile
  • Docker (MySQL, Redis, Mailcatcher)

Installation & usage

You can check docs here

Versions & dependencies

The current version of the bundle works with Symfony 7.0+. The project follows SemVer.

You can check the changelog.

Contributing

Feel free to contribute, like sending pull requests to add features/tests or creating issues

Note there are a few helpers to maintain code quality, that you can run using these commands:

composer csf # Code style check
composer stan # Static analysis
composer test # Run tests