Libraries tagged by concurrent process
danog/async-construct
4 Downloads
Async class constructor and wakeup functions for AMPHP.
fereydooni/laravel-concurrency
0 Downloads
A robust concurrent processing system for Laravel inspired by Go's concurrency model
iprodev/sitemap-generator-pro
59 Downloads
A professional, production-ready PHP XML sitemap generator with advanced features: concurrency, robots.txt, caching, database storage, change detection, SEO analysis, JavaScript rendering, proxy support, webhooks, and more.
clue/buzz-react
2538607 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP
clue/reactphp-flux
126893 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
riki137/multitron
18597 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.
flytachi/winter-thread
496 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).
vectorial1024/laravel-process-async
9 Downloads
Utilize Laravel Process to run PHP code asynchronously, as if using Laravel Concurrency.
jobmetric/flyron
2 Downloads
Flyron is a PHP package for asynchronous programming using Fibers and process-based concurrency, specially designed for Laravel applications.
afaztech/neili
25 Downloads
Neili is an async-first PHP library built on Amp that streamlines creating robust Telegram bots. It provides a non-blocking HTTP client, wrappers for all Telegram Bot API methods, a long-polling Poller with concurrency control, and a flexible webhook handler. Neili is optimized for both constrained hosting environments and long-running worker processes.
wizaplace/process
682 Downloads
launch multi process concurrency
igorsgm/illuminate-concurrency
35 Downloads
Standalone extraction of Laravel's Illuminate Concurrency component. Run tasks concurrently using process, fork, or sync drivers.
rasuvaeff/bulkhead
0 Downloads
Cross-process concurrency limiter (bulkhead) for PHP-FPM, backed by Redis or APCu
venndev/vosaka-fourotines
24 Downloads
Structured async programming for PHP using Fibers, inspired by Kotlin Coroutines. Features AsyncIO (non-blocking streams), ForkProcess (low-overhead child processes), Flow/SharedFlow/StateFlow with backpressure, Channels, Mutex, and cooperative scheduling. Can integrate with VOsaka.
fast-forward/fork
284 Downloads
A process manager for PHP that allows you to run multiple processes in parallel using the fork system call.