jamesrezo/qatools

My QA Tools meta-package

Installs: 104

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:metapackage

5.3.0 2017-02-13 12:13 UTC

This package is auto-updated.

Last update: 2024-04-24 03:51:15 UTC


README

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