PHPackages                             mouf/codestylefixservice - 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. mouf/codestylefixservice

ActiveMouf-library

mouf/codestylefixservice
========================

Fix code style automatically

1.0.x-dev(10y ago)096MITPHP

Since Apr 21Pushed 10y ago6 watchersCompare

[ Source](https://github.com/thecodingmachine/codestylefixservice)[ Packagist](https://packagist.org/packages/mouf/codestylefixservice)[ Docs](http://mouf-php.com/packages/mouf/codestylefixservice)[ RSS](/packages/mouf-codestylefixservice/feed)WikiDiscussions 1.0 Synced 2mo ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

CODE STYLE FIX SERVICE
======================

[](#code-style-fix-service)

By [TheCodingMachine](http://www.thecodingmachine.com/)

Description
-----------

[](#description)

This package makes usage of PhpCsFixer easy from PHP code ; for more information [check the PHP-CS-Fixer documentation](https://github.com/FriendsOfPHP/PHP-CS-Fixer)

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

[](#installation)

Add to ./composer.json file

```
"require": {
    "mouf/codestylefixservice"
  }

```

or

```
composer install mouf/codestylefixservice

```

Usage
-----

[](#usage)

```
$fixService = new FixService();
$fixService->csFix("MyPhpFile.php"); // add the path to file you want to auto-clean
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3676d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mouf-codestylefixservice/health.svg)

```
[![Health](https://phpackages.com/badges/mouf-codestylefixservice/health.svg)](https://phpackages.com/packages/mouf-codestylefixservice)
```

###  Alternatives

[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)

PHPackages © 2026

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