Registry / database / prooph-event-store

prooph-event-store

JSON →
library7.12.3phppackagistunverified

Event Store v8 — event sourcing infrastructure for PHP.

composer require prooph/event-store
INSTALL
IMPORT
SIG · PROOPH-EVENT-STORE
P
prooph-event-store
databasephpv7.12.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EventStore
use Prooph\EventStore\EventStore;

Create an in-memory event store and a stream.

use Prooph\EventStore\EventStore; use Prooph\EventStore\StreamName; $eventStore = new InMemoryEventStore(); $streamName = new StreamName('user_stream'); $eventStore->create($streamName);
Debug
Known issues
breakingRequires PHP 7.4+; v8 has breaking changes from v7.
fix
Upgrade PHP and migrate event store implementations.
affects: >=8.0.0
Upgrade
Version history
7.12.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
prooph-event-store — pip install prooph-event-store · libregistry