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

AbandonedArchivedPhpcodesniffer-standard[Utility &amp; Helpers](/categories/utility)

libero/coding-standard
======================

Libero PHP coding standard

v0.5.0(6y ago)03.8k26MITPHPPHP ^7.2

Since Sep 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/libero/php-coding-standard)[ Packagist](https://packagist.org/packages/libero/coding-standard)[ RSS](/packages/libero-coding-standard/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (8)Versions (14)Used By (6)

Libero PHP coding standard
==========================

[](#libero-php-coding-standard)

[![Build Status](https://camo.githubusercontent.com/55b66911eb1e28af7916b3f94ab9d3fadefe4ab499c35aef91a3e7e990befdbd/68747470733a2f2f7472617669732d63692e636f6d2f6c696265726f2f7068702d636f64696e672d7374616e646172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/libero/php-coding-standard)

The Libero PHP coding standard is a set of [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) rules applied to all Libero PHP projects. It is based on [PSR-2](https://www.php-fig.org/psr/psr-2/).

Getting started
---------------

[](#getting-started)

Using [Composer](https://getcomposer.org/) you can install the coding standard into your project:

```
composer require --dev libero/coding-standard

```

You can then find violations of the standard by running:

```
vendor/bin/phpcs --standard=Libero /path/to/some/file/to/sniff.php

```

Or automatically correct (at least some of) these violations by running:

```
vendor/bin/phpcbf --standard=Libero /path/to/some/file/to/sniff.php

```

See the [PHP\_CodeSniffer documentation](https://github.com/squizlabs/PHP_CodeSniffer/wiki) for more details.

Getting help
------------

[](#getting-help)

- Report a bug or request a feature on [GitHub](https://github.com/libero/libero/issues/new/choose).
- Ask a question on the [Libero Community Slack](https://libero-community.slack.com/).
- Read the [code of conduct](https://libero.pub/code-of-conduct).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.3% 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 ~21 days

Recently: every ~36 days

Total

13

Last Release

2542d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6aaeba393e9038b5a5a916e5f4e32ffb349436e3be2027be4828f486bc8c9d?d=identicon)[thewilkybarkid](/maintainers/thewilkybarkid)

![](https://www.gravatar.com/avatar/92673a285b279d163bc6d6bb190f3e6663bd96d0e93e3f32cc671100a337aecf?d=identicon)[giorgiosironi](/maintainers/giorgiosironi)

---

Top Contributors

[![thewilkybarkid](https://avatars.githubusercontent.com/u/1784740?v=4)](https://github.com/thewilkybarkid "thewilkybarkid (57 commits)")[![davidcmoulton](https://avatars.githubusercontent.com/u/2893480?v=4)](https://github.com/davidcmoulton "davidcmoulton (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[drupal/coder

Coder is a library to review Drupal code.

3043.6M461](/packages/drupal-coder)[mayflower/mo4-coding-standard

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

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

PHPackages © 2026

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