prooph/snapshot-store
Lightweight snapshot store for prooph/event-sourcing setups. Provides a simple API to persist and load aggregate snapshots, reducing replay time and improving performance. Note: library support ended Dec 31, 2019 (deprecated).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-event-sourcing | 0.84 | Event sourcing toolkit for Laravel: build aggregates, projectors, and reactors to store state changes as events. Ideal for audit trails, decisions based on history, and future reporting needs. Includes docs, examples, and an optional course. | 912 | 914 | 177 | 182K | 0 | 30.9 | 35.6 | MIT | 5 months ago | |
| aeatech/snapshot-profiler | 0.84 | Laravel/PHP snapshot profiler that captures lightweight performance snapshots of requests and code execution. Helps you track timing, memory usage, and key metrics over time for debugging and regression detection, with simple integration into existing apps. | 0 | 0 | 0 | 19 | 0 | 0.0 | 18.0 | MIT | — | |
| 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 | — | |
| aeatech/snapshot-profiler-contracts | 0.81 | Contracts/interfaces for integrating a snapshot-based profiler into Laravel/PHP apps. Provides the core abstractions used by the Snapshot Profiler package ecosystem for capturing, storing, and reporting performance snapshots across implementations. | 0 | 0 | 0 | 20 | 0 | 0.0 | 18.3 | MIT | — | |
| andreo/eventsauce-snapshotting | 0.81 | Extended snapshotting components for EventSauce: Doctrine DBAL snapshot repository plus versioned snapshotting support. Includes version-aware aggregate repository, snapshot version inflector/comparator, and VersionedSnapshotState for evolving snapshot schemas on PHP 8.2+. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| spatie/laravel-db-snapshots | 0.81 | Laravel package that adds Artisan commands to quickly create, load, list, and clean up database snapshots (dumps) for your app. Works with MySQL, PostgreSQL, and SQLite—ideal for resetting state in development or tests. | 1,211 | 1,216 | 100 | 100K | 0 | 32.6 | 29.8 | MIT | 4 months ago | |
| aulasoftwarelibre/ddd-base | 0.81 | — | 2 | 2 | 0 | 16 | 0 | 0.0 | 11.1 | MIT | — | |
| prooph/snapshotter | 0.81 | — | 19 | 19 | 11 | 745 | 1 | 3.5 | 21.8 | BSD-3-Clause | 5 years ago | |
| event-engine/php-event-store | 0.79 | — | 5 | 5 | 3 | 5K | 1 | 1.8 | 40.1 | MIT | 1 year ago | |
| prooph/event-store-symfony-bundle | 0.79 | 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 | 37 | 1K | 9 | 9.7 | 18.6 | BSD-3-Clause | 2 years ago | |
| spatie/laravel-event-projector | 0.79 | 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 | 60 | 178 | 0 | 7.0 | 1.0 | MIT | 6 years ago | |
| damgru/stupid-event-sourcing | 0.78 | 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 | — | — | — | |
| david2m/prooph-event-store-doctrine-adapter-bundle | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| prooph/common | 0.78 | 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 | 24K | 0 | 10.1 | 34.0 | BSD-3-Clause | 1 year ago | |
| event-engine/prooph-v7-event-store | 0.78 | 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. | 7 | 7 | 2 | 5K | 0 | 4.3 | 39.2 | MIT | 1 year ago | |
| prooph/pdo-event-store | 0.78 | — | 112 | 112 | 61 | 17K | 5 | 12.9 | 31.7 | BSD-3-Clause | 1 year ago | |
| prooph/event-store-doctrine-adapter | 0.77 | 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 | 227 | 0 | 5.7 | 17.1 | NOASSERTION | 9 years ago | |
| prooph/event-sourcing | 0.77 | 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 | 18.1 | BSD-3-Clause | 5 years ago | |
| dddominio/event-sourcing-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 7 | 1.9 | 1.9 | MIT | — | |
| event-engine/php-postgres-document-store | 0.76 | 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 | 6K | 1 | 6.4 | 39.4 | BSD-3-Clause | 1 year ago |
How can I help you explore Laravel packages today?