insua/phpcs-git-pre-commit

Pure php phpcs git pre commit

Maintainers

Package info

github.com/Insua/phpcs-git-pre-commit

Language:PowerShell

pkg:composer/insua/phpcs-git-pre-commit

Statistics

Installs: 671

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.8 2021-02-23 04:00 UTC

This package is auto-updated.

Last update: 2026-03-23 15:10:00 UTC


README

phpcs git pre commit.

Installing

$ composer require insua/phpcs-git-pre-commit

Usage

add scripts

"scripts": {
    "post-install-cmd": [
        "Insua\\PhpcsGitPreCommit\\Installer::postInstall"
    ],
    "post-update-cmd": [
        "Insua\\PhpcsGitPreCommit\\Installer::postInstall"
    ]
}

License

MIT

Alternatives