PHPackages                             tenantcloud/php-cs-fixer-rule-sets - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. tenantcloud/php-cs-fixer-rule-sets

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

tenantcloud/php-cs-fixer-rule-sets
==================================

TenantCloud's php-cs-fixer rule set

v4.0.0(9mo ago)079.4k↓38.1%20MITPHPPHP &gt;=8.3CI passing

Since Jan 29Pushed 6mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (24)Used By (20)

php-cs-fixer rule sets
======================

[](#php-cs-fixer-rule-sets)

Usage
-----

[](#usage)

Install the package: `composer require --dev tenantcloud/php-cs-fixer-rule-sets`

Then use the rule sets in php-cs-fixer's config:

```
require __DIR__ . '/vendor/kubawerlos/php-cs-fixer-custom-fixers/bootstrap.php';
require __DIR__ . '/vendor/tenantcloud/php-cs-fixer-rule-sets/bootstrap.php';

use PhpCsFixer\Finder;
use TenantCloud\PhpCsFixer\Config;
use TenantCloud\PhpCsFixer\RuleSet\TenantCloudSet;

$finder = Finder::create()
	->in('src')
	->in('tests')
	->name('*.php')
	->notName('_*.php')
	->ignoreVCS(true);

return Config::make()->setFinder($finder);
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance61

Regular maintenance activity

Popularity29

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 63% 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 ~78 days

Recently: every ~112 days

Total

22

Last Release

285d ago

Major Versions

1.4.0 → v2.0.0-alpha.12022-08-08

v2.1.0 → v3.0.02023-06-27

v3.4.1 → v4.0.02025-08-07

PHP version history (5 changes)1.0.0PHP &gt;=7.4

1.0.2PHP &gt;=7.4.9

v3.0.0PHP &gt;=8.1

v3.2.0PHP &gt;=8.2

v4.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/413b481f92caa1d96de546c0417395b0ca178658d9f6ef195ae303a91d2765e5?d=identicon)[ivankolodii](/maintainers/ivankolodii)

![](https://www.gravatar.com/avatar/81579ce1a873c490b1a0d5dc34590cabe83e42997112e083f881ee8e218ed44d?d=identicon)[BrunIF](/maintainers/BrunIF)

![](https://www.gravatar.com/avatar/216426b713fa88a88c59ae755fa9c5e5e73a88fce79903c3234a9f21af8547dc?d=identicon)[oprypkhantc](/maintainers/oprypkhantc)

---

Top Contributors

[![oprypkhantc](https://avatars.githubusercontent.com/u/54406427?v=4)](https://github.com/oprypkhantc "oprypkhantc (34 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (10 commits)")[![package-sync[bot]](https://avatars.githubusercontent.com/u/35073549?v=4)](https://github.com/package-sync[bot] "package-sync[bot] (4 commits)")[![chuchvara](https://avatars.githubusercontent.com/u/14822934?v=4)](https://github.com/chuchvara "chuchvara (3 commits)")[![tcmbilozub](https://avatars.githubusercontent.com/u/35073636?v=4)](https://github.com/tcmbilozub "tcmbilozub (3 commits)")

---

Tags

packagephpphp-cs-fixer

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

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

PHPackages © 2026

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