Skip to content

JamesRezo/QaTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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