PHPackages                             smartbooster/standard-bundle - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. smartbooster/standard-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

smartbooster/standard-bundle
============================

Bundle grouping all dev vendor that we use for testing and coding with the SMART BOOSTER standards

v1.5.1(1mo ago)12.2k[1 PRs](https://github.com/smartbooster/standard-bundle/pulls)2MITPHPPHP ^8.1CI passing

Since Dec 6Pushed 1mo agoCompare

[ Source](https://github.com/smartbooster/standard-bundle)[ Packagist](https://packagist.org/packages/smartbooster/standard-bundle)[ RSS](/packages/smartbooster-standard-bundle/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (42)Versions (40)Used By (2)

SMARTBOOSTER - Symfony Standard Bundle
======================================

[](#smartbooster---symfony-standard-bundle)

Bundle grouping all dev vendor that we use for testing and coding with the SMARTBOOSTER standards.

What's inside !
---------------

[](#whats-inside-)

- All the development vendors that we use daily to check our code quality:
    - static analysis with [PHPStan](docs/phpstan.md),
    - security taint analysis with [Psalm](docs/psalm.md),
    - checkstyle and coding standards with [PHP-CS-Fixer](https://github.com/php-cs-fixer/php-cs-fixer)
    - native linters (php, twig, yaml, sf container)
    - tests bundle configuration for [PHPUnit](docs/phpunit.md)
- Makefiles with [QA](docs/qa.md) and [testing](docs/phpunit.md) commands to easily run them.

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

[](#installation)

```
# This bundle is not added to the symfony/recipes-contrib repo, you need to manually add the recipe endpoint on your composer.json
composer config --json extra.symfony.endpoint '["https://api.github.com/repos/smartbooster/standard-bundle/contents/recipes.json", "flex://defaults"]'
# Then require the bundle into your dev requirements:
composer require --dev smartbooster/standard-bundle
```

When being prompted "Do you want to execute this recipe?" from the other bundle (Phpstan, Dama, ...) answer No and press enter.
The standard-bundle has its own recipe which will cover the bundles mentioned above (check the dotted manifest to see which files).

> Don't forget to do a recipe reset to have the latest changes from the recipe copied files (see next section).

Updating the standard-bundle
----------------------------

[](#updating-the-standard-bundle)

If you require an upper version or update the bundle version on your project, run the following command to execute the recipe with the latest changes

```
composer update smartbooster/standard-bundle
composer recipes:install smartbooster/standard-bundle --reset --force
```

Also check the CHANGELOG.md in case some vendor depedancie has been removed (the recipe reset force command doesn't handle removing past added recipe files).

Working on the bundle
---------------------

[](#working-on-the-bundle)

### Architecture Decision Records (ADR)

[](#architecture-decision-records-adr)

Every structuring decision made on the standard-bundle (adding, replacing or removing a tool/rule) must be tracked in an ADR, stored in the [`adr/`](adr) folder.

Name the file `{date}-{topic}.md` (e.g. [`20260709-php-codesniffer-removal.md`](adr/20260709-php-codesniffer-removal.md)) and structure its content with the following sections:

- **Context**: the current situation and why it needs to change.
- **Goal**: what we are trying to achieve.
- **Selected solution**: the solution we chose (and, if relevant, the alternatives we discarded).
- **Impact**: the concrete consequences on the bundle (files added/changed/removed).

This practice is MANDATORY to help us recall why we did such changes in the past and must be taken seriously.

### Updating the recipe dotted manifest

[](#updating-the-recipe-dotted-manifest)

If the dotted manifest has to change (for any configurator), or for a new major version of the bundle, you must create a new smartbooster.standard-bundle.{major}.{minor}.json with a distinct "ref" value.
Use the following PHP script to generate a new random "ref" value:

```
echo bin2hex(random_bytes(20));
```

Then add it to the recipes.json list.

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

[](#contributing)

Pull requests are welcome.

Thanks to [everyone who has contributed](https://github.com/smartbooster/standard-bundle/contributors) already.

---

*This project is supported by [SmartBooster](https://www.smartbooster.io)*

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance93

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 93% 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 ~26 days

Total

37

Last Release

32d ago

Major Versions

v0.4.8 → v1.0.02024-01-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17027450?v=4)[Mathieu Ducrot](/maintainers/mathieu-ducrot)[@mathieu-ducrot](https://github.com/mathieu-ducrot)

---

Top Contributors

[![mathieu-ducrot](https://avatars.githubusercontent.com/u/17027450?v=4)](https://github.com/mathieu-ducrot "mathieu-ducrot (106 commits)")[![lfortunier](https://avatars.githubusercontent.com/u/44199110?v=4)](https://github.com/lfortunier "lfortunier (8 commits)")

---

Tags

testingsymfonybundledevstatic analysisqualitystandardcode standards

### Embed Badge

![Health badge](/badges/smartbooster-standard-bundle/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M235](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[vinceamstoutz/symfony-security-auditor

AI-powered multi-agent security auditor for Symfony applications — provider-agnostic via symfony/ai

811.8k](/packages/vinceamstoutz-symfony-security-auditor)

PHPackages © 2026

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