Libraries tagged by concorrency
pudongping/hyperf-wise-locksmith
7611 Downloads
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
leocavalcante/swoole-futures
4063 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
justbetter/laravel-unique-values
6124 Downloads
Package to generate unique values with support for concurrency utilizing cache locking
jerome/matrix
11331 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
hatchyu/laravel-sequence
5623 Downloads
Concurrency-safe Laravel sequence numbers using database transactions, row-level locking, grouping, formatting, and model integration.
cheprasov/php-memcached-lock
250178 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.
peridot-php/peridot-concurrency
37782 Downloads
Concurrent spec runner for the peridot bdd framework
myparcelcom/concurrency-safe-migrations
53392 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
phpgt/promise
3963 Downloads
Pleasantly work with asynchronous code.
phpgt/async
3594 Downloads
Promise-based non-blocking operations.
parallite/parallite-php
222 Downloads
Execute PHP closures in true parallel using pcntl_fork — zero dependencies
joshdifabio/resource-pool
21153 Downloads
Regulate the concurrency level of your async components
globus-studio/async
81 Downloads
Promise-style asynchronous programming for PHP, built on Revolt fibers and the event loop.
freerkminnema/synchronized
4327 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
detain/sshpool
1959 Downloads
SSH command queue and connection pool runs tons of commands on a ssh host concurrently with completion callback.