Libraries tagged by paralell
benmorel/parallel
17 Downloads
Command-line script to run commands in parallel at a fixed rate
wykleph/curl
32 Downloads
Simple synchronous and asynchronous cURL requests in php.
wdforge/php-multi-curl
22 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
vtsmedia/paratest
2847 Downloads
Parallel testing for PHP
vinceferro/asynchronous-soap
17009 Downloads
Multi curl SoapClient that allow to perform multiple requests to SoapServer
turboparser/paratest
842 Downloads
Parallel testing for PHP
tleckie/async
13 Downloads
Asynchronous and parallel PHP
themismin/rolling-curl
25 Downloads
tayguara/paratest
28 Downloads
Parallel testing for PHP
symplely/thread_queue
43 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution
sqonk/phext-detach
90 Downloads
Detach is a library for running tasks inside of a PHP script in parallel using forked processes.
sngrl/mcurl
63 Downloads
wrap curl client (http client) for PHP 5.3+; using php multi curl, parallel request and write asynchronous code
sankar/prestissimotesting
5 Downloads
composer parallel install plugin
robsonalvesbh/semaphoro
6 Downloads
This library will help you to run multiple process with PHP.
rauny-henrique/php-thread-pool
36 Downloads
Implementação de uma interface para utilização de Thread Pool com PHP