Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wecodemore/gitphphookslibrary
A collection of Git PHP Hooks that you maybe want to use with GitPHPHooks
https://github.com/wecodemore/gitphphookslibrary
Last synced: about 1 month ago
JSON representation
A collection of Git PHP Hooks that you maybe want to use with GitPHPHooks
- Host: GitHub
- URL: https://github.com/wecodemore/gitphphookslibrary
- Owner: wecodemore
- Created: 2014-07-21T11:29:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T12:19:08.000Z (almost 10 years ago)
- Last Synced: 2024-11-02T11:50:43.705Z (about 2 months ago)
- Language: PHP
- Size: 212 KB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git PHP Hooks - official Library
This is a set of Git PHP Hooks tasks, ready to use in conjunction
with [GitPHPHooks](https://github.com/wecodemore/GitPHPHooks).The Hooks are available in the [`src` directory](https://github.com/wecodemore/GitPHPHooksLibrary/tree/master/src)
of this repo. You can read more about the naming convention [here](https://github.com/wecodemore/GitPHPHooks#naming-convention).## Install
This repo is registered to Packagist. You can include it by adding
"wcm/git-php-hooks-library": "dev-master"
to your projects `composer.json` file.
## Tasks included
* PHP Lint as `pre-commit` task, priority: 10
* PHP Mess Detector as `pre-push` task, priority: 10## Pull Requests
I am happy to accept pull requests. As it really doesn't matter (to me) what coding style you use,
there's no convention forced. Just add your file, test it and send the PR. :)