Set of quality tools for your application. Based on GrumPHP, including the following tools:
Required to install and run quality-tools:
- Composer (v2.0) (https://getcomposer.org)
- Phive (https://phar.io)
Install via composer:
$ composer require --dev jobaria/quality-tools
When composer completes, run the following commands:
# Install the necessary quality tools
$ phive install
# Enable GrumPHP and sniff your commits
$ tools/grumphp git:init
After install, edit configuration files (copied to your root folder) to your personal preferences.
All tools will be run automatically on git-commit via GrumPHP.