Libraries tagged by parallite
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
2852 Downloads
Parallel testing for PHP
vinceferro/asynchronous-soap
17047 Downloads
Multi curl SoapClient that allow to perform multiple requests to SoapServer
turboparser/paratest
843 Downloads
Parallel testing for PHP
tleckie/async
14 Downloads
Asynchronous and parallel PHP
themismin/rolling-curl
25 Downloads
tereta/curl
2 Downloads
Tereta/Curl is a facade over cURL. For everyday tasks there is a simple facade with `get()` and `post()` methods, and for several requests at once — parallel execution powered by `curl_multi`.
tayguara/paratest
29 Downloads
Parallel testing for PHP
symplely/thread_queue
50 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution
sqonk/phext-detach
91 Downloads
Detach is a library for running tasks inside of a PHP script in parallel using forked processes.
solenoid/system
381 Downloads
System library
sobhanmohammadi/geometry
0 Downloads
An immutable, precision-safe, extensible Geometry calculation library for PHP 7.4+, built entirely on top of the Sobhanmohammadi\CAS algebra engine. Includes 10 new shape-solving factories for Triangle, Rhombus, Parallelogram, and Trapezoid with support for ambiguous cases and multiple input combinations.
sngrl/mcurl
63 Downloads
wrap curl client (http client) for PHP 5.3+; using php multi curl, parallel request and write asynchronous code