Skip to content

A collection of Git PHP Hooks that you maybe want to use with GitPHPHooks

Notifications You must be signed in to change notification settings

wecodemore/GitPHPHooksLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git PHP Hooks - official Library

This is a set of Git PHP Hooks tasks, ready to use in conjunction with GitPHPHooks.

The Hooks are available in the src directory of this repo. You can read more about the naming convention here.

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. :)

About

A collection of Git PHP Hooks that you maybe want to use with GitPHPHooks

Resources

Stars

Watchers

Forks

Packages

No packages published