PHPackages                             visono/coding-standards - 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. visono/coding-standards

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

visono/coding-standards
=======================

Visono coding standards

12.2kPHP

Since Apr 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Visono/coding-standards)[ Packagist](https://packagist.org/packages/visono/coding-standards)[ RSS](/packages/visono-coding-standards/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Vorwort

---

Generell werden die Regeln aus dem PSR2 Standard verwendet. Ausnahmen sind unten definiert. PSR Konventionen

-
-

---

Von PSR abweichend ist definiert

- Es wird KEIN UTF8 verwendet
- Es werden TABS statt SPACES verwendet

---

Zudem wurde zusätzlich festgelegt

- Keine Yoda-Schreibweise
- Keine strikte Prüfungen empty($x) === false sondern "weiche" empty($x) == false oder $x == "Hallo" - natürlich darf eine strikte Prüfung verwendet werden - muss aber nicht!
- Das Ausrufezeichen darf nicht alleinstehend in Vergleichen verwendet werden. Verboten: if(!$error). Erlaubt: if($error !== true).
- Für mehrzeilige Funktions-Aufrufe/Prüfungen/Arrays? ist die Einrückungen ein Tab unterhalb des Funktionsaufrufs, der erste Parameter ist in die neue Zeile zu setzen

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2629705?v=4)[Visono GmbH](/maintainers/Visono)[@visono](https://github.com/visono)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/visono-coding-standards/health.svg)

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

###  Alternatives

[aura/di

A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.

352982.2k60](/packages/aura-di)[maclof/kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster.

234907.8k4](/packages/maclof-kubernetes-client)[icamys/php-sitemap-generator

Simple PHP sitemap generator.

175356.9k7](/packages/icamys-php-sitemap-generator)

PHPackages © 2026

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