定制 bernardosilva/git-hooks-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version Monthly Downloads Total Downloads License

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

GitHub 信息

  • Stars: 25
  • Watchers: 3
  • Forks: 2
  • 开发语言: Shell

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-29