PHPackages                             tomcizek/symfony-prooph - 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. tomcizek/symfony-prooph

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomcizek/symfony-prooph
=======================

Symfony Prooph Bundle which allows you to configure prooph components through yml symfony config.

2.0(8y ago)4868[3 issues](https://github.com/tomcizek/symfony-prooph/issues)MITPHPPHP ^7.1

Since Oct 11Pushed 8y ago3 watchersCompare

[ Source](https://github.com/tomcizek/symfony-prooph)[ Packagist](https://packagist.org/packages/tomcizek/symfony-prooph)[ RSS](/packages/tomcizek-symfony-prooph/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (15)Versions (5)Used By (0)

tomcizek/symfony-prooph
=======================

[](#tomcizeksymfony-prooph)

[![Build Status](https://camo.githubusercontent.com/f72e98579fab4e2d149701e2b222ba12df5572a07aa16c459af72459ccdf60dc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746f6d63697a656b2f73796d666f6e792d70726f6f70682e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/tomcizek/symfony-prooph)[![Quality Score](https://camo.githubusercontent.com/e117a22eeb18b9fdb4a623345aadf2503a2d04a4eeb8a81cb853187ca1e4329b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746f6d63697a656b2f73796d666f6e792d70726f6f70682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tomcizek/symfony-prooph)[![Code Coverage](https://camo.githubusercontent.com/c71879cc366fc0106fc05845904390cda250a4d62dcdbe849235be697397d7cf/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746f6d63697a656b2f73796d666f6e792d70726f6f70682e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tomcizek/symfony-prooph)

Symfony Bundle extension for [prooph](https://github.com/prooph) toolbox family.

Why bother?
-----------

[](#why-bother)

1. It allows you to [ configure prooph libraries through Symfony \*.yml config with same array structure as prooph interop factories have. ](https://github.com/tomcizek/symfony-prooph/blob/master/docs/Configuration.md)
2. It allows you to [ configure routes for asynchronous messaging ](https://github.com/tomcizek/symfony-prooph/blob/master/docs/AsynchronousMessaging.md) with simple bridge interface to adapt your infrastructure.

[ New to Prooph, DDD, CQRS or Event Sourcing? Hunting for inspiration and learning sources? ](https://github.com/tomcizek/symfony-prooph/blob/master/docs/KeepLearning.md)Pros and cons
-------------

[](#pros-and-cons)

### Cons

[](#cons)

- It uses interop factories, so services are created runtime, not compile time
- It includes all major prooph components, so you might have vendor packages you might not be using (will be solved in future)
- Still not fully tested in real production

### Pros

[](#pros)

- It uses interop factories, so it does not mimicating prooph interop factories, thus 1\] has all prooph default config features and 2\] structure will never be out of date.
- It includes all major prooph components, so it's easy to use when you want to use all major parts of prooph toolbox (I know that's alibistic).

Quick start
===========

[](#quick-start)

### 1) Install this library through composer

[](#1-install-this-library-through-composer)

`composer require tomcizek/symfony-prooph`

### 2) Register these Bundles in your kernel (individually, but might be app/AppKernel.php)

[](#2-register-these-bundles-in-your-kernel-individually-but-might-be-appappkernelphp)

```
public function registerBundles()
{
    $bundles = [
        // Other bundles...
        new Prooph\InteropBundle\ProophInteropBundle(),
        new TomCizek\SymfonyProoph\ProophBundle(),
    ];
}
```

### 3) Setup your configuration for prooph components in your symfony \*.yml config!

[](#3-setup-your-configuration-for-prooph-components-in-your-symfony-yml-config)

Documentation
-------------

[](#documentation)

1. [ Configuration ](https://github.com/tomcizek/symfony-prooph/blob/master/docs/Configuration.md)
2. [ Asynchronous messaging ](https://github.com/tomcizek/symfony-prooph/blob/master/docs/AsynchronousMessaging.md)

Contribute
----------

[](#contribute)

Please feel free to fork and extend existing or add new features 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.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~19 days

Total

4

Last Release

3077d ago

Major Versions

1.2.0 → 2.02017-12-08

### Community

Maintainers

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

---

Top Contributors

[![tomcizek](https://avatars.githubusercontent.com/u/7482237?v=4)](https://github.com/tomcizek "tomcizek (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tomcizek-symfony-prooph/health.svg)

```
[![Health](https://phpackages.com/badges/tomcizek-symfony-prooph/health.svg)](https://phpackages.com/packages/tomcizek-symfony-prooph)
```

###  Alternatives

[illuminate/contracts

The Illuminate Contracts package.

704122.9M10.1k](/packages/illuminate-contracts)[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[prooph/laravel-package

Laravel package for prooph components to get started out of the box with message bus, CQRS, event sourcing and snapshots

9910.4k](/packages/prooph-laravel-package)[internal/dload

Downloads binaries.

98142.7k10](/packages/internal-dload)[prooph/event-store-bus-bridge

Marry CQRS with Event Sourcing

37518.3k11](/packages/prooph-event-store-bus-bridge)[prooph/snapshotter

snapshot tool for prooph event-store

19169.7k3](/packages/prooph-snapshotter)

PHPackages © 2026

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