JamesRezo / QaTools

My QA meta-package for PHP development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My QA meta-package for PHP development.

License:MIT License