net.christianto/codestyle-meta

Code style package presets for PHP

v0.0.2 2025-06-07 20:58 UTC

This package is auto-updated.

Last update: 2025-06-07 13:59:31 UTC


README

Inspired from @VotrubaT's Tweet.

Installation

composer require net.christianto/codestyle --dev

Then add the following scripts to your composer.json:

{
    "scripts": {
        "style:check": "vendor/bin/ecs check",
        "style:fix": "vendor/bin/ecs fix",
        "style:composer": "composer normalize"
    }
}