net.christianto/codestyle-meta

Code style package presets for PHP

Maintainers

Package info

gitlab.com/net.christianto/codestyle/php-meta

Issues

Type:metapackage

pkg:composer/net.christianto/codestyle-meta

Statistics

Installs: 0

Dependents: 0

Suggesters: 1

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-07 15:39:38 UTC


README

Inspired from @VotrubaT's Tweet.

Installation

composer require net.christianto/codestyle-meta --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"
    }
}