Libraries tagged by concurrent execution
zwirek/reactphp-limiter
218 Downloads
Set of classes for limiting concurrent job execution using ReactPHP
cognesy/instructor-http-pool
64 Downloads
Concurrent HTTP request execution for Instructor
utopia-php/async
56 Downloads
High-performance concurrent + parallel library with Promise and Parallel execution support for PHP.
aswin/concurrent-laravel
6 Downloads
A Laravel package for concurrent API execution
chemem/php-concurrently
224 Downloads
A PHP version of concurrently built atop ReactPHP and RxPHP.
bensedev/laravel-inflight-query-lock
3 Downloads
Deduplicate concurrent identical queries using distributed locks and async execution
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`.
mojahed/php-multiquery
0 Downloads
Parallel MySQL query execution for raw PHP projects - Run multiple MySQL queries in parallel for efficient execution.
mojahed/multiquery
8 Downloads
Parallel MySQL query execution for Laravel projects - Run multiple MySQL queries in parallel for efficient execution.
tourze/symfony-lock-command-bundle
3045 Downloads
A Symfony bundle that provides locking mechanism for console commands to prevent concurrent execution
kivagant/runonce
26 Downloads
Run any shell command only once (deny concurrent execution)
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
cheprasov/php-redis-lock
463358 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
testo/fiber
21761 Downloads
Fiber/coroutine execution plugin for the Testo testing framework: run tests as cooperatively-scheduled plain fibers.
riki137/multitron
19190 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.