Libraries tagged by concurrent-requests
amphp/http-client
12946261 Downloads
An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.
fansipan/fansipan
35909 Downloads
A simple package that allows you to write your API integrations or SDKs in a elegant way.
webgriffe/payum-lock-request-extension
17869 Downloads
A Payum extension providing the ability to lock concurrent requests.
jenky/concurrency
89 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
fansipan/peak
6 Downloads
A simple and efficient solution for concurrently sending HTTP requests using PSR-18 client implementations.
oktopost/gazelle
141 Downloads
Extensible cURL-based HTTP client with synchronous and concurrent requests, retries, decorators, and proxy support
mage2kishan/module-cachemanager
43 Downloads
Smart cache invalidation on entity save and automated cache warmup with concurrent requests
kiwilan/php-http-pool
2681 Downloads
PHP package with easy-to-use GuzzleHttp pool wrapper to make concurrent requests.
jwh0968/simple-concurrent-request-client
12 Downloads
一个基于guzzlehttp实现的并发请求的客户端,通过此终端可以完成并发去请求多个接口并统一拿到返回结果
jarod2011/simple-concurrent-request-client
51 Downloads
一个基于guzzlehttp实现的并发请求的客户端,通过此终端可以完成并发去请求多个接口并统一拿到返回结果
retrowaver/strawpoll-voter
4 Downloads
Simple library for PHP that adds votes in strawpoll.me polls. Pretty fast since it uses concurrent requests.
largerio/laravel-concurrent-limiter
0 Downloads
LaravelConcurrentLimiter is a lightweight Laravel middleware that limits concurrent requests per user (or IP). It delays requests until a slot is available or returns an error after a maximum wait time, protecting your app from resource exhaustion and ensuring fair usage under high load.
fembri/lspcs
125 Downloads
Laravel Session patch to support concurrent request.
drupal-eca-recipe/eca_lib_0011
69 Downloads
Increments a site-wide counter and returns it, keeping the value between requests in ECA's own persistent store rather than in Drupal's state service. An "Acquire lock" action guards the read and the write so that two concurrent requests cannot receive the same number.
opsway/doctrine-orm-swoole
14209 Downloads
Doctrine EntityManager Decorator for Swoole & coroutine (concurrency requests) support