stevenash / phpcd-pre-push-hook
test
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
This package is auto-updated.
Last update: 2025-04-09 20:25:38 UTC
README
phpcs-pre-push-hook.
Installing
$ composer require stevenash/phpcd-pre-push-hook -vvv
Or alternatively, include a dependency for wickedreports/phpcs-pre-commit-hook
in your composer.json file manually:
{
"require-dev": {
"stevenash/phpcd-pre-push-hook": "*"
}
}
To enable code sniff, аdd to post-install-cmd
and post-update-cmd
in composer.json
installation script:
"scripts": {
"post-install-cmd": [
"Stevenash\\PhpcdPrePushHook\\Installer::postInstall"
],
"post-update-cmd": [
"Stevenash\\PhpcdPrePushHook\\Installer::postInstall"
]
}
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT