Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Async Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
afaya/edge-tts 19 19 7 400 3 16.0 20.0 GPL-3.0 7 months ago
View on GitHub
Context7
clue/framework-x Framework X is a simple, fast micro framework for building reactive PHP web apps. Create routes, return PSR-7 responses, and run anywhere—behind a traditional web server or as a standalone server with ReactPHP under the hood. 942 942 57 4K 1 11.9 10.6 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
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. 49 49 16 16K 0 24.9 40.7 MIT 3 weeks ago
View on GitHub
Context7
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 21 7 1K 6 3.7 25.3 MIT 3 years ago
View on GitHub
Context7
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 283 49 2M 6 9.8 55.8 MIT 1 year ago
View on GitHub
Context7
clue/socks-react 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
View on GitHub
Context7
darkwood/flow Flow is a PHP 8.5+ package for building asynchronous pipelines with a functional style. Define steps with generators, pass typed data through each stage, and await execution. Includes examples and docs, with a focus on assembling code as “flows”. 18 17 1 152 0 27.3 15.4 MIT 3 weeks ago
View on GitHub
Context7
discord-php/http 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
View on GitHub
Context7
gdx/p-service-bus 0 3 538 0.0 37.5
View on GitHub
Context7
internal/dload DLoad makes it easy to download and manage binary artifacts (RoadRunner, Temporal, custom tools) for PHP projects. Automate installs, lock versions across teams, handle cross-platform binaries, and keep artifacts out of VCS. 103 102 2 19K 16 35.2 42.1 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
laracord/framework Laracord Framework is the core of Laracord, a Laravel-powered micro-framework for building Discord bots with DiscordPHP. Includes generators for commands/events, slash command sync, interaction routing, async services/tasks, optional HTTP server, and great logging. 48 48 18 180 18 15.6 17.3 MIT 1 year ago
View on GitHub
Context7
laravel/reverb Laravel Reverb adds real-time WebSocket support to Laravel applications, enabling event broadcasting and live updates via a first-party server. Designed to integrate with Laravel’s broadcasting features for fast, reliable real-time communication. 1,591 1,581 147 2M 5 38.6 50.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
react/datagram Event-driven UDP datagram client/server for ReactPHP. Create UDP sockets, send and receive messages asynchronously with an API modeled after Node.js dgram. Works across platforms with no required PHP extensions; supports PHP 5.3+ (PHP 7+ recommended). 99 99 27 47K 1 5.4 36.9 MIT 1 year ago
View on GitHub
Context7
react/dns Async DNS resolver for ReactPHP. Provides non-blocking hostname lookups with a simple ResolverInterface, optional caching, and advanced UDP/TCP transports and hosts file support. Also includes tools for working with DNS messages and building DNS servers. 538 538 63 6M 7 22.9 63.2 MIT 8 months ago
View on GitHub
Context7
react/http 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
View on GitHub
Context7
react/mysql 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
View on GitHub
Context7
react/react 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
View on GitHub
Deep Wiki
Context7
react/socket 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 6M 6 29.4 57.8 MIT 8 months ago
View on GitHub
Context7
revolt/event-loop-adapter-react Run ReactPHP libraries on the Revolt event loop. This adapter lets you pass React\EventLoop\Loop::get() where a LoopInterface is required, automatically bridging ReactPHP components to Revolt for a single, unified loop. 18 18 1 9K 0 1.0 37.1 MIT 2 years ago
View on GitHub
Context7
spatie/flare-daemon 0 0 0 60K 0 20.5 64.5 MIT 2 weeks ago
View on GitHub
Context7
team-reflex/discord-php DiscordPHP is a CLI-focused PHP wrapper for Discord’s REST, Gateway, and Voice APIs. Build bots with event-driven ReactPHP support, with community framework integrations like Laracord for Laravel. Docs and class reference available online. 1,082 1,083 250 13K 5 50.3 24.9 MIT 5 days ago
View on GitHub
Context7
wyrihaximus/async-test-utilities 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 58K 1 31.4 64.9 MIT 4 days ago
View on GitHub
Context7
wyrihaximus/react-phpunit-run-tests-in-fiber PHPUnit trait to run each test inside a PHP Fiber, making it easy to use ReactPHP async/await in tests. Includes optional per-test or per-class timeout attributes to fail slow tests (without stopping the running fiber). 0 0 0 63K 1 19.6 63.9 MIT 1 month ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi