https://github.com/ecotoneframework/ecotone
Ecotone shifts the focus to the business code. In order to make it happen, enables Message-Driven Architecture with DDD, CQRS, Event Sourcing in PHP.
https://github.com/ecotoneframework/ecotone
cqrs ddd ecotone event-sourcing laravel php symfony
Last synced: 28 days ago
JSON representation
Ecotone shifts the focus to the business code. In order to make it happen, enables Message-Driven Architecture with DDD, CQRS, Event Sourcing in PHP.
- Host: GitHub
- URL: https://github.com/ecotoneframework/ecotone
- Owner: ecotoneframework
- License: other
- Created: 2019-07-31T16:22:36.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T06:22:55.000Z (about 2 months ago)
- Last Synced: 2025-04-23T07:26:38.102Z (about 2 months ago)
- Topics: cqrs, ddd, ecotone, event-sourcing, laravel, php, symfony
- Language: PHP
- Homepage: https://docs.ecotone.tech
- Size: 5.73 MB
- Stars: 540
- Watchers: 20
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# This is Read Only Repository
To contribute make use of [Ecotone-Dev repository](https://github.com/ecotoneframework/ecotone-dev).
[](https://packagist.org/packages/ecotone/ecotone)
[](https://packagist.org/packages/ecotone/ecotone)
[](https://packagist.org/packages/ecotone/ecotone)
[](https://packagist.org/packages/ecotone/ecotone)The roots of Object Oriented Programming (OOP) were mainly about communication using Messages and logic encapsulation.
`Ecotone` aims to return to the origins of OOP, by providing tools which allows us to fully move the focus from Objects to Flows, from Data storage to Application Design, from Technicalities to Business logic.
Ecotone does that by making Messages first class-citizen in our Applications.Thanks to being Message-Driven at the foundation level, Ecotone provides architecture which is resilient and scalable by default, making it possible for Developers to focus on business problems instead of technical concerns.
Together with declarative configuration and higher level building blocks, it makes the system design explicit, easy to follow and change no matter of Developers experience.Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
> Ecotone can be used with [Symfony](https://docs.ecotone.tech/modules/symfony-ddd-cqrs-event-sourcing) and [Laravel](https://docs.ecotone.tech/modules/laravel-ddd-cqrs-event-sourcing) frameworks, or any other framework using [Ecotone Lite](https://docs.ecotone.tech/install-php-service-bus#install-ecotone-lite-no-framework).
## Getting started
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).## Feature requests and issue reporting
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) 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 question about Ecotone
- [**Twitter**](https://twitter.com/EcotonePHP)
- **[email protected]**
- [**Community Channel**](https://discord.gg/CctGMcrYnV)## Support Ecotone
If you want to help building and improving Ecotone consider becoming a sponsor:
- [Sponsor Ecotone](https://github.com/sponsors/dgafka)
- [Contribute to Ecotone](https://github.com/ecotoneframework/ecotone-dev).## Tags
PHP, DDD, CQRS, Event Sourcing, Symfony, Laravel, Service Bus, Event Driven Architecture, SOA, Events, Commands