hexanet/php-git-hooks

This package is abandoned and no longer maintained. No replacement package was suggested.

Git hooks for PHP projects

Installs: 7 537

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 1

Open Issues: 0

Type:project

2.1.0 2018-05-09 12:09 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:08:58 UTC


README

Total Downloads Latest Unstable Version

Features :

  • Check if composer.lock is synchronized with composer.json
  • Lint
  • Check and fix coding styles with PHP-CS-FIXER

PHP Git Hooks

Installation

composer require hexanet/php-git-hooks

Usage

composer.json :

    "scripts": {
        "pre-update-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks",
        "pre-install-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks"
    }

Credits

Developed by Hexanet.

License

php-git-hooks is licensed under the MIT license.