spatie/laravel-event-projector
Deprecated in favor of spatie/laravel-event-sourcing. Entry-level event sourcing toolkit for Laravel: define aggregates, projectors, and reactors; persist domain events, build read models, and react to events for auditing and reporting-friendly apps.
spatie/laravel-event-sourcing, which may introduce breaking changes or deprecation risks if migrating later.laravel-event-sourcing)?
laravel-event-sourcing if critical bugs or security issues arise?Order) and its projections.order_snapshots).laravel-event-sourcing if needed.| Failure Scenario | Impact | Mitigation Strategy |
|---|---|---|
| Event replay corruption | Inconsistent projections | Idempotent projectors + checksum validation |
| Projection table lock contention | Slow reads/writes | Optimistic locking + read replicas |
| Queue worker failures | Stale projections | Dead-letter queues + retry policies |
| Database outage during replay | Incomplete state | Transaction rollback + replay from last snapshot |
| Schema migration failures | Broken projections | Backup projections + manual fix scripts |
| Event sourcing adoption stalls | Partial migration | Feature flags + gradual rollout |
laravel-event-sourcing) may serve as a reference.How can I help you explore Laravel packages today?