2017 © Pedro Peláez
 

project php-git-hooks

Git hooks for PHP projects

image

hexanet/php-git-hooks

Git hooks for PHP projects

  • Wednesday, May 9, 2018
  • by martin-damien
  • Repository
  • 3 Watchers
  • 1 Stars
  • 665 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 50 % Grown

The README.md

PHP Git Hooks

Total Downloads Latest Unstable Version, (*1)

Features :, (*2)

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

PHP Git Hooks, (*3)

Installation

composer require hexanet/php-git-hooks

Usage

composer.json :, (*4)

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

Credits

Developed by Hexanet., (*5)

License

php-git-hooks is licensed under the MIT license., (*6)

The Versions