ez-php/docker dependents (48) Order by: name | downloads Show: all | require | require-dev
-
PHP
ez-php/ai
Multi-provider AI client for ez-php — unified driver-based abstraction over OpenAI, Anthropic, Gemini, and Mistral
-
PHP
ez-php/audit
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.
-
PHP
ez-php/auth
Authentication module for the ez-php framework — session and token-based auth with a flexible user provider interface
-
PHP
ez-php/bignum
Arbitrary-precision integer and decimal arithmetic for the ez-php ecosystem — immutable BigInteger and BigDecimal value objects backed by bcmath (gmp optional)
-
PHP
ez-php/broadcast
Real-time event broadcasting for ez-php — pluggable drivers (Null, Log, Array), SSE response helpers, and a static Broadcast facade
-
PHP
ez-php/cache
Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface
-
PHP
ez-php/console
Lightweight console infrastructure for PHP — command dispatcher, argument parser, and colored output helpers
-
PHP
ez-php/contracts
Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules
-
PHP
ez-php/dataloader
Generic keyed-batch loading and per-key memoization primitive for solving N+1 access patterns
-
PHP
ez-php/dotenv
Lightweight .env file loader for PHP — supports quoted values, variable interpolation, and immutable loading
-
PHP
ez-php/event-store
Append-only event store with stream replay and projections for event sourcing.
-
PHP
ez-php/events
Event dispatcher module for the ez-php framework — lightweight publish/subscribe event system
-
-
PHP
ez-php/feature-flags
Simple feature flag evaluation for the ez-php framework — File, Database, and Array drivers with a static Flag facade
-
PHP
ez-php/framework
Lightweight PHP framework core — dependency injection, routing, middleware, and database migrations