Libraries tagged by php 8.5
tiat/libs-uuid
46 Downloads
MIT-licensed PHP 8.5+ UUID, UUIDv7, ULID and Base64URL codecs.
quioteframework/quiote
56 Downloads
Quiote is a full-featured MVC-style framework for PHP 8.5+ with a strong focus on structure, code reusability and flexibility.
pionia/pionia-app
74 Downloads
Pionia application template — Moonlight REST API on PHP 8.5+
orbiit/router
125 Downloads
A modern, lightweight PHP 8.5+ router focused on features and performance.
orbiit/logger
120 Downloads
A high-performance, PSR-3 compliant logging library natively built for PHP 8.5+.
list/list
761 Downloads
A minimal set of functions for transforming lists using the PHP 8.5 pipe operator
gilsegura/serializer
1512 Downloads
A minimal, framework-agnostic serialization contract for PHP 8.5+.
genai/boot
44 Downloads
Application kernel with Composer-based package auto-discovery (Laravel style): reads each installed component's extra.genai.processors so the app never hand-lists them, then boots the compiled app into a ready Dispatcher. Build-time uses PHP 8; the Kernel + runtime boot are PHP 5.3-safe.
genai/web
41 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.
genai/attribute
36 Downloads
Build-time attribute scanner that dispatches custom attributes to your handlers. PHP 8 only; it emits no runtime code itself — your handlers feed the PHP 5.3-safe *Register dumpers.
gtbu/typesetter-5.3-p8
3 Downloads
Typesetter CMS 5.3-p8 – flat-file CMS for PHP 8 with Bootstrap 5.3, SCSSPHP 1.13, CKEditor 4.22, Elfinder 2.1.62, and PhpMailer 6.9.1 — no external dependencies.
kaydee123/msg91-php
85 Downloads
A PHP client library for MSG91 SMS and OTP services. Compatible with PHP 8.0 through 8.5.
rootpd/openpgp-php
21899 Downloads
Pure-PHP implementation of the OpenPGP Message Format (RFC 4880). This fork exists only to have tagged v0.5 compatible with PHP 8.1.
slis/tanss-php-adapter
203 Downloads
## Documentation of the TANSS API. Version: 5.8.22.1 ### older versions Older versions of the API documentation can be found here: * [Docs for 5.8.21.6](https://api-doc.tanss.de/5.8.21.6/) * [Docs for 5.8.21.3](https://api-doc.tanss.de/5.8.21.3/) * [Docs for 5.8.21.1](https://api-doc.tanss.de/5.8.21.1/) * [Docs for 5.8.20.5](https://api-doc.tanss.de/5.8.20.5/) * [Docs for 5.8.20.4](https://api-doc.tanss.de/5.8.20.4/) * [Docs for 5.8.20.2](https://api-doc.tanss.de/5.8.20.2/) * [Docs for 5.8.19.3](https://api-doc.tanss.de/5.8.19.3/)
ctw/ctw-composer-plugin-composerlenientplugin
12 Downloads
Composer plugin that relaxes the upper bound of the PHP platform requirement for an allowlist of packages, so dependencies capped to an older PHP (e.g. ~8.4.0) install on a newer PHP (8.5, 8.6+) without --ignore-platform-req, forking, or editing vendor.