Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Redis Protocol Laravel Package

clue/redis-protocol

Async Redis protocol implementation for PHP. Provides a low-level RESP encoder/decoder and streaming parser for building Redis clients and proxies, often used with ReactPHP. Lightweight, focused, and transport-agnostic for TCP/TLS connections.

View on GitHub
Deep Wiki
Context7

Technical Evaluation

  • Architecture fit: Niche use case for Laravel; not a drop-in replacement for standard Redis clients (predis/php-redis). Only relevant when building custom Redis clients over non-standard transports (e.g., WebSockets, Unix sockets) or requiring fine-grained protocol control. Laravel's built-in Redis facade assumes higher-level clients, so this would require a custom driver implementation.
  • Integration feasibility: Possible but non-trivial. Requires building a complete Redis client layer (connection management, retries, async handling) atop this protocol handler. Must extend Laravel's RedisManager with a custom driver that uses clue/redis-protocol for encoding/decoding.
  • Technical risk: Low community adoption (51 stars) and minimal real-world testing in Laravel contexts. Risk of protocol edge-case bugs (e.g., multi-bulk parsing errors) if not rigorously validated.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4