Libraries tagged by php8.3
krubio/perfect-web-kit
2706 Downloads
Shared PHP 8.5 web-UI toolkit: typed HTTP API client, request/session helpers, fail-closed auth guard, PSR-3 error handling, env loader, and asset utilities.
bonemeijer/smartdump
18785 Downloads
A smarter alternative to var_dump for PHP8.3+
sinemacula/http-primitives-php
659 Downloads
Standalone, framework-agnostic PHP 8.3+ package providing typed backed enums for HTTP protocol primitives with zero runtime dependencies.
paragonie/typed-arrays
10 Downloads
Strictly typed scalar arrays for PHP 8.3 and newer
nova-carnivore/bolt11-php
1572 Downloads
Modern PHP 8.3+ BOLT 11 Lightning Network invoice encoder/decoder
matraux/php-cs-fixer-config
1343 Downloads
Shared PHP-CS-Fixer configuration with reusable rule sets for PHP 8.3+.
kode/runtime
105 Downloads
现代 PHP 常驻内存应用的统一运行时抽象层 | 支持 Swoole、Swow、PHP Fiber、多进程、多线程、Console 及传统 CLI 模式,基于 PHP 8.3+ 新特性构建
kode/queue
150 Downloads
现代化 PHP 8.3+ 队列组件:不可变消息对象、可见性超时与至少一次投递、内建 Worker 与死信存储,支持 Redis / 数据库 / Beanstalkd / AMQP / Kafka 等多种后端
kode/process
147 Downloads
PHP 8.3+ 进程编排内核:默认自研 Native 运行时(零扩展、master-worker 多进程),兼容 Swoole/Workerman,内置分布式集群能力(服务发现、分布式锁、Leader 选举、负载均衡、分布式 ID、限流、集群 RPC)
kode/parallel
108 Downloads
适用于 PHP 8.3+ 的高性能多线程并行并发库:基于 ext-parallel 真线程(ZTS)的主引擎 + 同步回退引擎,可通过 EngineFactory::register() 接入 kode/process 等多进程后端;提供 Runtime、Task、Future、Concurrency 同步原语(Lock/Atomic/Semaphore/Barrier/Channel)、Fiber、WorkerPool 等完整能力
kode/limiting
131 Downloads
PHP 8.3+ 限流器,支持令牌桶、漏桶、滑动窗口、滑动窗口计数器、固定窗口计数器与多规则组合限流,内置内存/APCu/Redis/Memcached/PDO 存储与分布式并发控制
kode/facade
240 Downloads
适用于 PHP 8.3+ 的健壮、通用门面组件,兼容 Laravel、Symfony、ThinkPHP、Webman 和 KodePHP。
kode/console
271 Downloads
健壮、通用的 PHP 控制台组件,要求 PHP 8.3+,内置签名 DSL、注解式命令、中间件与事件系统
kode/attributes
206 Downloads
轻量级、健壮的 PHP 8.3+ 属性读取器,为 kodephp 框架和主流 PHP 框架提供基础组件支持
kode/aop
159 Downloads
基于 PHP 8.3+ 原生属性(Attribute)实现的轻量级、高性能、高扩展性 AOP(面向切面编程)组件