PHPackages                             apiera/php-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. apiera/php-standards

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

apiera/php-standards
====================

PHP code quality configurations enforcing strict typing and clean code practices

1.0.1(1y ago)0101[1 issues](https://github.com/apiera-as/apiera-php-standards/issues)3MITPHPPHP ^8.3

Since Jan 23Pushed 1y agoCompare

[ Source](https://github.com/apiera-as/apiera-php-standards)[ Packagist](https://packagist.org/packages/apiera/php-standards)[ RSS](/packages/apiera-php-standards/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (3)

Apiera PHP Standards
====================

[](#apiera-php-standards)

Central repository for PHP coding standards and static analysis configurations.

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

[](#installation)

```
composer require apiera/php-standards --dev
```

Components
----------

[](#components)

- [PHP\_CodeSniffer Rules](phpcs/README.md)
- [PHPStan Configuration](phpstan/README.md)

Usage
-----

[](#usage)

Add to your composer.json:

```
{
    "scripts": {
        "cs": "phpcs --standard=vendor/apiera/php-standards/phpcs/ruleset.xml src/",
        "cs:fix": "phpcbf --standard=vendor/apiera/php-standards/phpcs/ruleset.xml src/",
        "stan": "phpstan analyse -c vendor/apiera/php-standards/phpstan/phpstan.neon src/",
        "analyse": [
            "@cs",
            "@stan"
        ]
    }
}
```

Then run:

```
composer cs      # Check code style
composer cs:fix  # Fix code style issues
composer stan    # Run static analysis
composer analyse # Run all checks
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6a0a89ea1e546fb500ca8fe825198814b818c3091e5051d158b8f8bb11492cf?d=identicon)[fredrik-tveraaen-apiera](/maintainers/fredrik-tveraaen-apiera)

---

Top Contributors

[![fredrik-tveraaen-apiera](https://avatars.githubusercontent.com/u/109967326?v=4)](https://github.com/fredrik-tveraaen-apiera "fredrik-tveraaen-apiera (3 commits)")

### Embed Badge

![Health badge](/badges/apiera-php-standards/health.svg)

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

###  Alternatives

[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[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)
