Libraries tagged by concurrent execution
chemem/php-concurrently
214 Downloads
A PHP version of concurrently built atop ReactPHP and RxPHP.
zwirek/reactphp-limiter
23 Downloads
Set of classes for limiting concurrent job execution using ReactPHP
invincible-tech-systems/easeampmysql
46 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.
kivagant/runonce
25 Downloads
Run any shell command only once (deny concurrent execution)
cheprasov/php-redis-lock
347573 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.
cheprasov/php-memcached-lock
210645 Downloads
MemcachedLock 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.
myparcelcom/concurrency-safe-migrations
38707 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
pudongping/hyperf-wise-locksmith
726 Downloads
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
vektah/phpunit-parallel
25597 Downloads
Concurrent Test Executor for PHPUnit
exs/terminal-bundle
3573 Downloads
Terminal command logging bundle for Symfony2
tsiura/promise-queue
4 Downloads
A PHP library for asynchronous, promise-based queues with execution concurrency limit
kl/php-redis-lock
934 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.