Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecotoneframework/quickstart-examples
Examples for Ecotone Quickstart
https://github.com/ecotoneframework/quickstart-examples
Last synced: about 17 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:29:12.000Z (7 months ago)
- Last Synced: 2024-04-07T08:29:22.052Z (7 months 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).![Github Actions](https://github.com/ecotoneFramework/ecotone-dev/actions/workflows/split-testing.yml/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/ecotone/ecotone/v/stable)](https://packagist.org/packages/ecotone/ecotone)
[![License](http://poser.pugx.org/ecotone/ecotone/license)](https://packagist.org/packages/ecotone/ecotone)
[![Total Downloads](http://poser.pugx.org/ecotone/ecotone/downloads)](https://packagist.org/packages/ecotone/ecotone)
[![PHP Version Require](http://poser.pugx.org/ecotone/ecotone/require/php)](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)
- **[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