CTO @MakersHub-Inc. Maintainer of @reactphp. Creator of Framework X. Head of @clue-engineering. Building better, async PHP.
Followers
1,242
Public Repos
102
Packages
12
Starred
100
|
|
Description
|
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|
| clue/stream-filter | Lightweight PHP library that simplifies stream filtering with a few helper functions (append, prepend, fun, remove). Easily apply built-in or custom stream filters for on-the-fly transformations like gzip, encoding conversion, and compression, with solid tests and SOLID design. | 1,710 | 31.9 | 55.8 | MIT | 2 years ago | |
| 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+. | 282 | 29.8 | 62.1 | MIT | 1 year ago | |
| clue/stdio-react | 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. | 198 | 27.5 | 50.0 | MIT | 4 years ago | |
| clue/commander | Minimal, pragmatic console framework for PHP. Define commands with arguments/options, get automatic help/usage output, and run apps via a simple dispatcher. Lightweight alternative to Symfony Console for building small CLI tools quickly. | 167 | 25.2 | 9.0 | MIT | 5 years ago | |
| clue/block-react | Lightweight bridge to run ReactPHP’s event loop in a blocking way. Lets you wait for promises and async operations from synchronous PHP code, ideal for CLI tools and scripts that need occasional async I/O without restructuring your whole app. | 156 | 24.7 | 30.3 | MIT | 4 years ago | |
| clue/ndjson-react | 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. | 152 | 23.4 | 65.0 | MIT | 3 years ago | |
| clue/socks-react | Async SOCKS4/4a/5 proxy connector for ReactPHP. Route TCP connections through a SOCKS server with non-blocking I/O, supporting authentication and DNS resolving via the proxy. Integrates with React\Socket to proxy outgoing connections. | 117 | 28.3 | 31.0 | MIT | 3 years ago | |
| 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. | 52 | 22.4 | 65.0 | MIT | 1 year ago | |
| clue/http-proxy-react | 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. | 47 | 25.4 | 46.7 | MIT | 1 year ago | |
| clue/arguments | clue/arguments is a small PHP utility to parse and handle command-line arguments. It helps normalize argv, split options and values, and access flags and parameters easily—useful for building simple CLI tools without pulling in a full console framework. | 31 | 21.4 | 25.8 | MIT | 5 years ago | |
| clue/connection-manager-extra | Extra ReactPHP socket connector decorators that implement ConnectorInterface: retry/repeat, timeouts, delays, reject rules, swappable connectors, consecutive/random selection, concurrency limits, and selective routing for async connection management. | 22 | 25.0 | 15.0 | MIT | 3 years ago | |
| clue/reactphp-ssh-proxy | Async SSH proxy connector/forwarder for ReactPHP. Tunnel any TCP/IP protocol (HTTP, SMTP, IMAP, databases) through an SSH server using the system ssh binary. Implements ReactPHP ConnectorInterface for drop-in use with existing clients. | 21 | 23.7 | 22.1 | MIT | 3 years ago |
How can I help you explore Laravel packages today?