clue/redis-react
Async Redis client for ReactPHP. Send commands in parallel with automatic pipelining and promise-based responses. Event-driven Pub/Sub support, lightweight SOLID design, and strong test coverage for Redis v2.6+.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clue/utf8-react | 0.89 | Streaming UTF-8 parser for ReactPHP streams. Wraps a ReadableStream to ensure emitted chunks contain only complete, valid UTF-8 sequences, buffering split multibyte characters and replacing invalid bytes with a configurable placeholder. | 66 | 66 | 6 | 318K | 9 | 5.1 | 52.9 | MIT | 2 years ago | |
| clue/term-react | 0.89 | Streaming terminal emulator for ReactPHP. Includes ControlCodeParser stream wrapper to strip ANSI/VT100 control sequences from input, buffering incomplete sequences so emitted data is always plain text for reliable processing. | 104 | 104 | 7 | 318K | 0 | 3.5 | 48.1 | MIT | 2 years ago | |
| clue/socks-react | 0.86 | Async SOCKS5/SOCKS4(a) proxy client and server for ReactPHP. Tunnel any TCP/IP protocol (HTTP, SMTP, IMAP, etc.) through a SOCKS proxy using the standard ConnectorInterface, enabling easy drop-in proxy support and parallel connections. | 118 | 119 | 26 | 9K | 0 | 23.7 | 29.6 | MIT | 3 months ago | |
| clue/stdio-react | 0.85 | ReactPHP-based STDIO stream wrapper for non-blocking access to STDIN/STDOUT/STDERR. Enables event-driven CLI apps with readable and writable streams, integrating terminal input/output into the ReactPHP loop for async command-line tools. | 200 | 201 | 21 | 288K | 4 | 25.8 | 51.2 | MIT | 1 month ago | |
| wyrihaximus/react-cache-redis | 0.83 | Redis-backed cache adapter for ReactPHP implementing the react/cache interface. Built on clue/reactphp-redis, supports key prefixing, and integrates with async React event loops for fast, non-blocking caching in your applications. | 11 | 11 | 6 | 486 | 1 | 3.9 | 22.3 | MIT | 1 year ago | |
| clue/http-proxy-react | 0.83 | Async HTTP proxy with support for forward and reverse proxying (including HTTPS via CONNECT), built on ReactPHP. Useful for tunneling, debugging and routing HTTP(S) traffic in event-driven PHP apps, with streaming I/O and low overhead. | 49 | 49 | 16 | 16K | 0 | 24.9 | 40.7 | MIT | 3 weeks ago | |
| react/react | 0.82 | ReactPHP is an event-driven, non-blocking I/O toolkit for PHP. Built around an event loop, it provides async building blocks like streams, DNS, sockets, HTTP client/server and process control—ideal for fast network services and long-running apps. | 9,091 | 9,114 | 714 | 23K | 0 | 46.9 | 7.6 | MIT | 3 years ago | |
| predis/predis | 0.82 | Predis is a flexible, feature-complete Redis/Valkey client for PHP 7.2+. Supports Redis 3.0–8.0, clustering and redis-cluster, Sentinel and replication, pipelining, transactions, Lua scripting, SCAN iterators, key prefixing, and TCP/TLS or UNIX sockets. | 7,772 | 8,055 | 997 | 6M | 15 | 73.4 | 56.9 | MIT | 1 month ago | |
| clue/ndjson-react | 0.81 | Streaming NDJSON (newline-delimited JSON) encoder/decoder for ReactPHP. Parse or emit large JSON record streams efficiently without loading everything into memory. Implements ReactPHP stream interfaces for easy integration with IPC/RPC and file pipelines. | 158 | 158 | 12 | 5M | 0 | 3.4 | 55.3 | MIT | 3 years ago | |
| clue/redis-protocol | 0.81 | 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. | 52 | 52 | 9 | 2M | 2 | 2.4 | 55.1 | MIT | 1 year ago | |
| clue/reactphp-sqlite | 0.78 | Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O. | 57 | 57 | 10 | 1K | 10 | 6.1 | 22.3 | MIT | 1 year ago | |
| allprogrammic/redis-client | 0.78 | — | 1 | 1 | 0 | 138 | 0 | 0.0 | 25.5 | MIT | — | |
| hashids/hashids | 0.57 | Generate YouTube-like short IDs from one or more numbers to avoid exposing sequential database IDs. Simple encode/decode API, customizable salt and options, install via Composer. Requires bcmath or gmp extension. Maintained; creator also offers Sqids. | 5,441 | 5,545 | 414 | 1M | 0 | 40.7 | 32.0 | MIT | 3 years ago | |
| league/config | 0.56 | Define and validate nested PHP configuration with strict schemas (via Nette Schema). Merge multiple config sources, apply defaults, enforce types/constraints, and read values using convenient dot notation. Ideal for robust, structured app and library config. | 567 | 574 | 18 | 11M | 0 | 5.3 | 56.0 | BSD-3-Clause | 3 years ago | |
| qcod/laravel-app-settings | 0.56 | Add a database-backed settings manager with an admin UI to your Laravel app. Define settings sections/inputs in config, edit them via a Bootstrap 4 page (or custom CSS), and access values via the AppSettings facade. Settings are cached for zero SQL reads. | 340 | 341 | 54 | 919 | 15 | 12.1 | 13.3 | MIT | 1 year ago | |
| hassankhan/config | 0.55 | Lightweight PHP config loader (PHP 7.4+) for files or strings. Supports PHP, INI, XML, JSON, YAML (via Symfony Yaml), Properties and serialized formats. Load single/multiple files or directories, optional files, and get/set values with simple API. | 974 | 1,024 | 137 | 84K | 16 | 17.6 | 34.2 | MIT | 1 year ago | |
| qcod/laravel-settings | 0.55 | Store application settings as key/value pairs in your Laravel database with zero-query performance via caching. Easy get/set/has/remove APIs, helper and facade access, optional migrations publishing, and support for grouping settings (default group included). | 230 | 233 | 60 | 3K | 2 | 8.7 | 18.2 | MIT | 1 year ago |
How can I help you explore Laravel packages today?