partnermarketing/pm-git-hooks-php
Composer 安装命令:
composer require partnermarketing/pm-git-hooks-php
包简介
Partnermarketing 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 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
统计信息
- 总下载量: 8.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-03