{"id":18386535,"url":"https://github.com/ecotoneframework/redis","last_synced_at":"2026-05-04T07:37:13.239Z","repository":{"id":65559253,"uuid":"593079925","full_name":"ecotoneframework/redis","owner":"ecotoneframework","description":"Extends Ecotone with Redis integration","archived":false,"fork":false,"pushed_at":"2025-04-03T15:43:01.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T02:09:40.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecotoneframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["dgafka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-01-25T07:18:40.000Z","updated_at":"2025-04-03T15:43:04.000Z","dependencies_parsed_at":"2023-10-03T12:33:56.242Z","dependency_job_id":"38e50752-2012-4b7b-92eb-b81e14b8ab9c","html_url":"https://github.com/ecotoneframework/redis","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"919e5d34e9e08bebb0d58541fa0196e3e0fc6a54"},"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecotoneframework","download_url":"https://codeload.github.com/ecotoneframework/redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505931,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:22:23.783Z","updated_at":"2026-05-04T07:37:13.219Z","avatar_url":"https://github.com/ecotoneframework.png","language":"PHP","funding_links":["https://github.com/sponsors/dgafka"],"categories":[],"sub_categories":[],"readme":"# This is Read Only Repository\nTo contribute make use of [Ecotone-Dev repository](https://github.com/ecotoneframework/ecotone-dev).\n\n\u003cp align=\"left\"\u003e\u003ca href=\"https://ecotone.tech\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/ecotoneframework/ecotone-dev/blob/main/ecotone_small.png?raw=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n![Github Actions](https://github.com/ecotoneFramework/ecotone-dev/actions/workflows/split-testing.yml/badge.svg)\n[![Latest Stable Version](https://poser.pugx.org/ecotone/ecotone/v/stable)](https://packagist.org/packages/ecotone/ecotone)\n[![License](https://poser.pugx.org/ecotone/ecotone/license)](https://packagist.org/packages/ecotone/ecotone)\n[![Total Downloads](https://img.shields.io/packagist/dt/ecotone/ecotone)](https://packagist.org/packages/ecotone/ecotone)\n[![PHP Version Require](https://img.shields.io/packagist/dependency-v/ecotone/ecotone/php.svg)](https://packagist.org/packages/ecotone/ecotone)\n\n**Ecotone is the PHP architecture layer that grows with your system — without rewrites.**\n\nFrom `#[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.\n\n## Redis transport\n\nRoute `#[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.\n\nIdeal for teams that already run Redis and want asynchronous processing without standing up a dedicated message broker.\n\nVisit [ecotone.tech](https://ecotone.tech) to learn more.\n\n\u003e 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).\n\n## Getting started\n\nSee 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).\n\n## AI-Ready documentation\n\nEcotone 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).\n\n## Feature requests and issue reporting\n\nUse [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.\nPlease verify that it's not already reported by someone else.\n\n## Contact\n\nIf you want to talk or ask questions about Ecotone\n\n- [**Twitter**](https://twitter.com/EcotonePHP)\n- **support@simplycodedsoftware.com**\n- [**Community Channel**](https://discord.gg/GwM2BSuXeg)\n\n## Support Ecotone\n\nIf you want to help building and improving Ecotone consider becoming a sponsor:\n\n- [Sponsor Ecotone](https://github.com/sponsors/dgafka)\n- [Contribute to Ecotone](https://github.com/ecotoneframework/ecotone-dev).\n\n## Tags\n\nPHP, Redis, Ecotone, Message Broker, Asynchronous Messaging, Event Driven Architecture\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecotoneframework%2Fredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecotoneframework%2Fredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecotoneframework%2Fredis/lists"}