|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| prooph/snapshot-store | 0.87 | 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). | 19 | 19 | 2 | 3K | 0 | 1.8 | 30.3 | BSD-3-Clause | 5 years ago | |
| prooph/event-sourcing | 0.87 | 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 | |
| andreo/eventsauce-snapshotting | 0.85 | 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 | — | — | — | |
| dddominio/event-sourcing | 0.82 | 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-db-snapshots | 0.82 | 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 | |
| damgru/stupid-event-sourcing | 0.82 | 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 | — | — | — | |
| aeatech/snapshot-profiler | 0.82 | 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 | — | |
| prooph/event-store | 0.82 | 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). | 548 | 548 | 74 | 19K | 0 | 14.1 | 21.6 | BSD-3-Clause | 1 year ago | |
| david2m/prooph-event-store-doctrine-adapter-bundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| event-engine/php-event-store | 0.82 | — | 5 | 5 | 3 | 5K | 1 | 1.8 | 40.1 | MIT | 1 year ago | |
| spatie/laravel-event-sourcing | 0.81 | 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 | |
| spatie/phpunit-snapshot-assertions | 0.81 | Add snapshot testing to PHPUnit. Save expected output (JSON, arrays, strings, etc.) on first run and automatically compare on later runs to catch regressions with minimal assertions. Includes handy traits and snapshot update workflow for tests. | 697 | 700 | 74 | 607K | 0 | 29.7 | 45.9 | MIT | 3 months ago | |
| 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 | — | |
| spatie/laravel-event-projector | 0.81 | 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 | 170 | 0 | 7.0 | 1.0 | MIT | 6 years ago | |
| event-engine/prooph-v7-event-store | 0.79 | 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 | |
| testo/testo | 0.63 | Testo is an extensible PHP testing framework with a lightweight core and middleware system. It lets you fully control your test environment while keeping familiar PHP syntax. Includes an init command, suite/plugin config via testo.php, and Composer scripts. | 203 | 203 | 12 | 10K | 21 | 40.6 | 37.2 | BSD-3-Clause | 2 days ago | |
| pragmarx/trivia | 0.58 | PragmaRX Trivia is a PHP package that ships a large collection of trivia questions/facts you can load and use in your app. Instantiate the Trivia class and fetch all entries to build games, quizzes, bots, or random “did you know?” prompts. | 4 | 4 | 0 | 1 | 0 | 0.3 | 1.1 | MIT | 8 years ago | |
| doctrine/orm | 0.58 | Doctrine ORM is a PHP 8.1+ object-relational mapper built on Doctrine DBAL, providing transparent persistence for PHP objects. Use mappings, repositories, and Unit of Work, plus DQL for powerful, object-oriented querying as an alternative to SQL. | 10,170 | 10,344 | 2,544 | 5M | 1,282 | 88.0 | 69.0 | MIT | 3 days ago | |
| damienharper/auditor | 0.58 | — | 194 | 194 | 66 | 104K | 13 | 29.2 | 48.5 | MIT | 4 months ago | |
| deptrac/deptrac | 0.58 | Deptrac helps you define and enforce architectural boundaries in PHP projects. Configure layers and dependency rules, then analyze your codebase to detect forbidden dependencies. Useful for keeping clean architecture, preventing drift, and improving maintainability in large apps. | 2,988 | 2,974 | 153 | 899K | 27 | 57.5 | 52.4 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?