PHPackages                             superdj/spaces-in-parentheses-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. [Testing &amp; Quality](/categories/testing)
4. /
5. superdj/spaces-in-parentheses-php-cs-fixer

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

superdj/spaces-in-parentheses-php-cs-fixer
==========================================

A custom PHP CS Fixer to add or remove spaces in parentheses

v1.1.0(4y ago)0159↓100%1[1 issues](https://github.com/SuperDJ/spaces-in-parentheses-php-cs-fixer/issues)[1 PRs](https://github.com/SuperDJ/spaces-in-parentheses-php-cs-fixer/pulls)MITPHPPHP ^8.0CI passing

Since Jan 18Pushed 3y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

PHP CS Fixer: Spaces in parentheses fixer
=========================================

[](#php-cs-fixer-spaces-in-parentheses-fixer)

[![Packagist Downloads](https://camo.githubusercontent.com/d9cfef177c6db50c258652610373e008772c0f80598b2b8545141b7cea4a7cbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7375706572646a2f7370616365732d696e2d706172656e7468657365732d7068702d63732d66697865723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superdj/spaces-in-parentheses-php-cs-fixer)

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

[](#installation)

Install it with the following command:

```
composer require --dev superdj/spaces-in-parentheses-php-cs-fixer
```

Usage
-----

[](#usage)

In `.php-cs-fixer.php` add the following:

```
return ( new PhpCsFixer\Config )
    ->registerCustomFixers( [
        new \SuperDJ\SpacesInParenthesesFixer\SpacesInParenthesesFixer,
    ] )
    ->setRules( [
        'SuperDJ/spaces_in_parentheses'                    => [ 'space' => 'spaces' ],
    ]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~3 days

Total

2

Last Release

1572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/957f72aea9524760b5ad5aae0cbcf9927b6253b618259a6dc2d68d081e85294a?d=identicon)[SuperDJ](/maintainers/SuperDJ)

---

Top Contributors

[![SuperDJ](https://avatars.githubusercontent.com/u/6484766?v=4)](https://github.com/SuperDJ "SuperDJ (8 commits)")

---

Tags

code-stylefixerphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/superdj-spaces-in-parentheses-php-cs-fixer/health.svg)

```
[![Health](https://phpackages.com/badges/superdj-spaces-in-parentheses-php-cs-fixer/health.svg)](https://phpackages.com/packages/superdj-spaces-in-parentheses-php-cs-fixer)
```

###  Alternatives

[kubawerlos/php-cs-fixer-custom-fixers

A set of custom fixers for PHP CS Fixer

23812.0M145](/packages/kubawerlos-php-cs-fixer-custom-fixers)[symplify/coding-standard

Set of Symplify rules for PHP\_CodeSniffer and PHP CS Fixer.

3787.9M65](/packages/symplify-coding-standard)[ergebnis/php-cs-fixer-config

Provides a configuration factory and rule set factories for friendsofphp/php-cs-fixer.

692.9M163](/packages/ergebnis-php-cs-fixer-config)[erickskrauch/php-cs-fixer-custom-fixers

A set of custom fixers for PHP-CS-Fixer

302.1M18](/packages/erickskrauch-php-cs-fixer-custom-fixers)[taptima/php-cs-fixer

Taptima PHP-CS-Fixer fixers

1317.0k](/packages/taptima-php-cs-fixer)

PHPackages © 2026

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