Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Event Store Symfony Bundle Laravel Package

prooph/event-store-symfony-bundle

Symfony bundle integrating Prooph Event Store into Symfony apps. Provides configuration, services, and tooling to use Prooph’s event store with Symfony. Includes migration guidance, docs build instructions, and community support links.

View on GitHub
Deep Wiki
Context7

Getting started

This documentation covers just the configuration of the Prooph Event Store in Symfony. To inform yourself about the Event Store please have a look at the official documentation.

Download the Bundle

Download the bundle using composer by running

composer require prooph/event-store-symfony-bundle

at the root of your Symfony project.

Enable the Bundle

To start using this bundle, register the bundle in your application's kernel class:

<?php
// app/AppKernel.php
// …
class AppKernel extends Kernel
{
    // …
    public function registerBundles()
    {
        $bundles = [
            // …
            new Prooph\Bundle\EventStore\ProophEventStoreBundle(),
            // …
        ];
        // …
    }
    // …
}

or, if you are using the new flex structure:

<?php
// config/bundles.php

return [
    // …
    Prooph\Bundle\EventStore\ProophEventStoreBundle::class => ['all' => true],
];

Now that you have installed the bundle you might want start with configuring an Event Store.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle