Start docker-compose and connect to the container with the following command:
docker-compose up -d && docker exec -it ecotone-quickstart /bin/bashRun chosen example from the specific catalog.
composer install
php run_example.phpTo contribute make use of Ecotone-Dev repository.
Ecotone is Service Bus Implementation, which enables message driven architecture with DDD, CQRS, Event Sourcing in PHP
Ecotone provides PHP with Command Bus, Query Bus, Event Bus, Interceptors, Aggregates, Sagas, Event Sourcing built on solutions that are message driven at the fundamental levels, and using integration with well known and stable solutions like Enqueue for asynchronous communication and Prooph for Event Sourcing.
The quickstart page of the
reference guide provides a starting point for using Ecotone.
Read more on the Blog.
Use issue tracking system for new feature request and bugs. Please verify that it's not already reported by someone else.
If you want to talk or ask question about Ecotone
If you want to help building and improving Ecotone consider becoming a sponsor:
PHP DDD CQRS Event Sourcing Symfony Laravel Service Bus