Skip to content

partnermarketing/pm-git-hooks-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-hooks-php

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 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

About

Partnermarketing git-hooks package that uses pre-commit for PHP projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%