prooph/event-store
Common interfaces and classes for Prooph Event Store implementations. Provides the core building blocks to work with event stores, with persistent implementations available via separate TCP and HTTP client packages. Supports PHP 7.4+ (v7).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| eventsauce/eventsauce | 0.88 | EventSauce is an opinionated, no-nonsense toolkit for bringing event sourcing to PHP. Choose your own storage and queueing backends, and use built-in testing tools designed for event-sourced systems. Docs: eventsauce.io/docs | 864 | 863 | 84 | 36K | 5 | 8.9 | 26.1 | MIT | — | |
| event-engine/prooph-v7-event-store | 0.87 | Prooph v7 event store bindings for Event Engine. Includes a Prooph-compatible FilesystemEventStore for demos/workshops plus in-memory projecting support via InMemoryProjectionManager. Use it to create streams, append events, and run simple projections. | 0 | 7 | — | 5K | — | 4.3 | 38.0 | — | — | |
| david2m/prooph-event-store-doctrine-adapter-bundle | 0.87 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| prooph/common | 0.86 | Shared utility classes for prooph components, providing common interfaces and infrastructure aligned with PHP-FIG standards. Note: this library is deprecated and support ended Dec 31, 2019; use only with compatible prooph versions (4.x for newer components). | 84 | 84 | 24 | 23K | 0 | 10.1 | 33.3 | BSD-3-Clause | 1 year ago | |
| prooph/event-store-symfony-bundle | 0.86 | Symfony bundle integrating Prooph Event Store into Symfony apps. Provides configuration, services, and tooling to use Prooph’s event store with Symfony. Includes migration guidance, docs build instructions, and community support links. | 109 | 109 | 38 | 2K | 9 | 9.7 | 19.5 | BSD-3-Clause | 2 years ago | |
| prooph/event-store-doctrine-adapter | 0.85 | Doctrine DBAL adapter for Prooph Event Store. Stores and loads event streams using Doctrine connections, with support for transactional appends and stream persistence in relational databases. Useful for event-sourced PHP/Laravel apps needing DB-backed storage. | 13 | 13 | 7 | 127 | 0 | 5.7 | 14.4 | NOASSERTION | 9 years ago | |
| dddominio/event-sourcing-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 7 | 1.9 | 1.9 | MIT | — | |
| event-engine/php-persistence | 0.85 | Event Engine PHP Persistence Package providing persistence layer utilities for PHP-based event-sourced and CQRS applications. Supports storing and retrieving events and state in a consistent way to integrate with Event Engine workflows. | 6 | 6 | 5 | 4K | 0 | 4.1 | 38.6 | MIT | 1 year ago | |
| becklyn/ddd-doctrine-bridge | 0.85 | Doctrine ORM bridge for becklyn/ddd-core: provides event store and transaction manager implementations plus ORM mappings (XML/annotations) and Doctrine Migrations 3 schema. Includes microsecond timestamp support via DateTimeImmutable type override (MySQL/Oracle). | 0 | 0 | 0 | 129 | 0 | 24.1 | 34.3 | — | 3 weeks ago | |
| aulasoftwarelibre/ddd-base | 0.85 | — | 2 | 2 | 0 | 15 | 0 | 0.0 | 10.8 | MIT | — | |
| event-engine/php-event-store | 0.84 | — | 5 | 5 | 3 | 4K | 1 | 1.8 | 39.7 | MIT | 1 year ago | |
| event-engine/php-engine | 0.84 | CQRS/Event Sourcing framework for PHP to rapidly build event-sourced applications and evolve toward richer domain models. Customize architecture and programming style via “Flavours,” with a full tutorial and separate documentation repo. | 54 | 54 | 11 | 445 | 4 | 10.3 | 15.6 | MIT | 1 year ago | |
| prooph/event-sourcing | 0.84 | Lightweight PHP event sourcing library with out-of-the-box integration for prooph/event-store. Provides an AggregateRoot base and AggregateTranslator, plus UUID generation and assertions support. Note: project was supported until Dec 31, 2019 and is deprecated. | 265 | 266 | 41 | 5K | 0 | 10.1 | 17.7 | BSD-3-Clause | 5 years ago | |
| event-engine/php-messaging | 0.84 | Messaging components for PHP apps: message bus, commands, events and queries with middleware-style dispatching. Designed to pair with Event Engine/event sourcing stacks but usable standalone for structured, testable message handling. | 6 | 6 | 1 | 4K | 0 | 2.2 | 38.7 | MIT | 1 year ago | |
| prooph/pdo-event-store | 0.84 | — | 112 | 112 | 60 | 14K | 5 | 14.4 | 30.6 | BSD-3-Clause | 11 months ago | |
| dddominio/event-sourcing | 0.83 | Laravel package for event sourcing in DDD-style apps. Store and replay domain events to rebuild aggregates, keep an append-only event log, and track state changes over time. Useful for audit trails, projections, and CQRS-inspired architectures. | 0 | 0 | 0 | 0 | 13 | 3.7 | 4.1 | MIT | — | |
| spatie/laravel-event-projector | 0.83 | 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. | 636 | 661 | 61 | 152 | 0 | 7.0 | 0.9 | MIT | 6 years ago | |
| event-engine/php-postgres-document-store | 0.83 | PostgreSQL-backed document store for Event Engine (PHP). Store, update, and query JSON documents efficiently using Postgres features like JSONB and indexes. Designed for read models/projections with a simple API and solid performance. | 7 | 7 | 5 | 4K | 1 | 6.4 | 37.4 | BSD-3-Clause | 1 year ago | |
| damgru/stupid-event-sourcing | 0.83 | A Laravel package that adds a simple, no-frills approach to event sourcing. Store and replay domain events to rebuild state, keep an audit trail, and model changes over time without heavy ceremony—aimed at small projects and quick adoption. | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| cvek/domain-events | 0.82 | — | 2 | 2 | 1 | 0 | 0 | 0.6 | — | MIT | 1 year ago |
How can I help you explore Laravel packages today?