PHPackages                             solutiondrive/coding-standard - 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. solutiondrive/coding-standard

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

solutiondrive/coding-standard
=============================

solutionDrive coding standard.

v3.0.0(3y ago)21.6k1[1 issues](https://github.com/solutionDrive/CodingStandard/issues)[6 PRs](https://github.com/solutionDrive/CodingStandard/pulls)2MITPHPPHP ^7.1||^8.0CI failing

Since Mar 15Pushed 3y ago5 watchersCompare

[ Source](https://github.com/solutionDrive/CodingStandard)[ Packagist](https://packagist.org/packages/solutiondrive/coding-standard)[ RSS](/packages/solutiondrive-coding-standard/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (7)Used By (2)

 solutionDrive Coding Standard
===============================

[](#----solutiondrive-coding-standard)

🥇 solutionDrive coding standard configuration.

Installation &amp; usage
------------------------

[](#installation--usage)

1. Install this package:

    ```
    $ composer require --dev solutiondrive/coding-standard
    ```
2. Include a configuration file in your `easy-coding-standard.yml`:

    ```
    imports:
      - { resource: 'vendor/solutiondrive/coding-standard/easy-coding-standard.yml' }
    ```

Phar usage
----------

[](#phar-usage)

To create the phar, you need to install `humbug/box` globally: (The global composer bin path needs to be available in $PATH)

```
composer global require humbug/box

```

Install the dependencies

```
composer install --optimize-autoloader -n

```

Create the phar file

```
box build -c box.json

```

Perhaps it is necessary to allow php to create a phar

```
php -d phar.readonly=0 ~/.composer/vendor/bin/box build -c box.json

```

The newly created phar file can be used just like the `ecs` binary is used:

```
ecs-standalone.phar --help

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~318 days

Recently: every ~396 days

Total

6

Last Release

1436d ago

Major Versions

v1.2.0 → v2.0.02019-12-09

v2.0.0 → v3.0.02022-07-26

PHP version history (2 changes)v1.0.0PHP ^7.1

v3.0.0PHP ^7.1||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4b576421ecba084a2b7bac74e3ce54476b44e80da0aa89bfc3e19a84115735a?d=identicon)[twojtylak](/maintainers/twojtylak)

---

Top Contributors

[![Jnoack331](https://avatars.githubusercontent.com/u/17640771?v=4)](https://github.com/Jnoack331 "Jnoack331 (13 commits)")[![tweis](https://avatars.githubusercontent.com/u/63323?v=4)](https://github.com/tweis "tweis (11 commits)")[![sd-lueckel](https://avatars.githubusercontent.com/u/16880583?v=4)](https://github.com/sd-lueckel "sd-lueckel (8 commits)")[![michz](https://avatars.githubusercontent.com/u/7523691?v=4)](https://github.com/michz "michz (3 commits)")

### Embed Badge

![Health badge](/badges/solutiondrive-coding-standard/health.svg)

```
[![Health](https://phpackages.com/badges/solutiondrive-coding-standard/health.svg)](https://phpackages.com/packages/solutiondrive-coding-standard)
```

###  Alternatives

[worksome/coding-style

Worksomes coding style

49814.9k66](/packages/worksome-coding-style)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20280.7k20](/packages/shopsys-coding-standards)[nette/coding-standard

41933.9k19](/packages/nette-coding-standard)[contao/easy-coding-standard

EasyCodingStandard configurations for Contao

12227.5k329](/packages/contao-easy-coding-standard)[almacareer/coding-standard

Coding standard used in Alma Career projects

1636.3k1](/packages/almacareer-coding-standard)

PHPackages © 2026

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