PHPackages                             symplify/symfony-php-config - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. symplify/symfony-php-config

Abandoned → [symplify/package-builder](/?search=symplify%2Fpackage-builder)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

symplify/symfony-php-config
===========================

Tools that easy work with Symfony PHP Configs

10.0.24(4y ago)161.6M—5.6%MITPHPPHP &gt;=8.0

Since Oct 10Pushed 4y ago2 watchersCompare

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

READMEChangelogDependencies (5)Versions (257)Used By (0)

Symfony PHP Config
==================

[](#symfony-php-config)

Tools that easy work with Symfony PHP Configs.

Read [How to Inline Value Object in Symfony PHP Config](https://getrector.org/blog/2020/09/07/how-to-inline-value-object-in-symfony-php-config) to learn more.TagValueNodeReprintTest

1. Install
----------

[](#1-install)

```
composer require symplify/symfony-php-config
```

2. Usage
--------

[](#2-usage)

Do you want to use value objects in Symfony configs?

Use `Symplify\SymfonyPhpConfig\ValueObjectInliner::inline()` method:

```
use Rector\Generic\Rector\FuncCall\FuncCallToStaticCallRector;
use Rector\Transform\ValueObject\FuncCallToStaticCall;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\SymfonyPhpConfig\ValueObjectInliner;

return static function (ContainerConfigurator $containerConfigurator): void {
    $services = $containerConfigurator->services();

    $services->set(FuncCallToStaticCallRector::class)

        ->call('configure', [[
            FuncCallToStaticCallRector::FUNC_CALLS_TO_STATIC_CALLS => ValueObjectInliner::inline([
                new FuncCallToStaticCall('dump', 'Tracy\Debugger', 'dump'),
                // it handles multiple items without duplicated call
                new FuncCallToStaticCall('d', 'Tracy\Debugger', 'dump'),
                new FuncCallToStaticCall('dd', 'Tracy\Debugger', 'dump'),
            ]),
        ]]);
};
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community10

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~2 days

Total

256

Last Release

1549d ago

Major Versions

0.8.56 → 9.0.0-BETA52020-11-26

9.4.70 → 10.0.0-beta12021-11-02

PHP version history (4 changes)0.8.18PHP ^7.2.4|^8.0

9.0.0-BETA5PHP &gt;=7.2

9.0.0-rc1PHP &gt;=7.3

v9.3.27PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/924196?v=4)[Tomas Votruba](/maintainers/TomasVotruba)[@TomasVotruba](https://github.com/TomasVotruba)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (287 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (17 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/symplify-symfony-php-config/health.svg)

```
[![Health](https://phpackages.com/badges/symplify-symfony-php-config/health.svg)](https://phpackages.com/packages/symplify-symfony-php-config)
```

###  Alternatives

[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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