PHPackages                             arnedesmedt/php-engine - 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. [API Development](/categories/api)
4. /
5. arnedesmedt/php-engine

ActiveLibrary[API Development](/categories/api)

arnedesmedt/php-engine
======================

CQRS / ES PHP SDK for event-engine.io

0.16.2(3y ago)0403MITPHPPHP ^7.3 || ^8.0

Since Mar 19Pushed 1y agoCompare

[ Source](https://github.com/arnedesmedt/php-engine)[ Packagist](https://packagist.org/packages/arnedesmedt/php-engine)[ Docs](https://event-engine.io/)[ RSS](/packages/arnedesmedt-php-engine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (23)Versions (29)Used By (0)

Prooph Event Engine
===================

[](#prooph-event-engine)

[![Build Status](https://camo.githubusercontent.com/2f115a688dd49813736dbac12516c10d63634f7739651d74a7542847ba4058d8/68747470733a2f2f7472617669732d63692e6f72672f6576656e742d656e67696e652f7068702d656e67696e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/event-engine/php-engine)[![Coverage Status](https://camo.githubusercontent.com/c59bd49dc0810dffd2861cc5ec000bc053c36e650c6430c7cabd9f3cd9b10a05/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6576656e742d656e67696e652f7068702d656e67696e652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/event-engine/php-engine?branch=master)[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/prooph/improoph)

**The world's only CQRS / ES framework that lets you pick your Flavour**

Intro
-----

[](#intro)

Event Engine is a CQRS / EventSourcing framework for PHP to help you rapidly develop event sourced applications, while providing a path to refactor towards a richer domain model as needed. Customize Event Engine with Flavours. Choose between different programming styles.

Choose Your Flavour
-------------------

[](#choose-your-flavour)

[![Choose Your Flavour](https://camo.githubusercontent.com/adc7d022119fd8b4e86fe2baf1c3f5e7a4d86f79e8b877936d097e91f237d304/68747470733a2f2f6576656e742d656e67696e652e6769746875622e696f2f696d672f43686f6f73655f466c61766f75725f6e6f5f682e706e67)](https://camo.githubusercontent.com/adc7d022119fd8b4e86fe2baf1c3f5e7a4d86f79e8b877936d097e91f237d304/68747470733a2f2f6576656e742d656e67696e652e6769746875622e696f2f696d672f43686f6f73655f466c61766f75725f6e6f5f682e706e67)

Event Sourcing Engine
---------------------

[](#event-sourcing-engine)

[![Event Sourcing Engine](https://camo.githubusercontent.com/920771aff067a412c96f00b905e7fc83b1fd10761163138114a66e541de21eee/68747470733a2f2f6576656e742d656e67696e652e6769746875622e696f2f6170692f696d672f4167677265676174655f4c6966656379636c652e706e67)](https://camo.githubusercontent.com/920771aff067a412c96f00b905e7fc83b1fd10761163138114a66e541de21eee/68747470733a2f2f6576656e742d656e67696e652e6769746875622e696f2f6170692f696d672f4167677265676174655f4c6966656379636c652e706e67)

Installation
------------

[](#installation)

Head over to the [skeleton](https://github.com/event-engine/php-engine-skeleton)!

Tutorial
--------

[](#tutorial)

[![Tutorial](https://camo.githubusercontent.com/cc4a8a68184999d6d022ab52ef34c9b52e2977e6d73546e3bb7b769ee6a7889b/68747470733a2f2f6576656e742d656e67696e652e6769746875622e696f2f696d672f7475746f7269616c5f73637265656e2e706e67)](https://event-engine.io/tutorial/)

**[GET STARTED](https://event-engine.github.io/tutorial/)**

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

[](#documentation)

Source of the docs is managed in a separate [repo](https://github.com/event-engine/docs)

Run Tests
---------

[](#run-tests)

Some tests require existence of prooph/event-store tests which are usually not installed due to `.gitattributes` excluding them. Unfortunately, composer does not offer a reinstall command so we have to remove `prooph/event-store` package from the vendor folder manually and install it again using `--prefer-source` flag.

```
$ rm -rf vendor/prooph/event-store
$ docker run --rm -it -v $(pwd):/app --user="$(id -u):$(id -g)" prooph/composer:7.2 install --prefer-source
```

Supersedes Event Machine
------------------------

[](#supersedes-event-machine)

The first version of this project is called Event Machine and can be found in another repo: .

We had to change the name due to naming conflicts with other projects. In fact, Event Engine is a newer version of Event Machine using the same concepts.

Powered by prooph software
--------------------------

[](#powered-by-prooph-software)

[![prooph software](https://github.com/codeliner/php-ddd-cargo-sample/raw/master/docs/assets/prooph-software-logo.png)](http://prooph.de)

Event Engine is maintained by the [prooph software team](http://prooph-software.de/). The source code of Event Engine is open sourced along with an API documentation and a [Getting Started Tutorial](https://event-engine.github.io/tutorial/). Prooph software offers commercial support and workshops for Event Engine and the [prooph components](http://getprooph.org/).

If you are interested please [get in touch](http://prooph.de)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 52.9% 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 ~57 days

Recently: every ~268 days

Total

26

Last Release

1166d ago

PHP version history (2 changes)v0.1.0PHP ^7.2

v0.16.0PHP ^7.3 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![sandrokeil](https://avatars.githubusercontent.com/u/3597436?v=4)](https://github.com/sandrokeil "sandrokeil (9 commits)")[![arnedesmedt](https://avatars.githubusercontent.com/u/5807162?v=4)](https://github.com/arnedesmedt "arnedesmedt (3 commits)")[![bofalke](https://avatars.githubusercontent.com/u/54977705?v=4)](https://github.com/bofalke "bofalke (2 commits)")[![zluiten](https://avatars.githubusercontent.com/u/1336070?v=4)](https://github.com/zluiten "zluiten (2 commits)")[![shochdoerfer](https://avatars.githubusercontent.com/u/596449?v=4)](https://github.com/shochdoerfer "shochdoerfer (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arnedesmedt-php-engine/health.svg)

```
[![Health](https://phpackages.com/badges/arnedesmedt-php-engine/health.svg)](https://phpackages.com/packages/arnedesmedt-php-engine)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[event-engine/php-engine

CQRS / ES PHP SDK for event-engine.io

5436.1k2](/packages/event-engine-php-engine)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)[mezzio/mezzio-authentication

Authentication middleware for Mezzio and PSR-7 applications

121.6M26](/packages/mezzio-mezzio-authentication)

PHPackages © 2026

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