Libraries tagged by concurrent write
webimpress/safe-writer
32929832 Downloads
Tool to write files safely, to avoid race conditions
fansipan/fansipan
7728 Downloads
A simple package that allows you to write your API integrations or SDKs in a elegant way.
crodas/concurrent-file-writer
83 Downloads
Tiny library to write files concurrently with PHP
swordev/mutex
2 Downloads
Read-write concurrency control
sinacms/multihttp
397 Downloads
a tool for multi-curl written in php
moebius/loop
800 Downloads
A solid event-loop API for writing applications that work across frameworks such as Amp or React, Slim, CodeIgniter, Laravel and Symfony.
appserver-io-psr/concurrency
25 Downloads
Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.
co/loop
6 Downloads
A solid event-loop API for writing applications that work across frameworks such as Amp or React, Slim, CodeIgniter, Laravel and Symfony.
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.