PHPackages                             melhorenvio/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. melhorenvio/php-cs-fixer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

melhorenvio/php-cs-fixer
========================

This package is intended to centralize all PHP CS Fixer rules.

2.0.0(3y ago)0315.3k↓36%[1 PRs](https://github.com/melhorenvio/php-cs-fixer/pulls)MITPHP

Since Mar 31Pushed 1y ago18 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

PHP CS Fixer
============

[](#php-cs-fixer)

This package is intended to centralize all PHP CS Fixer rules.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require melhorenvio/php-cs-fixer
```

Usage
-----

[](#usage)

```
use Melhorenvio\PhpCsFixer\Style;
use PhpCsFixer\Config;
use PhpCsFixer\Finder;

$finder = Finder::create()
  ->in([
    __DIR__.'/src',
  ]);

$style = new Style($finder, new Config);

return $style->rules([
    'your-rule' => true
]);
```

Rules
-----

[](#rules)

-

Configuration
-------------

[](#configuration)

Area for links that help you configure PHP CS Fixer on the developers' machine

#### PHPStorm

[](#phpstorm)

-
-

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~188 days

Total

4

Last Release

1308d ago

Major Versions

1.2.0 → 2.0.02022-10-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2312644ab5c9636934786ee1abdf291a33b656214113d2f7bda1a2129416e13?d=identicon)[Melhor Envio](/maintainers/Melhor%20Envio)

---

Top Contributors

[![RodriigoGS](https://avatars.githubusercontent.com/u/16062022?v=4)](https://github.com/RodriigoGS "RodriigoGS (22 commits)")[![bbermann](https://avatars.githubusercontent.com/u/8854233?v=4)](https://github.com/bbermann "bbermann (2 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (2 commits)")

---

Tags

back-endphp-sdktecnologiaphp-cs-fixermelhorenvio

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/melhorenvio-php-cs-fixer/health.svg)](https://phpackages.com/packages/melhorenvio-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)[typo3/coding-standards

A set of coding guidelines for any TYPO3-related project or extension

662.8M379](/packages/typo3-coding-standards)[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)[stevebauman/unfinalize

Permanently remove final keywords from vendor packages.

14423.1k](/packages/stevebauman-unfinalize)

PHPackages © 2026

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