Libraries tagged by race-condition
webimpress/safe-writer
43773713 Downloads
Tool to write files safely, to avoid race conditions
jamm/memory
27396 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
chekote/behat-retry-extension
145656 Downloads
Automatically retry "Then" steps in Behat
zaber-dev/laravel-lock
33 Downloads
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
convertiv/composer-wordpress
13135 Downloads
This library fills a gap when using wordpress with composer. Previously, packages like Drupal's preserve paths composer plugin closed this gap, but with Composer 2's parallel operations, preserve paths creates a race condition.
anourvalar/laravel-atom
12576 Downloads
ACID API
darkghosthunter/laralocker
4018 Downloads
Avoid race condition in your Queue Jobs, Listeners and Notifications
romeoz/rock-cache
3084 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
raceproof/runtime
25 Downloads
Lightweight PHP checkpoints for applications tested with RaceProof.
raceproof/laravel
26 Downloads
Controlled and reproducible concurrency testing for Laravel applications.
chani/safi-session
9 Downloads
Standalone, secure PHP session management library preventing AJAX race conditions and session hijacking.
amreljako/laravel-ledger-guard
10 Downloads
A highly secure, tamper-evident financial ledger and double-entry wallet system for Laravel with built-in anti-race condition mechanisms.
tonysm/laravel-paratest
5476 Downloads
Run your Laravel feature tests in parallel without race conditions.
sacred/prevent-race-condition
2 Downloads
This package allows you to lock some part of code to prevent race condition.
sadi01/yii2-mutex-filter
1 Downloads
MutexFilter is an action filter that apply mutex on controller's actions.