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

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

digitronas/akeneo-coding-standard
=================================

Php standard automation.

0.3(6y ago)0611[18 issues](https://github.com/digitronas/akeneo-coding-standard/issues)[5 PRs](https://github.com/digitronas/akeneo-coding-standard/pulls)MIT

Since Oct 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/digitronas/akeneo-coding-standard)[ Packagist](https://packagist.org/packages/digitronas/akeneo-coding-standard)[ RSS](/packages/digitronas-akeneo-coding-standard/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (2)Versions (15)Used By (0)

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

[](#php-coding-standard)

Combines [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) + [GrumPHP](https://github.com/phpro/grumphp) + custom rules to provide static analysis to your project.

Install
-------

[](#install)

```
composer require --dev digitronas/akeneo-coding-standard
```

Usage
-----

[](#usage)

Create `grumphp.yml` file in the root directory of your project and add:

```
parameters:
  tasks:
    ecs:
      config: 'vendor/digitronas/akeneo-coding-standard/ecs.yml'
      whitelist_patterns: ['.']
```

Notes:

- the `config` property points to the ruleset of this package.
- the `whitelist_patterns` is a list of directories that should be tested. Only `.php` files in those directories will be tested.

And that is it. GrumPHP won't allow to commit code that doesn't meet the standard.

Further reading
---------------

[](#further-reading)

- To bypass commit sniffing, see [here](https://github.com/phpro/grumphp/blob/master/doc/faq.md#how-can-i-bypass-grumphp).
- To run grumphp manually, see [here](https://github.com/phpro/grumphp/blob/master/doc/commands.md#run).

Contributing
------------

[](#contributing)

To add or remove rules, first [submit an issue](https://github.com/digitronas/akeneo-coding-standard/issues) to make sure your ideas aren't already in development and to make sure the project would approve your changes.

Clone this repository and run `composer install`. This will install ecs and grumphp. You might have to [bypass grumphp](https://github.com/phpro/grumphp/blob/master/doc/faq.md#how-can-i-bypass-grumphp), since it might not allow you to commit code if there are files that don't meet the standard.

Create a pull request to `master` branch. The changes will be merged after they pass code review.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% 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 ~4 days

Total

8

Last Release

2375d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41a6369514ecdfa8f28b4bf362ae21109cb544e49dd91ee3e8c6a3e0bbf42095?d=identicon)[emotion-io](/maintainers/emotion-io)

---

Top Contributors

[![jbieliauskas](https://avatars.githubusercontent.com/u/15032986?v=4)](https://github.com/jbieliauskas "jbieliauskas (18 commits)")[![PauliusMacernis](https://avatars.githubusercontent.com/u/8057568?v=4)](https://github.com/PauliusMacernis "PauliusMacernis (1 commits)")

---

Tags

code-standardphpstatic-analysis

### Embed Badge

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

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

###  Alternatives

[phpdocumentor/type-resolver

A PSR-5 based resolver of Class names, Types and Structural Element Names

9.2k719.5M166](/packages/phpdocumentor-type-resolver)[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k130.5M1.4k](/packages/pimple-pimple)[league/container

A fast and intuitive dependency injection container.

86387.8M343](/packages/league-container)[sylius-labs/coding-standard

Battle-tested coding standard configuration used in Sylius.

896.1M488](/packages/sylius-labs-coding-standard)[stella-maris/clock

A pre-release of the proposed PSR-20 Clock-Interface

7947.5M2](/packages/stella-maris-clock)[elie29/zend-phpdi-config

PSR-11 PHP-DI autowire container configurator for Laminas, Mezzio, ZF2, ZF3 and Zend Expressive applications

20238.6k7](/packages/elie29-zend-phpdi-config)

PHPackages © 2026

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