Download the PHP package remy-theroux/quality-checker without Composer
On this page you can find all versions of the php package remy-theroux/quality-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download remy-theroux/quality-checker
More information about remy-theroux/quality-checker
Files in remy-theroux/quality-checker
Package quality-checker
Short Description Gonna check quality of your PHP project
License MIT
Homepage https://github.com/remy-theroux/quality-checker
Informations about the package quality-checker
Quality checker 
A PHP command line quality tools. It lets you check your code quality with a single yaml file. Supported tools are :
- PHP code sniffer - PHPCS
- PHP mess detector - PHPMD
- PHP unit - PHPUNIT
- PHP spec - PHPSPEC
- ... many more are coming
Installing
You must require each tool you want to use in your own project. Binaries will be executed from your vendor/bin directory.
Configuring
Full configuration of tasks is available here
Running
Start all configured tasks, a status code 0 is returned if all tasks are successfull else -1 is returned. Quality checker is searching for .qualitychecker.yml at current location.
Contact
Feel free to contact us on github for improvment, bugs or simply to hug us.
TODO
- Add logs during execution
- Add BEHAT support
All versions of quality-checker with dependencies
monolog/monolog Version ^1.11
symfony/yaml Version ^2.7.5
symfony/process Version ^2.7
doctrine/collections Version ^1.3
symfony/dependency-injection Version ^2.7
symfony/config Version ^2.7
symfony/expression-language Version ^2.7
symfony/event-dispatcher Version ^2.7