You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An event sourcing bundle, complete with all the essential features,
7
+
An event sourcing laravel package, complete with all the essential features,
8
8
powered by the reliable Doctrine ecosystem and focused on developer experience.
9
-
This bundle is a [symfony](https://symfony.com/) integration
9
+
This package is a [laravel](https://laravel.com/) integration
10
10
for [event-sourcing](https://github.com/patchlevel/event-sourcing) library.
11
11
12
12
## Features
13
13
14
14
* Everything is included in the package for event sourcing
15
15
* Based on [doctrine dbal](https://github.com/doctrine/dbal) and their ecosystem
16
16
* Developer experience oriented and fully typed
17
-
* Automatic [snapshot](https://patchlevel.github.io/event-sourcing-docs/latest/snapshots/)-system to boost your performance
18
-
*[Split](https://patchlevel.github.io/event-sourcing-docs/latest/split_stream/) big aggregates into multiple streams
19
-
* Versioned and managed lifecycle of [subscriptions](https://patchlevel.github.io/event-sourcing-docs/latest/subscription/) like projections and processors
20
-
* Safe usage of [Personal Data](https://patchlevel.github.io/event-sourcing-docs/latest/personal_data/) with crypto-shredding
21
-
* Smooth [upcasting](https://patchlevel.github.io/event-sourcing-docs/latest/upcasting/) of old events
22
-
* Simple setup with [scheme management](https://patchlevel.github.io/event-sourcing-docs/latest/store/) and [doctrine migration](https://patchlevel.github.io/event-sourcing-docs/latest/store/)
23
-
* Built in [cli commands](https://patchlevel.github.io/event-sourcing-docs/latest/cli/) with [symfony](https://symfony.com/)
17
+
* Automatic [snapshot](https://event-sourcing.patchlevel.io/latest/snapshots/)-system to boost your performance
18
+
*[Split](https://event-sourcing.patchlevel.io/latest/split_stream/) big aggregates into multiple streams
19
+
* Versioned and managed lifecycle of [subscriptions](https://event-sourcing.patchlevel.io/latest/subscription/) like projections and processors
20
+
* Safe usage of [Personal Data](https://event-sourcing.patchlevel.io/latest/personal_data/) with crypto-shredding
21
+
* Smooth [upcasting](https://event-sourcing.patchlevel.io/latest/upcasting/) of old events
22
+
* Simple setup with [scheme management](https://event-sourcing.patchlevel.io/latest/store/) and [doctrine migration](https://event-sourcing.patchlevel.io/latest/store/)
23
+
* Built in [cli commands](https://event-sourcing.patchlevel.io/latest/cli/) with [symfony](https://symfony.com/)
0 commit comments