PHPackages                             vertex-it/php-cs - 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. vertex-it/php-cs

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

vertex-it/php-cs
================

Vertex IT shared PHP style rules for PHP-CS-Fixer

v1.1.7(4y ago)143MITPHP

Since Apr 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/vertex-it/php-cs)[ Packagist](https://packagist.org/packages/vertex-it/php-cs)[ RSS](/packages/vertex-it-php-cs/feed)WikiDiscussions master Synced 1w ago

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

php-cs
======

[](#php-cs)

Vertex IT shared PHP style rules for PHP-CS-Fixer

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

[](#installation)

First install the package in the "tools" directory:

```
mkdir --parents tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer vertex-it/php-cs:dev-master

```

After installation copy the file src/.php-cs-fixer.dist.php to the root of your project:

```
cp tools/php-cs-fixer/vendor/vertex-it/php-cs/src/.php-cs-fixer.dist.php .php-cs-fixer.dist.php

```

Usage
-----

[](#usage)

To run the PHP CS Fixer use the command

```
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix

```

Integration with PHPStorm
-------------------------

[](#integration-with-phpstorm)

To enable PHP CS Fixer inspections in PHPStorm run these steps:

1. Set up PHP interpreter.
2. In Settings &gt; PHP &gt; Quality tools &gt; PHP CS Fixer choose your PHP interpreter and set path to cs fixer "tools/php-cs-fixer/vendor/bin/php-cs-fixer".
3. Go to Settings &gt; Editor &gt; Inspections and enable PHP CS Fixer validation. Select "Custom" for Ruleset, and select path ".php-cs-fixer.dist.php" from the root of the project.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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 ~33 days

Recently: every ~25 days

Total

10

Last Release

1558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96c1a25c968511365a6cb7eabe93c52048d59e817b951d36fa18488d826964a6?d=identicon)[milivojsa](/maintainers/milivojsa)

---

Top Contributors

[![milepanic](https://avatars.githubusercontent.com/u/20548177?v=4)](https://github.com/milepanic "milepanic (13 commits)")[![milivojsa](https://avatars.githubusercontent.com/u/17594274?v=4)](https://github.com/milivojsa "milivojsa (4 commits)")

### Embed Badge

![Health badge](/badges/vertex-it-php-cs/health.svg)

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

###  Alternatives

[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

1091.3k8](/packages/redaxo-php-cs-fixer-config)[mollie/php-coding-standards

Contains PHP coding standards like rules for PHP-CS-Fixer that serves for purpose of standardization.

1863.1k](/packages/mollie-php-coding-standards)

PHPackages © 2026

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