Download the PHP package phauthentic/event-store without Composer
On this page you can find all versions of the php package phauthentic/event-store. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package event-store
Event Store
This is an event store abstraction for the Phauthentic Event Sourcing Library. It provides a simple interface for storing and retrieving domain events by aggregate, with pluggable backends for different storage engines.
Requirements
- PHP 8.2 or higher
Installation
Features
- EventStoreInterface – Contract for storing and replaying events by aggregate
- PDO Event Store – SQL-backed store (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL Server)
- In-Memory Event Store – For testing, prototyping, and demos
- EventFactory – Create events from arrays and convert events to arrays
- Serialization – Pluggable serializers for payload and metadata
Quick Start
Documentation
Please start by reading documentation in this repository.
License
Copyright Florian Krämer
Licensed under the MIT license.
All versions of event-store with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package phauthentic/event-store contains the following files
Loading the files please wait ...