PHPackages                             prooph/event-store-benchmarks - 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. prooph/event-store-benchmarks

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

prooph/event-store-benchmarks
=============================

804[2 PRs](https://github.com/prooph/event-store-benchmarks/pulls)PHP

Since Oct 10Pushed 5y ago3 watchersCompare

[ Source](https://github.com/prooph/event-store-benchmarks)[ Packagist](https://packagist.org/packages/prooph/event-store-benchmarks)[ RSS](/packages/prooph-event-store-benchmarks/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

event-store-benchmarks
======================

[](#event-store-benchmarks)

Benchmarks for prooph event-store

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

[](#requirements)

- PHP &gt;= 7.1
- PDO\_MySQL Extension
- PDO\_PGSQL Extension

For MariaDB you need server vesion &gt;= 10.2.6.

For MySQL you need server version &gt;= 5.7.9.

For Postgres you need server version &gt;= 9.4.

For ArangoDB you need server version &gt;= 3.2.

Test Results
------------

[](#test-results)

You can check our [test results here](https://gist.github.com/prolic/22ddcace2364be40e569cccecb0fe142).

They were running a notebook with Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz

Usage
-----

[](#usage)

### Docker and Docker Compose

[](#docker-and-docker-compose)

If you want to run the benchmark suite you need [Docker](https://docs.docker.com/engine/installation/ "Install Docker")and [Docker Compose](https://docs.docker.com/compose/install/ "Install Docker Compose").

Install dependencies with:

```
$ docker run --rm -i -v $(pwd):/app prooph/composer:7.2 update -o

```

Then you can simply run the `bench_docker.sh` script for each driver (`arangodb` `postgres` `mysql` `mariadb`):

```
$ . bench_docker.sh --driver postgres

```

Or to run all benchmarks

```
$ . bench_docker_all.sh > results.log

```

### Manual

[](#manual)

1. Have MySQL, MariaDB, Postgres, ArangoDB installed and running
2. Edit `.env` file and change your db settings
3. Create the test database according to your settings
4. run `. bench.sh --driver postgres` or `. bench_all.sh > results.log` or `. bench.sh --driver postgres,arangodb`
5. enjoy

Good to know
------------

[](#good-to-know)

### Test 7 real world test

[](#test-7-real-world-test)

This is the most realistic test case that comes close to production usage:

- 50 processes are writing 250 events at the same time
- 6 projections are reading events at the same time
- a total of 12500 events are written
- a total of 15000 events are read

Support
-------

[](#support)

- Ask questions on Stack Overflow tagged with [\#prooph](https://stackoverflow.com/questions/tagged/prooph).
- 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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.6% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7341005?v=4)[prooph](/maintainers/prooph)[@prooph](https://github.com/prooph)

---

Top Contributors

[![sandrokeil](https://avatars.githubusercontent.com/u/3597436?v=4)](https://github.com/sandrokeil "sandrokeil (21 commits)")[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (11 commits)")

### Embed Badge

![Health badge](/badges/prooph-event-store-benchmarks/health.svg)

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

###  Alternatives

[assetic/framework

Asset Management for PHP

1011.5M22](/packages/assetic-framework)[symfony/telegram-notifier

Symfony Telegram Notifier Bridge

73953.8k6](/packages/symfony-telegram-notifier)[codeigniter4/settings

Settings library for CodeIgniter 4

94555.3k31](/packages/codeigniter4-settings)

PHPackages © 2026

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