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

Event Loop Laravel Package

react/event-loop

ReactPHP’s core event loop for evented I/O. Provides a shared LoopInterface so async libraries interoperate on a single loop with one run() call. Includes timers, future ticks, stream and signal watchers, plus multiple backend implementations.

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
arxy/dataloader-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
babdev/websocket-bundle 6 6 2 3K 0 0.2 36.9 NOASSERTION
View on GitHub
Context7
babdev/websocket-server 4 4 2 3K 0 0.1 39.0 NOASSERTION
View on GitHub
Context7
bunny/bunny High-performance pure-PHP AMQP (RabbitMQ) client for PHP 8.1+. Provides an idiomatic API plus async ReactPHP support with a synchronous Fiber-based interface. Designed for production use and benchmarks faster than php-amqplib in many cases. 746 752 107 85K 32 40.4 50.1 MIT 1 week ago
View on GitHub
Context7
cboden/ratchet 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,435 6,505 791 305K 8 45.9 25.7 MIT 4 years ago
View on GitHub
Context7
centric/centric-livestreaming 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
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 154 16 13K 1 4.7 26.4 MIT 4 years ago
View on GitHub
Context7
clue/buzz-react Deprecated: migrated to react/http and kept for BC. Legacy async PSR-7 HTTP client for ReactPHP, promise-based, supports concurrent requests and streaming responses. Upgrade by switching namespaces to React\Http\Browser. 350 353 38 8K 1 11.7 19.2 MIT 6 years ago
View on GitHub
Context7
clue/connection-manager-extra Extra connector decorators for ReactPHP Socket. Wrap ConnectorInterface to add retries, timeouts, delays, rejection rules, swapping, consecutive/random selection, concurrency limits and selective routing—without changing your async connect() code. 22 22 4 734 0 21.3 23.9 MIT 3 months ago
View on GitHub
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/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. 158 158 12 5M 0 3.4 55.3 MIT 3 years ago
View on GitHub
Context7
clue/reactphp-sqlite Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O. 57 57 10 1K 10 6.1 22.3 MIT 1 year 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
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. 200 201 21 288K 4 25.8 51.2 MIT 1 month ago
View on GitHub
Context7
clue/term-react 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 318K 0 3.5 48.1 MIT 2 years ago
View on GitHub
Context7
drift/react-functions 8 8 3 127 0 1.3 16.3 MIT 2 years ago
View on GitHub
Context7
fabpot/php-cs-fixer Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. 13,542 13,555 1,635 13K 42 88.8 37.5 MIT 1 week ago
View on GitHub
Context7
friendsofphp/php-cs-fixer PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. 13,541 13,631 1,635 5M 42 90.3 73.4 MIT 1 week ago
View on GitHub
Context7
league/geotools Geotools is a PHP geo library built on Geocoder and React. It supports batch geocoding/reverse geocoding with multiple providers, PSR-6 caching, CLI tools, coordinate conversion (DMS/UTM), and distance/bearing/point calculations. 1,406 1,447 128 76K 22 36.1 35.9 MIT 4 months ago
View on GitHub
Context7
leventcz/laravel-top Real-time CLI monitoring for Laravel. Runs php artisan top to track key request metrics, busiest routes, and performance across all servers. Aggregates recent Laravel event data in Redis with short TTL, designed for production and Octane. 583 582 22 3K 0 20.9 12.6 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
mwguerra/web-terminal 29 29 11 2K 1 0.6 25.5 MIT
View on GitHub
Context7
oroinc/web-socket-bundle 0 0 0 561 0 0.1 38.0 MIT
View on GitHub
Context7
pestphp/pest-plugin-watch 22 21 10 14K 0 0.3 27.3 MIT
View on GitHub
Context7
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. 222 223 18 242K 2 5.9 43.7 MIT 2 years ago
View on GitHub
Context7
react/child-process 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
View on GitHub
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/http-client 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
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/promise-timer 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 2M 1 6.8 53.2 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
react/stream Event-driven readable and writable streams for non-blocking I/O in ReactPHP. Process large data in small chunks with async-friendly stream interfaces and resource-based streams, with support for piping, backpressure, errors, and duplex streams. 689 694 63 6M 2 15.1 56.2 MIT 2 years 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
spatie/laravel-cronless-schedule Run Laravel’s scheduler without cron. This dev/test-friendly package adds php artisan schedule:run-cronless, which uses a ReactPHP loop to execute the scheduler on a timer (default every minute), with optional custom frequency and manual runs. 387 391 14 7K 0 5.1 17.7 MIT 1 year ago
View on GitHub
Context7
spatie/laravel-short-schedule Run Laravel Artisan commands at sub-minute intervals (every second or even 0.5s). Adds a short-scheduler powered by a ReactPHP event loop, running separately from schedule:run so high-frequency tasks don’t block or get delayed. 656 659 53 20K 0 25.8 23.1 MIT 3 months ago
View on GitHub
Context7
symplify/easy-parallel Run PHP tasks in parallel with a simple API. Easy Parallel helps speed up builds and code analysis by distributing work across multiple processes, while keeping output manageable and integration straightforward in existing Symplify and custom tooling. 13 12 5 27K 1 0.3 45.2 MIT
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,081 1,083 250 13K 5 50.3 24.9 MIT 1 day 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