partnermarketing/pm-git-hooks-php

Partnermarketing Composer git-hook package with hooks for your php projects.

Installs: 8 842

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 15

Forks: 2

Language:Shell

Type:git-hook

1.0.0 2016-05-10 15:31 UTC

This package is not auto-updated.

Last update: 2024-03-16 15:38:03 UTC


README

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