Libraries tagged by concurrent
carlosvini/serve2
32 Downloads
Concurrent alternative to PHP built-in web server.
amphp/amp
106199134 Downloads
A non-blocking concurrency framework for PHP applications.
swoole/swoole
1873 Downloads
Swoole is an event-driven, asynchronous, coroutine-based concurrency library with high performance for PHP.
cheprasov/php-redis-lock
403331 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.
amphp/http-tunnel
758934 Downloads
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
amphp/artax
849228 Downloads
Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework
rdlowrey/alert
3005 Downloads
A non-blocking concurrency framework for PHP applications.
amphp/thread
5580 Downloads
Non-blocking thread pool task dispatch
pudongping/hyperf-wise-locksmith
2492 Downloads
A mutex library provider for the Hyperf framework, designed to enable serialized execution of PHP code in high-concurrency scenarios.
pecl/parallel
14 Downloads
A succinct parallel concurrency API for PHP 8
leocavalcante/swoole-futures
1492 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
justbetter/laravel-unique-values
1637 Downloads
Package to generate unique values with support for concurrency utilizing cache locking
jerome/matrix
5866 Downloads
An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.
cheprasov/php-memcached-lock
227791 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
46756 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time