Libraries tagged by asyncio
phasync/phasync
3086 Downloads
phasync asyncio library for PHP, providing seamless and efficient coroutines via PHP fibers
openswoole/ext-openswoole
27 Downloads
High Performance Programmatic Server for PHP with Async IO, Coroutines and Fibers
taknone/asyncio
34 Downloads
A high-performance async framework for PHP supporting Swoole and Revolt loops
pfinalclub/asyncio-gamekit
35 Downloads
基于 pfinal-asyncio 的轻量级异步游戏逻辑框架
pfinalclub/asyncio
78 Downloads
An embeddable, composable, and reasonable PHP Async Runtime
yangweijie/asyncio
0 Downloads
基于 PHP Fiber 和 Workerman 的异步 IO 扩展包,提供类似 Python asyncio 的功能
pfinalclub/pfinal-asyncio-heartbeat
0 Downloads
百万节点心跳总线 - 基于 pfinal-asyncio 的 TCP multiplex + channel 调度系统
pfinalclub/asyncio-http
2 Downloads
PHP 异步系统里,一个不抢戏、却不可替代的基础件
fhylabs/asyncio
9 Downloads
PHP Asynchronous I/O Library
eor_bah545/asyncio
0 Downloads
Async/await for PHP 8.1+ using Fibers. Event loop, promises, timers, HTTP server — all in one file, no dependencies.
squiz/async-io
38 Downloads
A package for doing monadic asynchronous IO in PHP, supporting all the way back to PHP5.4
pfinalclub/asyncio-debug
8 Downloads
Debug tools for pfinal/asyncio
moebius/loop
854 Downloads
A solid event-loop API for writing applications that work across frameworks such as Amp or React, Slim, CodeIgniter, Laravel and Symfony.
co/loop
7 Downloads
A solid event-loop API for writing applications that work across frameworks such as Amp or React, Slim, CodeIgniter, Laravel and Symfony.
venndev/vosaka-fourotines
24 Downloads
Structured async programming for PHP using Fibers, inspired by Kotlin Coroutines. Features AsyncIO (non-blocking streams), ForkProcess (low-overhead child processes), Flow/SharedFlow/StateFlow with backpressure, Channels, Mutex, and cooperative scheduling. Can integrate with VOsaka.