ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.
340,624 21
Install
composer require ecotone/laravel
Latest Version:2.0.0-beta.1
License:Apache-2.0
Last Updated:Aug 28, 2026
Links: GitHub  ·  Packagist
Maintainer: dgafka

This is Read Only Repository

To contribute make use of Ecotone-Dev repository.

Github Actions Latest Stable Version License Total Downloads PHP Version Require

Ecotone is the PHP architecture layer that grows with your system — without rewrites.

From #[CommandHandler] on day one, to event sourcing, sagas, outbox, and distributed messaging at scale — one package, same codebase, no forced migrations between growth stages. 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, Durable Workflows, Workflows, Outbox, Service Bus, Laravel Queue

Related Packages

avoqado-dev/laravel-usecase

A lightweight, type-safe Use Case pattern implementation for Laravel with busine...

1,310 22
nwidart/laravel-broadway

A Laravel adapter for the Broadway ES/CQRS package.

15,015 123
arseto/lumencqrs

CQRS Template for Laravel/Lumen

200 3
luminor/luminor

A modern, open-source DDD framework for building REST APIs and domain-driven app...

8 0
brexis/laravel-workflow

Integerate Symfony Workflow component into Laravel.

128,475 282