|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| react/http | 0.85 | 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 | |
| clue/socks-react | 0.83 | 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 | |
| react/socket | 0.83 | Async TCP/IP and TLS socket servers and clients for ReactPHP. Provides streaming, non-blocking connections built on EventLoop and Stream, with reusable interfaces and helpers for TCP, Unix sockets, secure servers, and connectors. | 1,285 | 1,307 | 158 | 7M | 6 | 28.3 | 58.1 | MIT | 8 months ago | |
| amphp/sql | 0.81 | Async SQL library for PHP built on Amp. Provides non-blocking database connections, query execution, and result handling with a consistent API, enabling high-concurrency apps without blocking I/O. Supports common drivers and integrates cleanly with event-loop workflows. | 20 | 20 | 5 | 36K | 1 | 16.9 | 49.6 | MIT | 5 months ago | |
| amphp/http | 0.81 | Event-driven HTTP primitives for PHP 8.1+ in the AMPHP ecosystem. Provides shared building blocks for HTTP clients and servers, including IANA status codes with default reasons, RFC 6265 cookie parsing/creation (Set-Cookie/Cookie), and header utilities. | 103 | 103 | 10 | 973K | 1 | 8.0 | 55.2 | MIT | 1 year ago | |
| wyrihaximus/async-test-utilities | 0.78 | Async testing utilities for PHP/React: extend AsyncTestCase to run each PHPUnit test inside a Fiber with a default 30s timeout. Includes TimeOut attribute (class/method), plus helpers like random namespaces/directories and callable expectation utilities. | 4 | 4 | 0 | 73K | 1 | 31.8 | 64.8 | MIT | 6 days ago | |
| react/react | 0.78 | 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,093 | 9,114 | 714 | 23K | 0 | 46.9 | 7.6 | MIT | 3 years ago | |
| php-standard-library/async | 0.78 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 2 | 2 | 0 | 37K | 0 | 18.0 | 63.3 | MIT | 2 months ago | |
| hyperf/engine | 0.77 | — | 6 | 6 | 7 | 98K | 0 | 15.6 | 58.3 | — | 8 months ago | |
| baks-dev/drom | 0.77 | — | 0 | 0 | 1 | 2 | 0 | 19.8 | 7.7 | MIT | 2 months ago | |
| drift/react-functions | 0.77 | — | 8 | 8 | 3 | 127 | 0 | 1.3 | 16.3 | MIT | 2 years ago | |
| react/async | 0.76 | 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 | |
| apextoolbox/symfony-logger | 0.75 | — | 3 | 4 | 0 | 0 | 0 | 13.0 | — | MIT | 4 months ago | |
| discord-php/http | 0.75 | Async PHP HTTP client for the Discord REST API (PHP 7.4+). Works with an event loop (e.g., React) and PSR-3 logging. Provides get/post/put/patch/delete plus queueRequest, returns decoded JSON promises, and includes Endpoint constants with bind() for rate-limit buckets. | 24 | 24 | 8 | 13K | 0 | 26.1 | 42.5 | MIT | 3 months ago | |
| cboden/ratchet | 0.74 | Ratchet is a PHP library for building asynchronous WebSocket servers. Compose apps from simple interfaces, reuse components, and deploy behind proxies or on ports 80/443. Includes docs and examples for chat-style real-time messaging. | 6,437 | 6,504 | 790 | 307K | 8 | 45.9 | 25.7 | MIT | 4 years ago | |
| symfony/http-kernel | 0.73 | Symfony HttpKernel provides a structured request-to-response workflow built on EventDispatcher. It powers full-stack frameworks, micro-frameworks, and advanced CMSs by handling kernel events, controller resolution, and response generation in a flexible pipeline. | 8,109 | 8,132 | 98 | 16M | 0 | 62.7 | 53.5 | MIT | 1 week ago | |
| drjele/symfony-phpunit | 0.68 | Symfony bridge for running PHPUnit tests with a simple, consistent setup. Provides helpers and configuration to integrate PHPUnit into Symfony projects, smoothing bootstrapping and test execution across environments. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| php-http/httplug | 0.66 | HTTPlug provides HTTP client abstraction interfaces for PHP, built on PSR-7 messages. Defines async HttpAsyncClient plus a sync HttpClient similar to PSR-18, enabling libraries to stay client-agnostic while supporting multiple HTTP implementations. | 2,589 | 2,604 | 40 | 6M | 1 | 18.2 | 46.7 | MIT | 1 year ago | |
| react/http-client | 0.66 | Deprecated ReactPHP streaming, event-driven HTTP client kept for BC. Development moved to react/http with a new Promise-based, PSR-7 Browser API. Upgrade recommended; see react/http for current client usage and features. | 227 | 234 | 61 | 18K | 1 | 12.1 | 26.2 | MIT | 5 years ago | |
| zendframework/zend-http | 0.64 | Zend\Http is a PHP HTTP component for building and processing HTTP messages. It provides clients and adapters for making requests, plus request/response objects, headers, cookies, and utilities to work with URIs and HTTP-level features in your apps. | 132 | 134 | 82 | 68K | 27 | 8.2 | 31.8 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?