PHPackages                             interlutions/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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. interlutions/coding-standard

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

interlutions/coding-standard
============================

Internal PHP coding standards of Interlutions

v1.0(7y ago)114.5kMITPHP

Since Nov 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Interlutions/coding-standard)[ Packagist](https://packagist.org/packages/interlutions/coding-standard)[ Docs](https://www.interlutions.de/)[ RSS](/packages/interlutions-coding-standard/feed)WikiDiscussions master Synced yesterday

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

[![Interlutions Logo](logo.svg "Interlutions")](logo.svg)

Interlutions Coding Standard
============================

[](#interlutions-coding-standard)

We at Interlutions love clean code. So we have a have an internal PHP coding standard across frameworks, e-commerce and content management systems. We are using [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer#readme) to ensure its integrity.

Goals of our coding standard
----------------------------

[](#goals-of-our-coding-standard)

- Using already existing standards (PSR-1, PSR-2)
- Coding standard across frameworks (Symfony, TYPO3, Neos)
- Avoid duplications (also between code, CVS history and documentation)

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

[](#installation)

If you use [Composer](https://getcomposer.org/), you can just include the Interlutions Coding Standard in your project with the following command:

```
composer req interlutions/coding-standard

```

Usage
-----

[](#usage)

Just create a `phpcs.xml.dist` in your project's root directory with the following content:

```

```

And then you can execute the CodeSniffer like this:

```
vendor/bin/phpcs -s -p --colors src/

```

Testing &amp; Development
-------------------------

[](#testing--development)

If you are using just this package, you should be fine with this:

1. Download [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer#installation)
2. Try it in this repository: `phpcs -d installed_paths=./Interlutions --standard=Interlutions/ruleset.xml data/*`

---

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

2787d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15173990?v=4)[alex](/maintainers/4lxndr)[@4lxndr](https://github.com/4lxndr)

![](https://avatars.githubusercontent.com/u/5347844?v=4)[OPEN Digital Experience GmbH](/maintainers/interlutions)[@Interlutions](https://github.com/Interlutions)

---

Top Contributors

[![timonf](https://avatars.githubusercontent.com/u/546813?v=4)](https://github.com/timonf "timonf (2 commits)")

---

Tags

psrphpcssymfonyNeostypo3code snifferCoding Standard

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[mayflower/mo4-coding-standard

PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.

17534.2k7](/packages/mayflower-mo4-coding-standard)[orisai/coding-standard

Strict PHP coding standard

20199.0k68](/packages/orisai-coding-standard)[phpcompatibility/phpcompatibility-all

A set of rulesets for PHP\_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.

1367.7k](/packages/phpcompatibility-phpcompatibility-all)

PHPackages © 2026

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