StyleCI Fixer was created by, and is maintained by Graham Campbell, and is a code style report builder. It utilises the PHP Coding Standards Fixer package. Feel free to check out the change log, releases, license, api docs, and contribution guidelines.
PHP 5.5+ or HHVM 3.3+, and Composer are required.
To get the latest version of StyleCI Fixer, simply add the following line to the require block of your composer.json
file:
"styleci/fixer": "0.1.*"
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
If you're using Laravel 5, then you can register our service provider. Open up config/app.php
and add the following to the providers
key.
'StyleCI\Fixer\FixerServiceProvider'
StyleCI Fixer is designed to pull down code from github commits, analyse it, and build code style reports. There is currently no real documentation for this package, but feel free to check out the API Documentation for StyleCI Fixer.
StyleCI Fixer is licensed under The MIT License (MIT).