albertoarena/laravel-event-sourcing-generator

Laravel event sourcing domain generator
12,241 27
Install
composer require albertoarena/laravel-event-sourcing-generator
Latest Version:v1.1.3
PHP:^8.3|^8.4|^8.5
License:MIT
Last Updated:Sep 14, 2026
Links: GitHub  ·  Packagist
Maintainer: albertoarena

Laravel event sourcing generator

coverage Documentation Latest Version on Packagist Total Downloads License Code Size Why PHP

Laravel event sourcing generator scaffolds complete domain structures for Spatie's Laravel Event Sourcing, providing a single Artisan command to generate events, projections, projectors, aggregates, reactors, actions, DTOs, notifications, and PHPUnit tests — optionally straight from an existing migration.

📖 Documentation

Full documentation is at albertoarena.github.io/laravel-event-sourcing-generator.

Installation

composer require albertoarena/laravel-event-sourcing-generator

Compatibility

Laravel PHP Testbench
11.x (deprecated) 8.3, 8.4 9.x
12.x 8.3, 8.4, 8.5 10.x
13.x 8.3, 8.4, 8.5 11.x

PHP: 8.3 – 8.5 · Spatie Laravel Event Sourcing: 7.x

Quick start

php artisan make:event-sourcing-domain Animal --domain=Animal

This creates a complete event-sourced domain (events, projections, projectors, actions and DTOs) in app/Domain/Animal/Animal/. Add --aggregate=1, --reactor=1, --unit-test, --notifications=… and more — see the documentation for every option and worked examples.

Using Claude Code? Install the companion claude-laravel-event-sourcing skill to scaffold domains conversationally.

Changelog

Please see CHANGELOG for what has changed recently.

Contributing

Feel free to fork, improve and create a pull request. Please see CONTRIBUTING for details.

📬 Stay updated

Subscribe and get my free Spatie Event Sourcing cheat sheet (printable PDF), plus practical notes on Laravel and AI-assisted development, roughly once a month. No spam.

Get the cheat sheet →

License

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

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440