Download the PHP package bernardosilva/git-hooks-php without Composer
On this page you can find all versions of the php package bernardosilva/git-hooks-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bernardosilva/git-hooks-php
More information about bernardosilva/git-hooks-php
Files in bernardosilva/git-hooks-php
Download bernardosilva/git-hooks-php
More information about bernardosilva/git-hooks-php
Files in bernardosilva/git-hooks-php
Vendor bernardosilva
Package git-hooks-php
Short Description Composer git-hook package with hooks for your php projects.
License MIT
Package git-hooks-php
Short Description Composer git-hook package with hooks for your php projects.
License MIT
Please rate this library. Is it a good library?
Informations about the package git-hooks-php
git-hooks-php
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.
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
All versions of git-hooks-php with dependencies
PHP Build Version
Package Version
Requires
bernardosilva/git-hooks-installer-plugin Version
~1.0
squizlabs/php_codesniffer Version ^3.0.0
squizlabs/php_codesniffer Version ^3.0.0
The package bernardosilva/git-hooks-php contains the following files
Loading the files please wait ....