PHPackages                             proophsoftware/prooph-interop-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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. proophsoftware/prooph-interop-bundle

ActiveSymfony-bundle[PSR &amp; Standards](/categories/psr-standards)

proophsoftware/prooph-interop-bundle
====================================

Symfony bundle to work with Container-Interop factories and prooph components

v0.1.2(8y ago)45.5k3[1 PRs](https://github.com/proophsoftware/prooph-interop-bundle/pulls)2BSD-3-ClausePHPPHP ~5.5 || ~7.0

Since Jan 15Pushed 8y ago3 watchersCompare

[ Source](https://github.com/proophsoftware/prooph-interop-bundle)[ Packagist](https://packagist.org/packages/proophsoftware/prooph-interop-bundle)[ Docs](http://prooph-software.com/)[ RSS](/packages/proophsoftware-prooph-interop-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (2)

Symfony container-interop bundle
================================

[](#symfony-container-interop-bundle)

\[Deprecated\]
--------------

[](#deprecated)

Use [prooph symfony bundles](https://github.com/prooph?utf8=%E2%9C%93&q=symfony-bundle&type=&language=) instead

Overview
--------

[](#overview)

This Symfony bundle creates two services to have support for ["container-interop"](https://github.com/container-interop/container-interop) in your Symfony application.

**Why?**

Well, we at prooph software GmbH create framework agnostic factories/libraries and don't want to configure for each Framework new factories or service container. The factories are based on the container-interop specification and need an service `config` in the container to retrieve different component configuration.

See [prooph-bundle project](https://github.com/proophsoftware/prooph-bundle "Symfony Bundle for prooph components")to get started out of the box with message bus, CQRS, event sourcing and snapshots of the prooph components.

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

[](#configuration)

In your `parameters.yml` you can define the key `interop_config` with a list of Symfony bundles where it's configuration should be put into the `config` service. This bundle provides the default value `prooph`, so the prooph component config can be used out of the box. It's also possible to add more values to the list, see this example

```
parameters:
    # other parameters in your parameters.yml
    interop_config: ['prooph', 'awesome_bundle', 'acme_bundle']
```

### Available services

[](#available-services)

- `interop_container`: Simple container-interop wrapper around the Symfony `Symfony\Component\DependencyInjection\ContainerInterface`
- `config`: Contains the bundle configuration which is used by the factories

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

[](#installation)

You can install prooph/prooph-interop-bundle via composer by adding `"proophsoftware/prooph-interop-bundle": "^0.1"` as requirement to your composer.json.

Don't forget to [enable this Bundle](http://symfony.com/doc/current/cookbook/bundles/installation.html#b-enable-the-bundle "Enable bundle").

Support
-------

[](#support)

- Ask questions on [prooph-users](https://groups.google.com/forum/?hl=de#!forum/prooph) mailing list.
- File issues at .
- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) chat.

Contribute
----------

[](#contribute)

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License
-------

[](#license)

Released under the [New BSD License](LICENSE).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~337 days

Total

3

Last Release

3147d ago

### Community

Maintainers

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

---

Top Contributors

[![sandrokeil](https://avatars.githubusercontent.com/u/3597436?v=4)](https://github.com/sandrokeil "sandrokeil (5 commits)")[![enumag](https://avatars.githubusercontent.com/u/539462?v=4)](https://github.com/enumag "enumag (1 commits)")

---

Tags

symfonybundlecontainerfactoryintegrationproophinterop

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/proophsoftware-prooph-interop-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/proophsoftware-prooph-interop-bundle/health.svg)](https://phpackages.com/packages/proophsoftware-prooph-interop-bundle)
```

PHPackages © 2026

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