Libraries tagged by php 8.4
zephyrus-framework/core
155 Downloads
Cohesive PHP 8.4+ framework — attribute routing, immutable HTTP, typed config, and security middleware out of the box.
zendevio/bmpm
76 Downloads
Modern PHP 8.4+ implementation of the Beider-Morse Phonetic Matching (BMPM) algorithm for multilingual name matching
webfactory/html5-tagrewriter
383 Downloads
A small library that uses a handler pattern to transform HTML documents, based on the PHP 8.4+ HTML5 parser and DOM extension
survos/translator-bundle
715 Downloads
Engine-agnostic translation client bundle (Symfony 7.3 / PHP 8.4) with LibreTranslate adapter and optional caching.
survos/jsonl-bundle
1590 Downloads
Fast, concurrent, resumable, strictly-ordered JSONL ingestion utilities for Symfony 7.3 / PHP 8.4
survos/iiif-bundle
599 Downloads
PHP 8.4+ Symfony bundle for generating IIIF Presentation API 3.0 manifests
std-out/simple-data-objects
17 Downloads
Lightweight typed Data Transfer Object library for PHP 8.4+ with attribute-driven hydration
snipershady/recaptcha
718 Downloads
Client library for reCAPTCHA, a free service that protects websites from spam and abuse. Now compliant with php 8.4
opsfour/s3-server
4 Downloads
Production-grade S3-compatible server as a PHP 8.4+ Composer package
monkeyscloud/monkeyslegion-logger
2061 Downloads
High-performance, zero-dependency PSR-3 logger for MonkeysLegion with structured logging, handlers, processors, and PHP 8.4 features.
monkeyscloud/monkeyslegion-encryption
334 Downloads
Standalone encryption for MonkeysLegion v2 — AES-GCM, XChaCha20, HMAC, key rotation, envelope encryption, PHP 8.4 hooks
monkeyscloud/monkeyslegion-core
2705 Downloads
High-performance framework kernel with typed config, service providers, pipeline, and PHP 8.4 primitives for the MonkeysLegion framework.
kntnt/html-to-markdown
139 Downloads
A dependency-free PHP 8.4 library that converts HTML into GitHub Flavored Markdown. A faithful port of the Go library JohannesKaufmann/html-to-markdown (v2).
jsonrepair/jsonrepair
1775 Downloads
Repair invalid JSON documents - A modern PHP 8.4+ port with streaming support. Fixes common issues: missing quotes, trailing commas, comments, single quotes, and more.
jeffersongoncalves/laravel-markdown
58 Downloads
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 because the syntax highlighter tempest/highlight requires it from 2.26 onward.