bernardosilva/git-hooks-php
最新稳定版本:2.2.0
Composer 安装命令:
composer require bernardosilva/git-hooks-php
包简介
Composer git-hook package with hooks for your php projects.
README 文档
README
This is a git-hook package that contains some standards I want to use on all my PHP projects.
I use the git pre-commit hook to validate all my code before every commit to ensure
that my code is always valid.
View how to create your own git-hook package
How to install
Just add this package as a dependency on your project.
php composer.phar require --dev bernardosilva/git-hooks-php
pre-commit
Currently my pre-commit hook is checking for PSR2 coding standards
that are not met using php_codesniffer tool.
How to contribute
- Create a Pull Request
- Suggest new ideas or open new detected issues
Created by
License
MIT © Bernardo Silva
统计信息
- 总下载量: 16.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-29