Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Hexanet/php-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Git Hooks

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.