All Projects â†’ spatie â†’ Laravel Event Projector

spatie / Laravel Event Projector

Licence: mit
Event sourcing for Artisans 📽

Projects that are alternatives of or similar to Laravel Event Projector

Eventsourcing
Event Sourcing Library for Rust
Stars: ✭ 71 (-89.08%)
Mutual labels:  events, event-sourcing, eventstore
Event Sourcing Cqrs Examples
Event Sourcing and CQRS in practice.
Stars: ✭ 265 (-59.23%)
Mutual labels:  events, event-sourcing
Laravel Transactional Events
Transaction-aware Event Dispatcher for Laravel
Stars: ✭ 263 (-59.54%)
Mutual labels:  events, laravel
Memstate
In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard
Stars: ✭ 280 (-56.92%)
Mutual labels:  event-sourcing, eventstore
node-cqrs
CQRS backbone with event sourcing for Node.js
Stars: ✭ 63 (-90.31%)
Mutual labels:  eventstore, event-sourcing
OpenCQRS
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 546 (-16%)
Mutual labels:  events, event-sourcing
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Stars: ✭ 3,285 (+405.38%)
Mutual labels:  events, laravel
fs2-es
Event sourcing utilities for FS2
Stars: ✭ 75 (-88.46%)
Mutual labels:  events, event-sourcing
Eventstore
The stream database optimised for event sourcing
Stars: ✭ 4,395 (+576.15%)
Mutual labels:  event-sourcing, eventstore
Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (-23.38%)
Mutual labels:  events, laravel
Kledex
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 502 (-22.77%)
Mutual labels:  events, event-sourcing
iam-ddd-cqrs-es-nestjs
Identity and Access Management
Stars: ✭ 34 (-94.77%)
Mutual labels:  eventstore, event-sourcing
fastify-kafka
Fastify plugin to interact with Apache Kafka.
Stars: ✭ 37 (-94.31%)
Mutual labels:  events, event-sourcing
Equinox
.NET Event Sourcing library with CosmosDB, EventStoreDB, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
Stars: ✭ 260 (-60%)
Mutual labels:  event-sourcing, eventstore
CQELight
CQELight is an entreprise grade extensible and customisable framework for creating software with CQRS, DDD & Event Sourcing patterns
Stars: ✭ 21 (-96.77%)
Mutual labels:  events, event-sourcing
Eventually Rs
Event Sourcing for Rust
Stars: ✭ 277 (-57.38%)
Mutual labels:  event-sourcing, eventstore
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+687.69%)
Mutual labels:  event-sourcing, eventstore
node-cqrs-saga
Node-cqrs-saga is a node.js module that helps to implement the sagas in cqrs. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
Stars: ✭ 59 (-90.92%)
Mutual labels:  events, event-sourcing
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (-63.69%)
Mutual labels:  eventstore, event-sourcing
Laravel Relationship Events
Missing relationship events for Laravel
Stars: ✭ 383 (-41.08%)
Mutual labels:  events, laravel

THIS PACKAGE HAS BEEN SUPERCEDED BY SPATIE/LARAVEL-EVENT-SOURCING

Because the package now does more than just providing projectors, we decided to change the name of the package to spatie/laravel-event-sourcing.

Upgrading from v3 of laravel-event-projector to v1 of laravel-event-sourcing is easy. Take a look at the upgrade guide for laravel-event-sourcing.

Event sourcing for Artisans 📽

Latest Version on Packagist Build Status StyleCI Quality Score Total Downloads

This package aims to be the entry point to get started with event sourcing in Laravel. It can help you with setting up aggregates, projectors, and reactors.

If you've never worked with event sourcing, or are uncertain about what aggregates, projectors and reactors are head over to the getting familiar with event sourcing section in our docs.

Event sourcing might be a good choice for your project if:

  • your app needs to make decisions based on the past
  • your app has auditing requirements: the reason why your app is in a certain state is equally as important as the state itself
  • you foresee that there will be a reporting need in the future, but you don't know yet which data you need to collect for those reports

If you want to skip to reading code immediately, here are some example apps. In each of them, you can create accounts and deposit or withdraw money.

Documentation

You can find installation instructions and detailed instructions on how to use this package at the dedicated documentation site.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Postcardware

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards on our company website.

Credits

The aggregate root functionality is heavily inspired by Frank De Jonge's excellent EventSauce package. A big thank you to Dries Vints for giving lots of valuable feedback while we were developing the package.

Support us

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

Footnotes

1 Quote taken from Event Sourcing made Simple

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].