Libraries tagged by fibery
danog/php-rtc-sctp
1710 Downloads
SCTP for PHP WebRTC data channels, ported to Amp v3 fibers and timers. MadelineProto's PHP 8.2+ fork is part of the modular danog/php-rtc stack.
danog/php-rtc-ice
2630 Downloads
WebRTC ICE connectivity in PHP, ported to Amp v3 fibers and sockets. MadelineProto's PHP 8.2+ fork integrates the modular danog/php-rtc STUN, TURN, and mDNS stack.
pagon/fiber
4824 Downloads
Dependency Injector Container of Pagon
weiboad/fierysdk
452 Downloads
fiery APM Integrated PHP Burial SDK
webpatser/resonate
473 Downloads
Fiber-based WebSocket server: a drop-in replacement for Laravel Reverb, built on fledge-fiber
webpatser/fledge-framework
603 Downloads
The Fledge Framework — PHP 8.5 optimized Laravel.
sconcur/laravel
36 Downloads
Laravel integration for SConcur: concurrent HTTP worker and coroutine-scoped application
pfinalclub/asyncio
88 Downloads
An embeddable, composable, and reasonable PHP Async Runtime
kode/session
132 Downloads
kode/session - 分布式会话管理器,支持文件、Redis、Cookie、内存等驱动
kode/runtime
156 Downloads
现代 PHP 常驻内存应用的统一运行时抽象层 | 支持 Swoole、Swow、PHP Fiber、多进程、多线程、Console 及传统 CLI 模式,基于 PHP 8.3+ 新特性构建
kode/router
126 Downloads
高性能路由组件:编译期与运行期彻底分离,路由表一次编译、多进程共享,原生适配 Fiber 协程 / 多线程 / 多进程与分布式链路透传
kode/process
193 Downloads
PHP 8.3+ 进程编排内核:默认自研 Native 运行时(零扩展、master-worker 多进程),兼容 Swoole/Workerman,内置分布式集群能力(服务发现、分布式锁、Leader 选举、负载均衡、分布式 ID、限流、集群 RPC)
kode/parallel
154 Downloads
适用于 PHP 8.3+ 的高性能多线程并行并发库:基于 ext-parallel 真线程(ZTS)的主引擎 + 同步回退引擎,可通过 EngineFactory::register() 接入 kode/process 等多进程后端;提供 Runtime、Task、Future、Concurrency 同步原语(Lock/Atomic/Semaphore/Barrier/Channel)、Fiber、WorkerPool 等完整能力
kode/middleware
129 Downloads
轻量、可重入、协程安全的 PSR-15 中间件管道,串联路由前后三段式生命周期,原生融合多进程 / 多线程 / Fiber 协程与分布式链路透传
kode/messaging
130 Downloads
统一消息层,封装 **11 种长连接 / 实时消息协议**(WebSocket、SSE、MQTT、UDP、Long-Polling、CoAP、NATS、STOMP、gRPC Streaming、WebTransport、RTMP),提供**一致的 API**、**协议无关的消息抽象**和**可插拔的扩展点**