Libraries tagged by Fyber PHP
kode/parallel
87 Downloads
适用于 PHP 8.3+ 的高性能多线程并行并发库:基于 ext-parallel 真线程(ZTS)的主引擎 + 同步回退引擎,可通过 EngineFactory::register() 接入 kode/process 等多进程后端;提供 Runtime、Task、Future、Concurrency 同步原语(Lock/Atomic/Semaphore/Barrier/Channel)、Fiber、WorkerPool 等完整能力
kode/messaging
66 Downloads
统一消息层,封装 **11 种长连接 / 实时消息协议**(WebSocket、SSE、MQTT、UDP、Long-Polling、CoAP、NATS、STOMP、gRPC Streaming、WebTransport、RTMP),提供**一致的 API**、**协议无关的消息抽象**和**可插拔的扩展点**
kode/http-client
158 Downloads
现代化、高性能的 PHP HTTP 客户端,支持多运行时环境(FPM、CLI、Swoole、Swow、Fiber)
kode/http
118 Downloads
现代化、高性能的 PHP HTTP 服务端库,支持 PSR-7/PSR-15/PSR-17 标准,多运行时环境(Swoole、Workerman、FPM),深度集成 kode/process、kode/fibers、kode/parallel
kode/di
77 Downloads
高性能 PHP 8.3+ 依赖注入容器,支持属性注入、生命周期管理、协程上下文隔离,兼容 PSR-11
gplanchat/durable
131 Downloads
PHP library for durable execution: workflows, activities, event journal, and transports (HttpKernel integration lives in the bundle).
kode/database
107 Downloads
轻量级数据库适配器,ORM 无关设计:可自由选用 Laravel / ThinkPHP / Symfony(Doctrine) / Hyperf ORM,支持多数据库连接、读写分离、分库分表、连接池、协程、事件监听、Schema 与迁移
kode/framework
51 Downloads
Kode Framework —— 以 kode/core 为启动器、kode/runtime 为统一运行时(Swoole/Swow/Fiber/多进程/多线程)的现代 PHP 全栈框架,组合 kode 生态与 Monolog、Symfony Validator 等成熟包。
initphp/fiber-loops
11 Downloads
A minimal cooperative task scheduler (event loop) for PHP, built on native fibers.
taknone/asyncio
102 Downloads
A high-performance async framework for PHP supporting Swoole and Revolt loops
fiberflow/fiberflow
2 Downloads
Revolutionary Laravel queue worker using PHP Fibers for cooperative multitasking and 10x throughput
redrodrigo/router-os-sdk
36 Downloads
Async-capable Mikrotik RouterOS API client for PHP (Fiber-based, optional Swoole transport, Laravel/Hyperf integrations)
trgino/react-fiber
13 Downloads
ReactPHP Fiber PHP 8.1 +
nexus-actors/runtime-fiber
2 Downloads
Nexus Fiber runtime — actors as PHP fibers with cooperative scheduling.
rcalicdan/fiber-async
58 Downloads
fiber-async is a modern PHP library that simplifies asynchronous programming using PHP Fibers. It offers a clean, expressive syntax for running non-blocking code, handling concurrency, and managing asynchronous flows with structured error handling.