PHPackages                             mauretto78/simple-event-store-manager - 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. mauretto78/simple-event-store-manager

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

mauretto78/simple-event-store-manager
=====================================

Simple EventStore Manager

v2.1.1(8y ago)33111MITPHPPHP &gt;=5.6.6

Since Jul 5Pushed 8y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (11)Versions (25)Used By (1)

Simple EventStore Manager
=========================

[](#simple-eventstore-manager)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5bbafe5cfa5641dc7b553378e3dd9f231b0a971cc2ffe7d5a475b9d150b6df51/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6175726574746f37382f73696d706c652d6576656e742d73746f72652d6d616e616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mauretto78/simple-event-store-manager/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/747382784f0b0a53a63818a8df105e7cc16c1f5ac026df6533b0ae41ef4f314e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33643664623262332d646234322d343135352d393765642d3263323863656331633939382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3d6db2b3-db42-4155-97ed-2c28cec1c998)[![Build Status](https://camo.githubusercontent.com/0466ae18516b5533abdabe9eef53ace80d81113931a3ee6bc0fa35738ae83cf5/68747470733a2f2f7472617669732d63692e6f72672f6d6175726574746f37382f73696d706c652d6576656e742d73746f72652d6d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mauretto78/simple-event-store-manager)[![Coverage Status](https://camo.githubusercontent.com/90399d85dc6ef06fdf0b86048dd23af1b4a1cb78a50c5ce6b2a2a860b6b7a123/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6175726574746f37382f73696d706c652d6576656e742d73746f72652d6d616e616765722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mauretto78/simple-event-store-manager?branch=master)[![Codacy Badge](https://camo.githubusercontent.com/b04d06de1d30ad823b028e9ac3f3cbacfef1f2ecd80e453ffd24ea9f670f36d8/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6164396662386238633133303461313439613835303739323661303364343462)](https://www.codacy.com/app/mauretto78/simple-event-store-manager?utm_source=github.com&utm_medium=referral&utm_content=mauretto78/simple-event-store-manager&utm_campaign=Badge_Grade)![license](https://camo.githubusercontent.com/49840c85ca419db8cb99b0a5d4b947c08a311275239470a372a9493a6d6958d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6175726574746f37382f73696d706c652d6576656e742d73746f72652d6d616e616765722e737667)![Packagist](https://camo.githubusercontent.com/307a0151349b51cdfe6a8b82b8a3587be409fa53eb82c03839dca0d3e2117fd3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6175726574746f37382f73696d706c652d6576656e742d73746f72652d6d616e616765722e737667)

Simple EventStore Manager allows you to store your Domain Events and easlity retrieve them.

- [Basic Usage](https://github.com/mauretto78/simple-event-store-manager/blob/master/docs/BASIC_USAGE.md)
- [Event Query](https://github.com/mauretto78/simple-event-store-manager/blob/master/docs/EVENT_QUERY.md)
- [Event Recording](https://github.com/mauretto78/simple-event-store-manager/blob/master/docs/EVENT_RECORDING.md)
- [Event Projections](https://github.com/mauretto78/simple-event-store-manager/blob/master/docs/EVENT_PROJECTIONS.md)
- [Event Representation](https://github.com/mauretto78/simple-event-store-manager/blob/master/docs/EVENT_REPRESENTATIONS.md)

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

[](#requirements)

- PHP 5.6.6 +
- MySQL 5.6 + (if you use `pdo` driver)
- MongoDB 3.0 + (if you use `mongo` driver)
- Redis 3.2 + (if you use `redis` driver)

Support
-------

[](#support)

If you found an issue or had an idea please refer [to this section](https://github.com/mauretto78/simple-event-store-manager/issues).

Authors
-------

[](#authors)

- **Mauro Cassani** - [github](https://github.com/mauretto78)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

24

Last Release

3155d ago

Major Versions

v1.3.1 → v2.0.02017-08-25

PHP version history (2 changes)v1.0.0PHP ^5.6 || ^7.0

v1.2.1PHP &gt;=5.6.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a9a5d92c7a88371bdc4b5f7fb7ff9c4fe890289b970d53486ca455700614df7?d=identicon)[mauretto78](/maintainers/mauretto78)

---

Tags

domain-driven-designevent-sourcingeventstore-managerphpeventevent sourcingdomain-eventstore manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mauretto78-simple-event-store-manager/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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