Skip to content

mpociot/Fixer

 
 

Repository files navigation

StyleCI Fixer Analytics

Build Status Coverage Status Quality Score Software License Latest Version

Installation

PHP 5.6+ is required.

To get the latest version of StyleCI Fixer, simply require the project using Composer:

$ composer require styleci/fixer

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "styleci/fixer": "^3.0"
    }
}

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'

Documentation

StyleCI Fixer is a code style report builder.

Feel free to check out the releases, license, and contribution guidelines.

License

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

Packages

No packages published

Languages

  • PHP 100.0%