Libraries tagged by concurrent processes
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.
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.
liuggio/spawn
18 Downloads
Concurrent processing of closures and commands in PHP with ease.
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.
laravel-parallel/laravel-parallel
3 Downloads
Simple parallel processing for Laravel - Powered by AMPHP with automatic CPU detection.
fast-forward/fork
284 Downloads
A process manager for PHP that allows you to run multiple processes in parallel using the fork system call.
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
white-rabbit-1-sketch/php-worker-pool
6 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
mensbeam/fork
8 Downloads
Runs code concurrently by forking processes
clue/buzz-react
2537173 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP