Libraries tagged by concurrent
sadi01/yii2-mutex-filter
1 Downloads
MutexFilter is an action filter that apply mutex on controller's actions.
wtsergo/revolt-event-loop
8 Downloads
Rock-solid event loop for concurrent PHP applications.
white-rabbit-1-sketch/php-worker-pool
5 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
time-unit-php/time-unit-php
26 Downloads
Somewhat based on java.util.concurrent.TimeUnit
selfworks/parallelcurl
36 Downloads
A PHP class providing an easy interface for running multiple concurrent CURL requests.
rubobaquero/luminati
13 Downloads
Class for making concurrent HTTP/HTTPS requests via Luminati service
retrowaver/strawpoll-voter
3 Downloads
Simple library for PHP that adds votes in strawpoll.me polls. Pretty fast since it uses concurrent requests.
really4you/laravel-optimistic
3 Downloads
Laravel Concurrent updating for model.
quhang/redis-lock
433 Downloads
use redis to control concurrent.
pfortin/magento2-session-unblocker
450 Downloads
Module for Magento 2 that prevents session blocking between concurrent AJAX requests
mtkh/idempotency-handler
12 Downloads
Block the concurrent/duplicate requests based on specific timeout
michaelgooden/mdg-multi-user
26 Downloads
ZF2 module to allow multiple concurrent instances of ZfcUser, for independant user systems.
level51/silverstripe-multi-member-sessions
1684 Downloads
Multiple concurrent member sessions for SilverStripe
kivagant/runonce
25 Downloads
Run any shell command only once (deny concurrent execution)
jesusch/php-queue
6 Downloads
PHP Class to handle concurrent running Jobs to utilize the power of multiple cores