/QaTools

My QA meta-package for PHP development.

MIT LicenseMIT

QaTools

Yet another meta-package for installing PHP Quality Assurance Tools.

This one provides a collection of very known tools from PHP 5.4 to PHP 7.0 :

Build Status Latest Stable Version Latest Unstable Version License composer.lock Dependency Status

Installation & Usage

In your project :

composer require --dev jamesrezo/qatools

Then all tools will be available under vendor/bin/ directory path.

Or globally :

composer global require jamesrezo/qatools
export PATH=~/.composer/vendor/bin:$PATH

Contributing

Everyone is welcome :-)

Licence

MIT