PHPackages                             landingi/event-store-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. landingi/event-store-bundle

ActiveSymfony-bundle

landingi/event-store-bundle
===========================

Landingi event store bundle implementation

v2.2.0(7mo ago)060.9k↓22.2%MITPHPPHP &gt;=8.1CI passing

Since Feb 11Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/landingi/event-store-bundle)[ Packagist](https://packagist.org/packages/landingi/event-store-bundle)[ RSS](/packages/landingi-event-store-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (12)Used By (0)

event-store-bundle
==================

[](#event-store-bundle)

Landingi Event Store Implementation

[![Build Status](https://camo.githubusercontent.com/aeb07d48a76d42c616a4ba56ba9480ecb57113145fe5091ed19369de6aef2e53/68747470733a2f2f7472617669732d63692e636f6d2f6c616e64696e67692f6576656e742d73746f72652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/landingi/event-store-bundle)[![License MIT](https://camo.githubusercontent.com/2a09bd237643d62ac044b1e554f3153bcdc48c1a476ccdfcba9713539f286fd1/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f76696d2d6d6f64652e737667)](https://opensource.org/licenses/MIT)[![Packagist Version](https://camo.githubusercontent.com/8a998cebe1ea703617e4d66871b41794e7ece0ae5c7d1bb12f1e494e9638131c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c616e64696e67692f6576656e742d73746f72652d62756e646c65)](https://camo.githubusercontent.com/8a998cebe1ea703617e4d66871b41794e7ece0ae5c7d1bb12f1e494e9638131c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c616e64696e67692f6576656e742d73746f72652d62756e646c65)

Requirements
------------

[](#requirements)

- php &gt;= 7.4
- Doctrine 2.0 || 3.0
- Symfony &gt;= 5.2

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

[](#configuration)

### Event Store

[](#event-store)

Add to your `service.yaml` Event Store service definition

```
landingi.event-store.dbal:
    class: Landingi\EventStoreBundle\EventStore\DbalEventStore
    arguments: ['@doctrine.dbal.default_connection']

Landingi\EventStoreBundle\EventStore:
    class: Landingi\EventStoreBundle\EventStore\ListenerEventStore
    arguments: ['@landingi.event-store.dbal']
    calls:
        - [addListener, ['@your-event-listener-service']]
```

Bundle auto-configuration
-------------------------

[](#bundle-auto-configuration)

1. To `config/packages` add `landingi_event_store.yaml` with following content

```
landingi_event_store:
  event_store:
    connection: 'doctrine.dbal.default_connection' # landingi_production DB connection
  auditlog:
    enabled: true                # set to false to disable AuditLogListener
    endpoint: 'http://audit-log' # base URL endpoint for SymfonyHttpAuditLogStore
    client: 'http_client'        # instance of Symfony\Contracts\HttpClient\HttpClientInterface interface
    strict_mode: true            # set to false to ignore StrictAuditLogListener allowed events list
```

2. To `config/bundles.php` add:

```
Landingi\EventStoreBundle\LandingiEventStoreBundle::class => ['all' => true]
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance65

Regular maintenance activity

Popularity27

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~171 days

Recently: every ~66 days

Total

11

Last Release

211d ago

Major Versions

v1.2.1 → v2.0.02024-01-26

PHP version history (3 changes)1.0.0PHP ^7.4

v1.0.2PHP &gt;=7.4

v2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/859d0bbd1ef0d0772cf6c515be1510752ba68743d03e84435ee7b2e6117a08f2?d=identicon)[Ferror](/maintainers/Ferror)

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

![](https://www.gravatar.com/avatar/95057671fc27bf3d455f86322288a528d6957be468cc15caa9cd573801776774?d=identicon)[nexik](/maintainers/nexik)

---

Top Contributors

[![Ferror](https://avatars.githubusercontent.com/u/17534504?v=4)](https://github.com/Ferror "Ferror (12 commits)")[![rafal-strzelbicki](https://avatars.githubusercontent.com/u/18901200?v=4)](https://github.com/rafal-strzelbicki "rafal-strzelbicki (3 commits)")[![dawidkocur](https://avatars.githubusercontent.com/u/82267224?v=4)](https://github.com/dawidkocur "dawidkocur (2 commits)")[![WhiteLaguna](https://avatars.githubusercontent.com/u/95352144?v=4)](https://github.com/WhiteLaguna "WhiteLaguna (2 commits)")[![devofdisaster](https://avatars.githubusercontent.com/u/4033768?v=4)](https://github.com/devofdisaster "devofdisaster (1 commits)")[![Norb3rtJ](https://avatars.githubusercontent.com/u/155638133?v=4)](https://github.com/Norb3rtJ "Norb3rtJ (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/landingi-event-store-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/landingi-event-store-bundle/health.svg)](https://phpackages.com/packages/landingi-event-store-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

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

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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