Registry / other / prooph-event-sourcing

prooph-event-sourcing

JSON →
library5.7.0phppackagistunverified

PHP EventSourcing library

composer require prooph/event-sourcing
INSTALL
IMPORT
SIG · PROOPH-EVENT-SOURC
P
prooph-event-sourcing
otherphpv5.7.0
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.

AggregateRepository
✓ use Prooph\EventSourcing\Aggregate\AggregateRepository;

Create an aggregate repository with in-memory event store

use Prooph\EventSourcing\Aggregate\AggregateRepository; use Prooph\EventStore\InMemoryEventStore; $eventStore = new InMemoryEventStore(); $repository = new AggregateRepository($eventStore); // Use repository to load/save aggregates
Debug
Known issues
breakingRequires PHP 7.4+ and event store implementation
fix
Ensure PHP >= 7.4 and install an event store adapter (e.g., prooph/event-store)
affects: >=5.0.0
Upgrade
Version history
5.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
prooph-event-sourcing — pip install prooph-event-sourcing · libregistry