https://github.com/ecotoneframework/quickstart-examples
Examples for Ecotone Quickstart
https://github.com/ecotoneframework/quickstart-examples
Last synced: 5 months ago
JSON representation
Examples for Ecotone Quickstart
- Host: GitHub
- URL: https://github.com/ecotoneframework/quickstart-examples
- Owner: ecotoneframework
- Created: 2021-03-06T19:13:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:29:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-07T08:29:22.052Z (almost 2 years ago)
- Language: PHP
- Size: 330 KB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Ecotone Quickstart Examples
Start docker-compose and connect to the container with the following command:
```bash
docker-compose up -d && docker exec -it ecotone-quickstart /bin/bash
```
Run chosen example from the specific catalog.
```bash
composer install
php run_example.php
```
# 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)
`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`.
## 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 [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)
- **ecotoneframework@gmail.com**
- [**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