Libraries tagged by parable
kmuenkel/parallel-collection
3487 Downloads
A Laravel wrapper for amphp/amp offering a Collection Macro that performs parallel processing
kelemen/parallel-nette-db-task-logger
9884 Downloads
Parallel task logger DB implementation
hds-solutions/parallel-sdk
2104 Downloads
SDK to implement parallel php extension
cheprasov/php-parallel
12426 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
wapmorgan/threadable
288 Downloads
Easy-to-use threading library providing all basic features to run your code in parallel mode
terremoth/php-async
17 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
symplely/uv-ffi
34 Downloads
Foreign Function Interface (FFI) of `libuv` cross-platform event-driven asynchronous I/O library.
symplely/coroutine
1578 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
stekycz/critical-section
36474 Downloads
Lightweight class supporting critical section locking
solano/solano-phpunit
57296 Downloads
Parallel testing for Solano CI
smoren/multicurl
58 Downloads
Multi curl wrapper for making parallel HTTP requests
sinacms/multihttp
398 Downloads
a tool for multi-curl written in php
rikanishu/php-multi-process
7221 Downloads
PHP library for parallel shell commands execution
meabed/asynchronous-soap
10973 Downloads
Multi curl SoapClient that allow to perform multiple requests to SoapServer
keggermont/laravel-amphp
352 Downloads
Boost Laravel performance with AmPHP's asynchronous capabilities. Run parallel tasks, HTTP requests, and database operations with automatic chunking while retaining a simple, expressive API. Perfect for improving API response times and resource utilization.