react/async
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| react/child-process | 0.86 | 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 | 6 months ago | |
| react/promise | 0.84 | Lightweight Promises/A implementation for PHP. Use Deferred/Promise to resolve or reject async results, chain with then/catch/finally, cancel when supported, and combine promises with helpers like resolve/reject, all, race, and any. | 2,456 | 2,475 | 149 | 9M | 0 | 27.3 | 49.8 | MIT | 11 months ago | |
| clue/block-react | 0.84 | 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 | |
| react/cache | 0.83 | ReactPHP async cache component with Promise-based CacheInterface and an in-memory ArrayCache. Inspired by PSR-16 but designed for non-blocking apps. Supports get/set/delete, bulk operations, clear, has, and common fallback patterns. | 445 | 445 | 18 | 6M | 1 | 6.5 | 55.2 | MIT | 3 years ago | |
| react/react | 0.83 | 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 | |
| react/http | 0.82 | Event-driven, streaming HTTP client and server for ReactPHP. Send many concurrent async HTTP/HTTPS requests, handle redirects/timeouts/auth, and stream request/response bodies. Build plain HTTP or secure HTTPS servers on ReactPHP Socket and EventLoop. | 780 | 790 | 165 | 445K | 15 | 23.3 | 46.4 | MIT | 1 year ago | |
| react/mysql | 0.82 | Async MySQL client for ReactPHP. Pure PHP implementation of the MySQL protocol with no extensions required. Connect via URI, run queries with promises, stream results, and manage connection lifecycle (ping/quit/close). | 339 | 341 | 70 | 10K | 15 | 14.0 | 27.6 | MIT | 2 years ago | |
| react/promise-stream | 0.81 | ReactPHP helper functions bridging promises and streams. Buffer an entire readable stream into a promise, get the first chunk, collect all chunks, or unwrap promises to readable/writable streams with proper error, cancel, and max-length handling. | 115 | 116 | 14 | 78K | 1 | 4.7 | 39.0 | MIT | 2 years ago | |
| drift/react-functions | 0.77 | — | 8 | 8 | 3 | 127 | 0 | 1.3 | 16.3 | MIT | 2 years ago | |
| wyrihaximus/phpstan-react | 0.77 | 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 | |
| spatie/html-element | 0.71 | Generate dynamic HTML in PHP with a hyperscript-style API plus Emmet-like selectors. Build elements and attributes with a simple render helper (often wrapped as el()) to produce nested markup cleanly and programmatically, ideal for small view components. | 191 | 194 | 23 | 1K | 0 | 3.4 | 12.5 | MIT | 4 years ago | |
| async-aws/cloud-front | 0.70 | AsyncAws CloudFront Client is a lightweight PHP API client for AWS CloudFront. Install via Composer and use AsyncAws to create and manage CloudFront resources with typed requests and responses. Documentation and contribution guides available at async-aws.com. | 1 | 1 | 0 | 5K | 0 | 13.5 | 51.6 | MIT | 6 months ago | |
| async-aws/lambda | 0.68 | Async AWS Lambda client for PHP with promise-based async invocations, typed request/response objects, streaming payload support, and credential/region configuration. Lightweight alternative to the AWS SDK for calling and managing Lambda functions. | 19 | 19 | 0 | 49K | 0 | 29.1 | 55.0 | MIT | 3 weeks ago | |
| async-aws/core | 0.68 | AsyncAws Core provides the shared foundation for AsyncAws AWS clients, including request signing, HTTP utilities, configuration and credential handling. Also includes an STS client for authentication. Install via composer and build AWS integrations with a lightweight SDK. | 107 | 107 | 5 | 2M | 0 | 29.2 | 64.5 | MIT | 3 weeks ago | |
| spatie/async | 0.68 | Run PHP tasks in parallel with a simple Pool API built on PCNTL. Add closures, handle results via then/catch, and wait for completion. Ideal for speeding up batch jobs, CPU-heavy work, and IO-bound processing with multiple processes. | 2,813 | 2,826 | 184 | 144K | 0 | 39.8 | 26.1 | MIT | 5 months ago | |
| async-aws/s3 | 0.68 | AsyncAws S3 is a lightweight, async-friendly PHP client for Amazon S3. Install via Composer and interact with S3 using the AsyncAws ecosystem, with CI/BC checks and full docs available at async-aws.com. | 61 | 62 | 2 | 766K | 0 | 29.2 | 64.5 | MIT | 3 weeks ago | |
| spatie/emoji | 0.67 | Work with emoji in PHP without relying on your IDE/font. Use the Spatie\Emoji\Emoji class to access emoji as constants or friendly camelCase methods like Emoji::grinningFace(), or fetch all emojis via Emoji::all(). | 469 | 475 | 51 | 51K | 0 | 28.2 | 32.5 | MIT | 1 month ago | |
| async-aws/async-aws-bundle | 0.67 | — | 26 | 25 | 6 | 96K | 0 | 28.7 | 57.3 | MIT | 3 weeks ago | |
| async-aws/simple-s3 | 0.66 | AsyncAws Simple S3 is a lightweight wrapper around the AsyncAws S3 client that simplifies common S3 tasks and integrations. Install via Composer and use a higher-level API for working with buckets and objects without the boilerplate of raw S3 calls. | 19 | 19 | 0 | 82K | 0 | 23.1 | 58.5 | MIT | 3 weeks ago |
How can I help you explore Laravel packages today?