PHP
How Ecotone Hits 157,266 Confirmed Messages per second in PHP
Ecotone publishes 10,000 broker-confirmed messages from one PHP process in 64ms — enabled by one configuration call, with handlers left untouched.
I am sharing knowledge and experience about #DDD, #ES and #Message-Driven Systems. And making them effortless to follow with #Ecotone Framework in #PHP.
PHP
Ecotone publishes 10,000 broker-confirmed messages from one PHP process in 64ms — enabled by one configuration call, with handlers left untouched.
Tempest
Tempest and Ecotone share one foundation — declarative configuration. Installing ecotone installs an architecture layer: CQRS, event sourcing, workflows and resilient async, with the whole messaging layer in to your Tempest App.
PHP
Replace expression strings and one-off middleware with typed closures in PHP attributes: dynamic delays, headers, and SQL parameters in one line, checked by PHPStan.
PHP
Add columns, fix bugs, and replay events on live projections without downtime — using backfill, rebuild, and blue-green in Ecotone's ProjectionV2 for PHP.
Ecotone
The notification fires before the projection commits. The user sees a stale balance. Emitting derived events from inside the projection — as the read model — closes the race for good.
PHP
Scale event sourcing projections with partitioned processing, track-based gap detection, and streaming. Learn how Ecotone handles concurrent transactions.
PHP
Decouple projections from command handlers with async execution. Learn self-healing, failure isolation, batching, and polling in Ecotone's ProjectionV2.
PHP
Learn why Event Sourcing needs projections and build your first read model with Ecotone's ProjectionV2. Lifecycle hooks, state, and CLI included.
PHP
DDD doesn't have to mean dozens of classes and layers of abstraction. Practical DDD aimed for business side of things will produce less code than CRUD.
DDD
Why organizing your DDD domain layer into Aggregates/, ValueObjects/, and Repositories/ folders undermines the very goal of Domain-Driven Design.
event-sourcing
Every Developer has that list of patterns they'll learn "someday." Event Sourcing. CQRS. Sagas. What if the gap between knowing these exist and actually building with them just collapsed?
ai
AI coding assistants have created a velocity paradox. Developers ship code 55% faster, but that AI-generated code shows 41% higher churn rates (rotation of the code). When you're adding features at twice the speed, architectural mistakes compound at twice the rate too.