|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clue/term-react | 0.87 | 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 | 264K | 0 | 3.5 | 47.0 | MIT | 2 years ago | |
| clue/socks-react | 0.84 | 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 | 8K | 0 | 22.5 | 28.8 | MIT | 3 months ago | |
| drift/react-functions | 0.83 | — | 8 | 8 | 3 | 127 | 0 | 1.3 | 16.3 | MIT | 2 years ago | |
| react/child-process | 0.82 | Event-driven child process execution for ReactPHP. Start and manage processes from the event loop, stream STDIN/STDOUT/STDERR via React streams, send signals, and receive exit events. Supports custom pipes and Windows considerations. | 341 | 346 | 48 | 5M | 6 | 18.7 | 61.3 | MIT | 7 months ago | |
| react/promise-timer | 0.82 | Add timeouts and sleep delays to ReactPHP promises. Wrap any pending operation to auto-cancel and reject with a TimeoutException if it doesn’t settle in time, or pass through resolve/reject when it does. Lightweight, function-based API. | 341 | 344 | 17 | 3M | 1 | 6.8 | 53.6 | MIT | 2 years ago | |
| clue/utf8-react | 0.82 | 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 | 270K | 9 | 5.1 | 51.9 | MIT | 2 years ago | |
| react/partial | 0.77 | Lightweight partial function application for PHP. Pre-fill (bind) some arguments of any callable and get back a new callable with fewer required params—handy for async callbacks and event handlers where you need to pass extra context without verbose closures. | 114 | 115 | 6 | 3K | 0 | 0.8 | 19.2 | MIT | — | |
| react/async | 0.72 | Async utilities and fibers for ReactPHP. Provides async/await-style control flow plus Promise combinators (delay, parallel, series, waterfall, coroutine) to simplify sequencing and coordination of non-blocking, event-loop driven operations. | 222 | 223 | 18 | 278K | 2 | 5.9 | 44.1 | MIT | 2 years ago | |
| dragon-code/pretty-array | 0.72 | Framework-agnostic PHP utility to export arrays into a readable, pretty PHP representation. Preserves numeric keys correctly (unlike symfony/var-exporter), making it ideal for generated config/translation files and other array dumps you want to commit or inspect. | 17 | 17 | 1 | 427K | 0 | 8.5 | 55.3 | MIT | 1 year ago | |
| wyrihaximus/phpstan-react | 0.71 | PHPStan extension for ReactPHP projects that flags blocking PHP functions (e.g., file_get_contents, fopen, fread) and suggests async React alternatives from react/filesystem, react/socket, and react/stream. Include the provided ruleset to enforce non-blocking code. | 2 | 2 | 0 | 52K | 2 | 1.1 | 55.5 | MIT | 1 year ago | |
| devdojo/laravel-reactions | 0.71 | — | 35 | 36 | 7 | 637 | 0 | 1.6 | 17.6 | MIT | 1 year ago | |
| webotvorba/laravel-reactions | 0.70 | — | 0 | 0 | 0 | 144 | 0 | 14.8 | 33.7 | MIT | 3 months ago | |
| ajaykumaraipl/package | 0.70 | Laravel/PHP package by ajaykumaraipl. Provides reusable components/helpers intended to simplify common application tasks and speed up development. Install via Composer and integrate into your Laravel project as needed. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| binafy/laravel-reactions | 0.70 | — | 88 | 88 | 3 | 288 | 0 | 17.5 | 9.8 | MIT | 3 months ago | |
| bungle/framework | 0.70 | Laravel framework components and utilities for building PHP web applications, providing common helpers and structure for routing, configuration, events, and more as part of the bungle ecosystem. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cyberpunkcodes/laravel-menu-helper | 0.69 | Build dynamic menus in Laravel from config arrays or runtime data. Supports basic and multi-level navs with view components, helpers for active route detection, dropdown/children handling, and easy customization (RBAC, DB-backed items, caching). | 2 | 2 | 0 | 0 | 0 | 0.3 | — | — | 2 years ago | |
| bungle/framework-bundle | 0.69 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| qirolab/laravel-reactions | 0.69 | — | 196 | 197 | 26 | 4K | 0 | 21.1 | 21.3 | MIT | 3 months ago | |
| anahkiasen/underscore-php | 0.69 | Underscore.php brings functional helpers to PHP inspired by Underscore.js. Chainable, collection and array utilities like map, filter, reduce, groupBy, sortBy, pluck, and more. Handy for concise data manipulation in any PHP project, including Laravel. | 1,107 | 1,108 | 87 | 25K | 29 | 8.7 | 21.5 | — | — | |
| clue/block-react | 0.69 | 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 | 154 | 16 | 13K | 1 | 4.7 | 26.4 | MIT | 4 years ago |
How can I help you explore Laravel packages today?