PHPackages                             schnittstabil/sugared-php-cs-fixer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. schnittstabil/sugared-php-cs-fixer

Abandoned → [sugared-rim/php-cs-fixer](/?search=sugared-rim%2Fphp-cs-fixer)Library

schnittstabil/sugared-php-cs-fixer
==================================

PHP-CS-Fixer sweetened with ease

2.1.0(8y ago)1146MITPHPPHP &gt;=5.6.0

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/schnittstabil/sugared-php-cs-fixer)[ Packagist](https://packagist.org/packages/schnittstabil/sugared-php-cs-fixer)[ RSS](/packages/schnittstabil-sugared-php-cs-fixer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

SugaredRim\\PHP-CS-Fixer [![Build Status](https://camo.githubusercontent.com/90e3420066f9161d1606c865c8cb2474afe8894cc3742a1b59873c3bd581508d/68747470733a2f2f7472617669732d63692e6f72672f737567617265642d72696d2f7068702d63732d66697865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sugared-rim/php-cs-fixer) [![Coverage Status](https://camo.githubusercontent.com/50d225d64b429866e9b0fceb2a53651f102f9e52feb1acb3fdb974bb51998b56/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f737567617265642d72696d2f7068702d63732d66697865722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/sugared-rim/php-cs-fixer?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/5ee9c57a4344c24cee177f2624495e80f1754a9a2abcd73722bb5309947469bd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f737567617265642d72696d2f7068702d63732d66697865722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sugared-rim/php-cs-fixer/?branch=master) [![Code Climate](https://camo.githubusercontent.com/510c45adcae22d7d27b9b317dd4b38e2e99fa783896788f3df9172578ec285d3/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f737567617265642d72696d2f7068702d63732d66697865722f6261646765732f6770612e737667)](https://codeclimate.com/github/sugared-rim/php-cs-fixer)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#sugaredrimphp-cs-fixer----)

[![SensioLabsInsight](https://camo.githubusercontent.com/528be48677e47d28f213822cff1b3b751462859dd1dd123cc79155561beafa93/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39303566623838622d326265342d343262612d623338332d3538623038636536383436332f6269672e706e67)](https://insight.sensiolabs.com/projects/905fb88b-2be4-42ba-b383-58b08ce68463)

> PHP-CS-Fixer sweetened with ease 🍒

SugaredRim\\PHP-CS-Fixer takes an opinionated view of code style checking with [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), it is preconfigured to get you up and running as quickly as possible.

### Install

[](#install)

```
$ composer require --dev sugared-rim/php-cs-fixer

```

### Usage

[](#usage)

Instead of running `php-cs-fixer` with all its options, just run `sugared-rim-php-cs-fixer` - that's it:

```
{
    ...
    "require-dev": {
        "sugared-rim/php-cs-fixer": ...
    },
    "scripts": {
        "lint": "sugared-rim-php-cs-fixer"
    }
}
```

### Configuration

[](#configuration)

You may overwrite some options by putting it in your `composer.json`.

Some of the default settings:

```
{
    ...
    "scripts": {
        "lint": "sugared-rim-php-cs-fixer"
    },
    "extra": {
        "sugared-rim/php-cs-fixer": {
            "diff": true,
            "dry-run": true,
            "cache": true,
            "path": {
                "in": [
                    "."
                ],
                "name": [
                    "*.php",
                    "*.phtml",
                    "*.twig",
                    "*.xml",
                    "*.yml"
                ],
                "exclude": [
                    "build",
                    "bower_components",
                    "node_modules",
                    "vendor"
                ],
                "ignoreDotFiles": true,
                "ignoreVCS": true
            }
        }
    }
}
```

### License

[](#license)

MIT © [Michael Mayer](http://schnittstabil.de)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~177 days

Total

5

Last Release

2960d ago

Major Versions

0.1.0 → 1.0.02016-09-26

1.0.1 → 2.0.02016-11-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6059032?v=4)[Michael Mayer](/maintainers/schnittstabil)[@schnittstabil](https://github.com/schnittstabil)

---

Top Contributors

[![schnittstabil](https://avatars.githubusercontent.com/u/6059032?v=4)](https://github.com/schnittstabil "schnittstabil (5 commits)")

---

Tags

standardslintcsphp-cs-fixersugaredpreconfiguredsugared-rim

### Embed Badge

![Health badge](/badges/schnittstabil-sugared-php-cs-fixer/health.svg)

```
[![Health](https://phpackages.com/badges/schnittstabil-sugared-php-cs-fixer/health.svg)](https://phpackages.com/packages/schnittstabil-sugared-php-cs-fixer)
```

###  Alternatives

[stechstudio/laravel-php-cs-fixer

Easily format your Laravel Code with this Configuration file and accompanying artisan command.

146718.6k2](/packages/stechstudio-laravel-php-cs-fixer)[jubeki/laravel-code-style

Combine Custom Fixers with the ruleset of Laravel Pint to fix your code style in Laravel Applications/Packages.

56521.7k8](/packages/jubeki-laravel-code-style)[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

1091.3k7](/packages/redaxo-php-cs-fixer-config)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
