Libraries tagged by concurrent
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
hgraca/lock
22 Downloads
A generic PHP library to control concurrent access to resources.
happyslucker/parallel
4 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
getpagespeed/magento2-session-unblocker
1319 Downloads
Module for Magento 2 that prevents session blocking between concurrent AJAX requests
fereydooni/laravel-concurrency
0 Downloads
A robust concurrent processing system for Laravel inspired by Go's concurrency model
fembri/lspcs
125 Downloads
Laravel Session patch to support concurrent request.
epiecs/mikodo
22 Downloads
Concurrent unix compatible library on top of phpmiko with inventory management
dima-bzz/fork
11 Downloads
A lightweight solution for running code concurrently in PHP
detain/sshpool
84 Downloads
SSH command queue and connection pool runs tons of commands on a ssh host concurrently with completion callback.
crazedsanity/lockfile
203 Downloads
Create a *.lock file, such as to lock down upgrades from running concurrently.
andrelec1/docgenerator
10 Downloads
latext concurrent
amarkhai/parallel-downloader-bundle
6 Downloads
The bundle for downloading files concurrently
wb-crowdfusion/crowdfusion-active-edits
777 Downloads
Provides functionality for tracking concurrent active edits to records.
carlosvini/serve2
32 Downloads
Concurrent alternative to PHP built-in web server.
amphp/amp
97973783 Downloads
A non-blocking concurrency framework for PHP applications.