Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecotoneframework/lite-application
Provides super quick start for Ecotone Lite Applications
https://github.com/ecotoneframework/lite-application
php
Last synced: about 17 hours ago
JSON representation
Provides super quick start for Ecotone Lite Applications
- Host: GitHub
- URL: https://github.com/ecotoneframework/lite-application
- Owner: ecotoneframework
- License: mit
- Created: 2022-01-26T16:22:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:29:14.000Z (7 months ago)
- Last Synced: 2024-04-07T08:29:21.491Z (7 months ago)
- Topics: php
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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).![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](https://poser.pugx.org/ecotone/ecotone/license)](https://packagist.org/packages/ecotone/ecotone)
[![Total Downloads](https://img.shields.io/packagist/dt/ecotone/ecotone)](https://packagist.org/packages/ecotone/ecotone)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/ecotone/ecotone/php.svg)](https://packagist.org/packages/ecotone/ecotone)`Ecotone Framework` is a `Service Bus` which enables `Message-Driven` architecture in `PHP`.
Based on resilient Message-Driven principles provides support for building applications that follows `Domain-Driven Design` (DDD), `Command Query Responsibility Segregation` (CQRS) and `Event Sourcing` (ES).> The term "Ecotone", in ecology means transition area between ecosystems, such as forest and grassland.
The Ecotone Framework functions as transition area between your components, modules and services. It glues things together, yet respects the boundaries of each area.> 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.
## 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