Libraries tagged by parallel php
ppajer/php-request
10 Downloads
Intuitive and fluent wrappers for making cURL and multi-cURL requests.
tleckie/async
14 Downloads
Asynchronous and parallel PHP
symplely/thread_queue
49 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution
vtsmedia/paratest
2852 Downloads
Parallel testing for PHP
turboparser/paratest
843 Downloads
Parallel testing for PHP
tayguara/paratest
29 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
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
publero/critical-section
3616 Downloads
Handles critical sections while executing multiple php scripts in parallel. Useful for cron and any other recurrently run scripts.
highperapp/validator
0 Downloads
High-performance data validation with Rust FFI acceleration, AMPHP parallel processing, and pure PHP fallback
wykleph/curl
32 Downloads
Simple synchronous and asynchronous cURL requests in php.
sj-i/ffi-zts
49 Downloads
Embed a ZTS PHP interpreter inside an NTS PHP process via FFI and run ZTS-only extensions (e.g. pecl/parallel) from a plain NTS CLI.
phputility/async
0 Downloads
A lightweight PHP library for asynchronous HTTP requests using curl_multi_* functions