proophsoftware / event-machine
Opinionated Event Sourcing Framework based on prooph components
Installs: 799
Dependents: 4
Suggesters: 0
Security: 0
Stars: 50
Watchers: 11
Forks: 3
Open Issues: 11
Requires
- php: ^7.1
- codeliner/array-reader: ^2.0
- fig/http-message-util: ^1.1
- justinrainbow/json-schema: ^5.2
- prooph/common: ^4.0
- prooph/event-sourcing: ^5.0
- prooph/event-store: ^7.0
- prooph/event-store-bus-bridge: ^3.0
- prooph/service-bus: ^6.0
- prooph/snapshot-store: ^1.0
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
- react/promise: ^2.5
- roave/security-advisories: dev-master
- zendframework/zend-diactoros: ^1.3
Requires (Dev)
- bookdown/bookdown: 1.x-dev
- malukenho/docheader: ^0.1.4
- phpunit/phpunit: ^6.0
- prooph/php-cs-fixer-config: ^0.2
- satooshi/php-coveralls: ^1.0
- webuni/commonmark-attributes-extension: ^0.5.0
- webuni/commonmark-table-extension: ^0.6.1
- dev-master
- v1.0.0
- v1.0-alpha.7
- v1.0-alpha.6
- v1.0-alpha.5
- v1.0-alpha.4
- v1.0-alpha.3
- v1.0-alpha.2
- v1.0-alpha.1
- v0.21.1
- v0.21.0
- v0.20.0
- v0.19.0
- v0.18.1
- v0.18.0
- v0.17.4
- v0.17.3
- v0.17.2
- v0.17.1
- v0.17.0
- v0.16.1
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.1
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.0
- dev-fix/missing_assertions
- dev-feature/context_provider
- dev-feature/aggregate_projection_short_cut
- dev-bugfix/document_store_single_filter_everywhere
- dev-feature/store_documents_schema
This package is auto-updated.
Last update: 2024-10-21 00:16:48 UTC
README
Superseded by Event Engine
Event Engine
Event Engine is a newer version of Event Machine with a different name but the same basic concepts. It's recommended to use Event Engine, because development of Event Machine is not continued (except bugfixes).
Check the note in the Event Engine readme for further information.
Intro
Event Machine 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 Machine with Flavours. Choose between different programming styles.
Choose Your Flavour
Event Sourcing Engine
Installation
Head over to the skeleton!
Tutorial
Documentation
Source of the docs is managed in a separate repo
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.1 install --prefer-source
Powered by prooph software
Event Machine is maintained by the prooph software team. The source code of Event Machine is open sourced along with an API documentation and a Getting Started Tutorial. Prooph software offers commercial support and workshops for Event Machine as well as for the prooph components.
If you are interested in this offer or need project support please get in touch