Libraries tagged by parallel php
yuyat/parallel_http
28 Downloads
Node.js like parallel HTTP client for PHP < 5.3
ericdraken/chrome-php
22 Downloads
Parallel headless Chrome interaction via PHP
white-rabbit-1-sketch/php-worker-pool
5 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.
wdforge/php-multi-curl
21 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
terremoth/php-async
12 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
spencer-mortensen/parallel-processor
106 Downloads
Run many pieces of code at once, and act on the results as they arrive
rauny-henrique/php-thread-pool
36 Downloads
Implementação de uma interface para utilização de Thread Pool com PHP
pedrogaldino/php-thread-pool
73 Downloads
Implementação de uma interface para utilização de Thread Pool com PHP
kolmeya/parallel
2 Downloads
Sub process manager for PHP
idimsh/parallel-processes
13 Downloads
Run multiple Symfony CLI processes in parallel.
happyslucker/parallel
4 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
ppajer/php-request
10 Downloads
Intuitive and fluent wrappers for making cURL and multi-cURL requests.
solano/solano-phpunit
57228 Downloads
Parallel testing for Solano CI
tleckie/async
12 Downloads
Asynchronous and parallel PHP
symplely/thread_queue
43 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution