Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.42 KB

quality-tools

Software License Packagist Version PHP Version

Set of quality tools for your application. Based on GrumPHP, including the following tools:

Requirements

Required to install and run quality-tools:

Installation

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.

Usage

All tools will be run automatically on git-commit via GrumPHP.