PHPackages                             phpro/symfony-conventions - 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. phpro/symfony-conventions

ActivePackage

phpro/symfony-conventions
=========================

GrumPHP conventions for Symfony projects at PHPro

1.12.0(4mo ago)634.2k↓23.1%24MITPHPPHP ^8.1CI passing

Since Mar 15Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/phpro/symfony-conventions)[ Packagist](https://packagist.org/packages/phpro/symfony-conventions)[ RSS](/packages/phpro-symfony-conventions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (16)Used By (4)

GrumPHP Symfony Convention
==========================

[](#grumphp-symfony-convention)

This package is to be required on all PHPro's symfony based projects.

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

[](#installation)

### With symfony/flex

[](#with-symfonyflex)

```
composer config --json extra.symfony.allow-contrib true
composer config --json extra.symfony.endpoint '["https://api.github.com/repos/phpro/symfony-conventions/contents/index.json", "flex://defaults"]'
composer require --dev phpro/symfony-conventions
```

### Without symfony/flex

[](#without-symfonyflex)

```
composer require --dev phpro/symfony-conventions
```

You can copy the config files from the `configs/` directory to the root of your project.

Optional packages based on project requirements:
------------------------------------------------

[](#optional-packages-based-on-project-requirements)

*Note*: If you already have these dependencies installed, you might have to run the flex recipe only:

```
composer recipes
composer recipes:install THE/DEPENDENCY --force -v

```

### composer audit (security-advisories)

[](#composer-audit-security-advisories)

```
# grumphp.yaml
parameters:
    run_security_advisories: true
```

You might want to alter the default composer audit configuration in your local composer.json file.

For example if you don't want to fail CI on usage of abandoned packages:

```
{
    "config": {
        "audit": {
            "abandoned": "report"
        }
    }
}
```

[See official docs for more information.](https://getcomposer.org/doc/06-config.md#audit)

### phpstan/phpstan

[](#phpstanphpstan)

```
composer require --dev phpstan/phpstan phpstan/extension-installer symplify/phpstan-rules
```

```
# grumphp.yaml
parameters:
    run_phpstan: true
```

### vimeo/psalm

[](#vimeopsalm)

```
composer require --dev vimeo/psalm psalm/plugin-symfony
```

```
# grumphp.yaml
parameters:
    run_psalm: true
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance75

Regular maintenance activity

Popularity34

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~107 days

Recently: every ~149 days

Total

14

Last Release

133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cab1b0de06c75fec5317beded0c2978f3e9e560e6830c1d9048f3e37b3287342?d=identicon)[phpro](/maintainers/phpro)

---

Top Contributors

[![veewee](https://avatars.githubusercontent.com/u/1618158?v=4)](https://github.com/veewee "veewee (30 commits)")[![filippeb](https://avatars.githubusercontent.com/u/4455858?v=4)](https://github.com/filippeb "filippeb (4 commits)")[![bortefi](https://avatars.githubusercontent.com/u/44976351?v=4)](https://github.com/bortefi "bortefi (3 commits)")[![BrentRobert](https://avatars.githubusercontent.com/u/6866325?v=4)](https://github.com/BrentRobert "BrentRobert (1 commits)")[![janvernieuwe](https://avatars.githubusercontent.com/u/7813447?v=4)](https://github.com/janvernieuwe "janvernieuwe (1 commits)")

### Embed Badge

![Health badge](/badges/phpro-symfony-conventions/health.svg)

```
[![Health](https://phpackages.com/badges/phpro-symfony-conventions/health.svg)](https://phpackages.com/packages/phpro-symfony-conventions)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.4k59.5M14.2k](/packages/pestphp-pest)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[youwe/testing-suite

Contains Youwe's default testing packages for php.

13176.9k8](/packages/youwe-testing-suite)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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