PHPackages                             phpyh/service-dumper-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. [CLI &amp; Console](/categories/cli)
4. /
5. phpyh/service-dumper-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

phpyh/service-dumper-bundle
===========================

Symfony console command to dump dependency injection services

0.3.4.6(2y ago)253.1k2[1 issues](https://github.com/phpyh/service-dumper-bundle/issues)MITPHPPHP ^8.1

Since Nov 15Pushed 2y ago7 watchersCompare

[ Source](https://github.com/phpyh/service-dumper-bundle)[ Packagist](https://packagist.org/packages/phpyh/service-dumper-bundle)[ RSS](/packages/phpyh-service-dumper-bundle/feed)WikiDiscussions 0.3.x Synced 1mo ago

READMEChangelog (7)Dependencies (19)Versions (14)Used By (0)

PHPyh Service Dumper Bundle
===========================

[](#phpyh-service-dumper-bundle)

Symfony console command to dump dependency injection services.

[![Latest Stable Version](https://camo.githubusercontent.com/2338c2ec5e83f26713fa19e1e509d0d62b57b2115395011bf4c60972c1de1a14/68747470733a2f2f706f7365722e707567782e6f72672f70687079682f736572766963652d64756d7065722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/phpyh/service-dumper-bundle)[![Total Downloads](https://camo.githubusercontent.com/e35803ebe429bcb3641a40a1d0b47028fdb3383ada5237dde2cacb8b7b719b45/68747470733a2f2f706f7365722e707567782e6f72672f70687079682f736572766963652d64756d7065722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/phpyh/service-dumper-bundle)[![psalm-level](https://camo.githubusercontent.com/0602d24b46b778e119133178b139fc57dc6c8f3d8050c1848cd1d1ec496bc465/68747470733a2f2f73686570686572642e6465762f6769746875622f70687079682f736572766963652d64756d7065722d62756e646c652f6c6576656c2e737667)](https://shepherd.dev/github/phpyh/service-dumper-bundle)[![type-coverage](https://camo.githubusercontent.com/c9d7bb5bd8a8e1507f42071026007843f550a8234a00af34301c22adb5113fbd/68747470733a2f2f73686570686572642e6465762f6769746875622f70687079682f736572766963652d64756d7065722d62756e646c652f636f7665726167652e737667)](https://shepherd.dev/github/phpyh/service-dumper-bundle)[![Code Coverage](https://camo.githubusercontent.com/e40171e915f08e99c7fbdbe3f26c7e3f6974b7e6cc3462a24008dafb6928196e/68747470733a2f2f636f6465636f762e696f2f67682f70687079682f736572766963652d64756d7065722d62756e646c652f6272616e63682f302e332e782f67726170682f62616467652e737667)](https://codecov.io/gh/phpyh/service-dumper-bundle/tree/0.3.x)[![Mutation testing badge](https://camo.githubusercontent.com/32375a8c2108363f645484ce7a94fbd9f4c43869e36e5fc1ce8baf5c867f8ab1/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532467068707968253246736572766963652d64756d7065722d62756e646c65253246302e332e78)](https://dashboard.stryker-mutator.io/reports/github.com/phpyh/service-dumper-bundle/0.3.x)

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

[](#installation)

```
composer require --dev phpyh/service-dumper-bundle
```

Usage
-----

[](#usage)

```
bin/console service my_service another_service
```

[![Example](example.png)](example.png)

Configuration
-------------

[](#configuration)

### service\_dumper

[](#service_dumper)

```
phpyh_service_dumper:
    service_dumper: symfony_var_dumper
```

You can use `var_dump`, `symfony_var_dumper`, `xdebug` or any valid service id with class that implements `PHPyh\ServiceDumperBundle\ServiceDumper`.

By default, `symfony_var_dumper` is used if [Symfony VarDumper](https://symfony.com/doc/current/components/var_dumper.html) component is available, `var_dump` otherwise.

### service\_finder

[](#service_finder)

```
phpyh_service_dumper:
    service_finder: basic
```

You can use `basic` or any valid service id with class that implements `PHPyh\ServiceDumperBundle\ServiceFinder`.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

14

Last Release

880d ago

PHP version history (4 changes)0.1.0PHP ^8.2

0.3.1PHP ^8.1

0.3.2.5PHP ^7.2.5 || ~8.0.0

0.3.3.5PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2552865?v=4)[Valentin Udaltsov](/maintainers/vudaltsov)[@vudaltsov](https://github.com/vudaltsov)

---

Top Contributors

[![vudaltsov](https://avatars.githubusercontent.com/u/2552865?v=4)](https://github.com/vudaltsov "vudaltsov (61 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/phpyh-service-dumper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/phpyh-service-dumper-bundle/health.svg)](https://phpackages.com/packages/phpyh-service-dumper-bundle)
```

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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