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.4.0(2mo ago)21.9k[1 PRs](https://github.com/smartbooster/standard-bundle/pulls)2MITPHPPHP ^8.1

Since Dec 6Pushed 2mo 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 1mo ago

READMEChangelog (10)Dependencies (14)Versions (35)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 used daily to check our code quality.
- Makefiles with [QA](docs/qa.md) and testing commands to easily run them.

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

[](#installation)

```
# As this bundle is still in development and 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, Codesnif, 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).

Reinstall the recipe to the latest changes
------------------------------------------

[](#reinstall-the-recipe-to-the-latest-changes)

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 recipes:install smartbooster/standard-bundle --reset --force
```

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

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

### 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

48

—

FairBetter than 95% of packages

Maintenance84

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.5% 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

Recently: every ~10 days

Total

32

Last Release

83d 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 (86 commits)")[![lfortunier](https://avatars.githubusercontent.com/u/44199110?v=4)](https://github.com/lfortunier "lfortunier (6 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

[slevomat/coding-standard

Slevomat Coding Standard for PHP\_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.

1.5k123.5M1.8k](/packages/slevomat-coding-standard)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[liip/test-fixtures-bundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications

1798.3M42](/packages/liip-test-fixtures-bundle)[pierstoval/smoke-testing

Smoke testing automator for Symfony applications

4032.6k](/packages/pierstoval-smoke-testing)[guanguans/laravel-soar

SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。

2227.8k](/packages/guanguans-laravel-soar)[zenstruck/mailer-test

Alternative, opinionated helpers for testing emails sent with symfony/mailer.

46671.1k3](/packages/zenstruck-mailer-test)

PHPackages © 2026

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