https://github.com/ecotoneframework/redis
Extends Ecotone with Redis integration
https://github.com/ecotoneframework/redis
Last synced: about 2 months ago
JSON representation
Extends Ecotone with Redis integration
- Host: GitHub
- URL: https://github.com/ecotoneframework/redis
- Owner: ecotoneframework
- License: other
- Created: 2023-01-25T07:18:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T15:43:01.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:09:40.505Z (about 1 year ago)
- Language: PHP
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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)
**Ecotone is the PHP architecture layer that grows with your system — without rewrites.**
From `#[CommandHandler]` on day one, to event sourcing, sagas, outbox, and distributed messaging at scale — one package, same codebase, no forced migrations between growth stages. Declarative PHP 8 attributes on the classes you already have.
## Redis transport
Route `#[Asynchronous]` handlers to Redis-backed channels. Low-latency, low-setup asynchronous messaging that plugs into the same retry, outbox, and dead letter pipeline as every other Ecotone transport — so switching to RabbitMQ, Kafka, or DBAL later doesn't change your handler code or your tests.
Ideal for teams that already run Redis and want asynchronous processing without standing up a dedicated message broker.
Visit [ecotone.tech](https://ecotone.tech) to learn more.
> Works with [Symfony](https://docs.ecotone.tech/modules/symfony-ddd-cqrs-event-sourcing), [Laravel](https://docs.ecotone.tech/modules/laravel-ddd-cqrs-event-sourcing), or any PSR-11 framework via [Ecotone Lite](https://docs.ecotone.tech/install-php-service-bus#install-ecotone-lite-no-framework).
## Getting started
See the [quickstart guide](https://docs.ecotone.tech/quick-start) and [reference documentation](https://docs.ecotone.tech). Read more on the [Ecotone Blog](https://blog.ecotone.tech).
## AI-Ready documentation
Ecotone ships with MCP server, Agentic Skills, and LLMs.txt for any coding agent. See the [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration).
## 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 questions about Ecotone
- [**Twitter**](https://twitter.com/EcotonePHP)
- **support@simplycodedsoftware.com**
- [**Community Channel**](https://discord.gg/GwM2BSuXeg)
## 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, Redis, Ecotone, Message Broker, Asynchronous Messaging, Event Driven Architecture