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)0129[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 today

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

Maintenance39

Infrequent updates — may be unmaintained

Popularity12

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

522d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/109967326?v=4)[Fredrik Tveraaen](/maintainers/fredrik-tveraaen-apiera)[@fredrik-tveraaen-apiera](https://github.com/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

[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M142](/packages/wp-cli-wp-cli-tests)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)

PHPackages © 2026

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