|
1 | 1 | # QaTools
|
2 |
| -My QA meta-package for PHP development. |
| 2 | +Yet another meta-package for installing PHP Quality Assurance Tools. |
3 | 3 |
|
4 |
| -## Installation |
| 4 | +This one provides a collection of very known tools from PHP 5.4 to PHP 7.0 : |
5 | 5 |
|
| 6 | +* [phpunit/phpunit](https://phpunit.de/), |
| 7 | +* [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer), |
| 8 | +* [phpmd/phpmd](https://phpmd.org/), |
| 9 | +* [theseer/phpdox](http://phpdox.de/), |
| 10 | +* [sebastian/phpcpd](https://github.com/sebastianbergmann/phpcpd), |
| 11 | +* [phpbench/phpbench](http://phpbench.readthedocs.io/en/latest/), |
| 12 | +* [phing/phing](https://www.phing.info/), |
| 13 | +* [phploc/phploc](https://github.com/sebastianbergmann/phploc), |
| 14 | +* [friendsofphp/php-cs-fixer](http://cs.sensiolabs.org/), |
| 15 | +* [sensiolabs/security-checker](https://security.sensiolabs.org/) |
| 16 | + |
| 17 | +[](https://travis-ci.org/JamesRezo/QaTools) |
| 18 | +[](https://packagist.org/packages/jamesrezo/qatools) |
| 19 | +[](https://packagist.org/packages/jamesrezo/qatools) |
| 20 | +[](https://packagist.org/packages/jamesrezo/qatools) |
| 21 | +[](https://packagist.org/packages/jamesrezo/qatools) |
| 22 | + |
| 23 | +## Installation & Usage |
| 24 | + |
| 25 | +In your project : |
6 | 26 | ```
|
7 | 27 | composer require --dev jamesrezo/qatools
|
8 | 28 | ```
|
| 29 | + |
| 30 | +Then all tools will be available under `vendor/bin/` directory path. |
| 31 | + |
| 32 | +Or globally : |
| 33 | +``` |
| 34 | +composer global require jamesrezo/qatools |
| 35 | +``` |
| 36 | + |
| 37 | +``` |
| 38 | +export PATH=~/.composer/vendor/bin:$PATH |
| 39 | +``` |
| 40 | + |
| 41 | +## Contributing |
| 42 | + |
| 43 | +Everyone is welcome :-) |
| 44 | + |
| 45 | +## Licence |
| 46 | + |
| 47 | +MIT |
0 commit comments