Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 2.43 KB

README.md

File metadata and controls

41 lines (23 loc) · 2.43 KB

StyleCI Fixer Analytics

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.

StyleCI Fixer

Build Status Coverage Status Quality Score Software License Latest Version

Installation

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'

Usage

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.

License

StyleCI Fixer is licensed under The MIT License (MIT).