Libraries tagged by parallel php
tayguara/paratest
27 Downloads
Parallel testing for PHP
irl/paratest
1 Downloads
Parallel testing for PHP | Forked for IRL implementation
djamiyo/paratest
445 Downloads
Parallel testing for PHP
sqonk/phext-detach
89 Downloads
Detach is a library for running tasks inside of a PHP script in parallel using forked processes.
sngrl/mcurl
62 Downloads
wrap curl client (http client) for PHP 5.3+; using php multi curl, parallel request and write asynchronous code
publero/critical-section
3588 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
wykleph/curl
31 Downloads
Simple synchronous and asynchronous cURL requests in php.
johnsear/task-scheduler
7 Downloads
A lightweight PHP library designed for scheduling and executing command-line tasks with cron syntax.
j3j5/lastfm-apio
14 Downloads
A simple PHP wrapper for the Last.fm API that allows you to launch parallel requests.
ghabes/rolling-curl
15 Downloads
Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP
gekkone/rolling-curl
19 Downloads
Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP
clayliddell/rolling-curl
4 Downloads
Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP
braseidon/rolling-curl
13 Downloads
Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP
bizonix/rolling-curl
20 Downloads
Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP
andydune/task-lock
27 Downloads
Usefull for control tasks to avoid parallel job. It support MongoDB or files.