Download the PHP package albertoarena/laravel-event-sourcing-generator without Composer

On this page you can find all versions of the php package albertoarena/laravel-event-sourcing-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-event-sourcing-generator

Laravel event sourcing generator

coverage Documentation Latest Version on Packagist Total Downloads Code Size Repo views

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

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

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.


All versions of laravel-event-sourcing-generator with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3|^8.4|^8.5
illuminate/contracts Version *
illuminate/support Version *
nikic/php-parser Version ^5.1
spatie/laravel-event-sourcing Version ^7.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package albertoarena/laravel-event-sourcing-generator contains the following files

Loading the files please wait ...