Libraries tagged by parallel php
aalfiann/event-locker-php
36 Downloads
Event Locker class to stop multiple or parallel execution in PHP.
sharkydog/async-parallel
2 Downloads
Asynchronous PHP execution with parallel extension
yuyat/parallel_http
29 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
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.
wdforge/php-multi-curl
22 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
spencer-mortensen/parallel-processor
107 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
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.
tleckie/async
13 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
vtsmedia/paratest
2847 Downloads
Parallel testing for PHP