Libraries tagged by php 8.4
unapartidamas/weaver-orm
26 Downloads
PHP 8.4+ ORM for Symfony. Zero reflection, no proxies, no memory leaks. Worker-safe by design.
ultraembeddedlab/mqtt-client
0 Downloads
MQTT 3.1.1 and MQTT 5.0 client for PHP 8.4+ — QoS 0/1/2, TLS and mutual TLS, WebSocket transport, auto-reconnect, persistent sessions
shanginn/telegram-bot-api-framework
105 Downloads
Async, strictly typed Telegram bot framework for PHP 8.4
polyfills/mb-ucfirst-lcfirst
212 Downloads
PHP: Provides a user-land polyfill for `mb_ucfirst` and `mb_lcfirst` functions added in PHP 8.4.
php-eight-four/string-utils
0 Downloads
String utilities for PHP 8.4
omegaalfa/jwtoken
12 Downloads
A small, security-focused JWT library for PHP 8.4+ supporting HS256/384/512 and RS256.
omega-mvc/omega-wp
0 Downloads
A modern WordPress application example built with Omega WP Framework. Provides an MVC-based structure with dependency injection, service providers, routing, controllers, validation, and database integration.
omega-mvc/omega
0 Downloads
Omega is a lightweight PHP framework designed for building modern web applications using the MVC architecture. Compatible with PHP 8.2+.
oceanmoon/coding-standard
9 Downloads
PHP_CodeSniffer coding standard extending PSR-12 with lowerCamelCase naming and modern PHP 8.4+ rules.
monkeyscloud/monkeyslegion-graphql
0 Downloads
Code-first GraphQL server for the MonkeysLegion framework — PHP 8.4 attributes, PSR-15, DataLoader, subscriptions, and security out of the box.
methorz/mezzio-hexagonal-skeleton
10 Downloads
Mezzio skeleton with architecture choice: minimal or hexagonal (DDD). Includes optional packages for modern PHP 8.4+ REST API development.
kariricode/transformer
3 Downloads
Composable, rule-based data transformation engine for PHP 8.4+ — 32 rules, #[Transform] attributes, case conversion, powered by kariricode/property-inspector. ARFA 1.3.
kariricode/serializer
0 Downloads
Multi-format serialization engine for PHP 8.4+ — JSON, XML, CSV, QueryString, #[Serialize] attributes, powered by kariricode/property-inspector. ARFA 1.3.
kariricode/sanitizer
3 Downloads
Composable, rule-based data sanitization engine for PHP 8.4+ — 33 rules, #[Sanitize] attributes, XSS prevention, powered by kariricode/property-inspector. ARFA 1.3.
kariricode/property-inspector
1093 Downloads
Attribute-based property analysis and inspection for the KaririCode Framework, enabling dynamic validation, normalization, and processing of object properties via PHP 8.4+ attributes and reflection.