Libraries tagged by concurrency
zaber-dev/laravel-lock
414 Downloads
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
testo/fiber
13273 Downloads
Fiber/coroutine execution plugin for the Testo testing framework: run tests as cooperatively-scheduled plain fibers.
riki137/multitron
19092 Downloads
Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.
n-hor/pcntl-parallel
1446 Downloads
Execute PHP code in parallel with single or persistent task worker.
madebyclowd/laravel-auto-sequence
479 Downloads
Automatically generate sequential invoice/order numbers (like INV-2026-0001) for Laravel Eloquent models. Safe from duplicates even under heavy concurrent traffic.
modelslab/octane-coroutine
2760 Downloads
Laravel Octane with Swoole Coroutine support for massive concurrency and non-blocking I/O
leocavalcante/swoole-futures
4382 Downloads
Futures + async/await for PHP's Swoole concurrency run-time.
hatchyu/laravel-sequence
11597 Downloads
Concurrency-safe Laravel sequence numbers using database transactions, row-level locking, grouping, formatting, and model integration.
cheprasov/php-memcached-lock
252902 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.
icicleio/concurrent
36066 Downloads
Concurrency component for Icicle.
peridot-php/peridot-concurrency
37890 Downloads
Concurrent spec runner for the peridot bdd framework
n2n/n2n-concurrency
7618 Downloads
php concurrency utils by n2n
myparcelcom/concurrency-safe-migrations
54396 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
unisharp/laravel-jwt
10566 Downloads
A jwt package for reisssuing token purpose based on jwt-auth package.
phpgt/promise
4635 Downloads
Pleasantly work with asynchronous code.