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)214.4kMITPHP

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 1mo ago

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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

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

2741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be01b40e2dbe9d915a89ed7554ba520bc57c7cf2446322b5315a0e61bfff45cb?d=identicon)[4lxndr](/maintainers/4lxndr)

![](https://www.gravatar.com/avatar/e498d878215710afe4c138e668aea3e05de4fcb6246ea06609306a72b4f65bb1?d=identicon)[interlutions](/maintainers/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

[escapestudios/symfony2-coding-standard

CodeSniffer ruleset for the Symfony 2+ coding standard

40611.1M275](/packages/escapestudios-symfony2-coding-standard)[mayflower/mo4-coding-standard

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

17508.3k5](/packages/mayflower-mo4-coding-standard)[orisai/coding-standard

Strict PHP coding standard

19193.5k62](/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.

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

PHPackages © 2026

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