Libraries tagged by ezphp
ez-php/graphql
0 Downloads
GraphQL module for the ez-php framework — schema builder, query executor, and HTTP endpoint via webonyx/graphql-php
ez-php/feature-flags
0 Downloads
Simple feature flag evaluation for the ez-php framework — File, Database, and Array drivers with a static Flag facade
ez-php/events
268 Downloads
Event dispatcher module for the ez-php framework — lightweight publish/subscribe event system
ez-php/contracts
5034 Downloads
Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules
ez-php/cache
3557 Downloads
Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface
ez-php/broadcast
131 Downloads
Real-time event broadcasting for ez-php — pluggable drivers (Null, Log, Array), SSE response helpers, and a static Broadcast facade
ez-php/bignum
97 Downloads
Arbitrary-precision integer and decimal arithmetic for the ez-php ecosystem — immutable BigInteger and BigDecimal value objects backed by bcmath (gmp optional)
ez-php/auth
135 Downloads
Authentication module for the ez-php framework — session and token-based auth with a flexible user provider interface
ez-php/ai
19 Downloads
Multi-provider AI client for ez-php — unified driver-based abstraction over OpenAI, Anthropic, Gemini, and Mistral
ez-php/http
5121 Downloads
HTTP message objects for the ez-php framework — immutable Request, Response, RequestFactory, and ResponseEmitter. Zero dependencies.
ez-php/framework
4059 Downloads
Lightweight PHP framework core — dependency injection, routing, middleware, and database migrations
ez-php/dotenv
4052 Downloads
Lightweight .env file loader for PHP — supports quoted values, variable interpolation, and immutable loading
ez-php/docker
5421 Downloads
Docker base image source and scaffolding stubs for ez-php modules and projects
ez-php/console
4312 Downloads
Lightweight console infrastructure for PHP — command dispatcher, argument parser, and colored output helpers
ez-php/audit
0 Downloads
Audit log module for ez-php — event-driven recording of entity lifecycle changes (CREATE, UPDATE, DELETE) into an audit_logs table with a fluent query API.