Libraries tagged by php81
symfony/polyfill-php81
474452925 Downloads
Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions
marcin-orlowski/laravel-api-response-builder
521986 Downloads
Helps building nice, normalized and easy to consume Laravel REST API.
php81_bc/strftime
2530369 Downloads
Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)
alexwestergaard/php-ga4
170174 Downloads
PHP Library for Google Analytics 4 with Server Side Tagging
symfony/polyfill-php81
Downloads
marcin-orlowski/text-table
16472 Downloads
Fast and flexible PHP library for text tables.
kode/jwt
117 Downloads
为现代 PHP 应用提供安全、灵活、高性能的 JWT 身份验证解决方案,支持单点登录(SSO)、多点登录、黑名单管理、自动续期、多平台适配,兼容 FPM、Swoole、RoadRunner 等运行环境。
arokettu/is-resource
23017 Downloads
Future compatible is_resource() and get_resource_type() that can understand objects that replaced earlier resources
fatbit/enums
4115 Downloads
powerful php enums for php8.1
open-southeners/byte-unit-converter
2785 Downloads
A utility written in PHP8.1+ to convert multiple-byte units with no dependencies
lunar-build/sage-lib
24965 Downloads
Library files for Sage Starter Theme, forked by Lunar Build to support PHP8.1
packaged/polyfill-php81
3417 Downloads
vitexsoftware/fluentpdo
330 Downloads
FluentPDO - PHP 8.1+ Edition. A modernized fork with strict typing, union types, and enhanced features. Quick and light PHP library for rapid query building with smart join builder.
kode/queue
124 Downloads
现代化 PHP 8.3+ 队列组件:不可变消息对象、可见性超时与至少一次投递、内建 Worker 与死信存储,支持 Redis / 数据库 / Beanstalkd / AMQP / Kafka 等多种后端
kode/http
118 Downloads
现代化、高性能的 PHP HTTP 服务端库,支持 PSR-7/PSR-15/PSR-17 标准,多运行时环境(Swoole、Workerman、FPM),深度集成 kode/process、kode/fibers、kode/parallel