ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, and Workflows on top of Laravel Queue, via PHP attributes.

Maintainers

Package info

github.com/ecotoneframework/laravel

Homepage

pkg:composer/ecotone/laravel

Fund package maintenance!

dgafka

Statistics

Installs: 309 138

Dependents: 3

Suggesters: 0

Stars: 21

1.309.1 2026-04-19 09:46 UTC

This package is auto-updated.

Last update: 2026-04-19 09:48:21 UTC


README

To contribute make use of Ecotone-Dev repository.

Github Actions Latest Stable Version License Total Downloads PHP Version Require

Ecotone is the enterprise architecture layer for Laravel and Symfony.

One Composer package adds CQRS, Event Sourcing, Sagas, Projections, Workflows, and Outbox messaging to your existing application — all via declarative PHP 8 attributes on the classes you already have.

Ecotone for Laravel

Laravel handles HTTP beautifully. But the moment you need Event Sourcing, Sagas, or multi-step workflows, you're stitching packages together. Ecotone gives you one coherent toolkit — Aggregates, Projections, Outbox, and more — all attribute-driven, all testable in-process, all running on the Laravel queues you already have.

  • Works with Eloquent and Doctrine
  • Laravel Queue integration — use your existing queue drivers
  • Auto-discovery — zero config to start
  • Artisan commands for async consumers and projections
composer require ecotone/laravel

See the Laravel integration guide for setup and configuration details.

Visit ecotone.tech to learn more.

Ecotone also works with Symfony and any PSR-11 framework via Ecotone Lite.

Getting started

See the quickstart guide and reference documentation. Read more on the Ecotone Blog.

AI-Ready documentation

Ecotone ships with MCP server, Agentic Skills, and LLMs.txt for any coding agent. See the AI Integration Guide.

Feature requests and issue reporting

Use issue tracking system for new feature request and bugs. Please verify that it's not already reported by someone else.

Contact

If you want to talk or ask questions about Ecotone

Support Ecotone

If you want to help building and improving Ecotone consider becoming a sponsor:

Tags

PHP, Laravel, Eloquent, DDD, CQRS, Event Sourcing, Sagas, Projections, Workflows, Outbox, Service Bus, Laravel Queue