Libraries tagged by ez-php
ez-php/validation
3321 Downloads
Validation module for the ez-php framework — rule-based validator with database-backed unique/exists rules and optional i18n support
ez-php/testing-application
2574 Downloads
Framework-coupled test base classes for ez-php — ApplicationTestCase, DatabaseTestCase, HttpTestCase
ez-php/testing
3299 Downloads
Test utilities for the ez-php framework — ApplicationTestCase, DatabaseTestCase, HttpTestCase, ModelFactory
ez-php/orm
3287 Downloads
ORM module for the ez-php framework — Active Record style models with a fluent query builder and schema builder
ez-php/i18n
3587 Downloads
Internationalisation module for the ez-php framework — file-based translations with dot-notation keys and locale fallback
ez-php/contracts
4472 Downloads
Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules
ez-php/cache
3155 Downloads
Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface
ez-php/http
4559 Downloads
HTTP message objects for the ez-php framework — immutable Request, Response, RequestFactory, and ResponseEmitter. Zero dependencies.
ez-php/framework
3609 Downloads
Lightweight PHP framework core — dependency injection, routing, middleware, and database migrations
ez-php/dotenv
3716 Downloads
Lightweight .env file loader for PHP — supports quoted values, variable interpolation, and immutable loading
ez-php/docker
4796 Downloads
Docker base image source and scaffolding stubs for ez-php modules and projects
ez-php/console
3952 Downloads
Lightweight console infrastructure for PHP — command dispatcher, argument parser, and colored output helpers
ez-php/support
21 Downloads
General-purpose utility classes for the ez-php ecosystem — Range, WeightedRandom, TimeProbability, DailyQuota
ez-php/scheduler
30 Downloads
Cron-based job scheduler with mutex-backed overlap prevention for ez-php applications
ez-php/rate-limiter
313 Downloads
Rate limiter module for the ez-php framework — array, Redis, and cache-backed drivers with ThrottleMiddleware