Libraries tagged by ezphp
ez-php/validation
3771 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
2944 Downloads
Framework-coupled test base classes for ez-php — ApplicationTestCase, DatabaseTestCase, HttpTestCase
ez-php/testing
3685 Downloads
Test utilities for the ez-php framework — ApplicationTestCase, DatabaseTestCase, HttpTestCase, ModelFactory
ez-php/orm
3673 Downloads
ORM module for the ez-php framework — Active Record style models with a fluent query builder and schema builder
ez-php/i18n
4037 Downloads
Internationalisation module for the ez-php framework — file-based translations with dot-notation keys and locale fallback
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/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/rate-limiter
355 Downloads
Rate limiter module for the ez-php framework — array, Redis, and cache-backed drivers with ThrottleMiddleware
ez-php/queue
145 Downloads
Async job queue for the ez-php framework — database and Redis drivers, Worker, and queue:work command
ez-php/mail
130 Downloads
Transactional mail module for the ez-php framework — SMTP, log, and null drivers
ez-php/http-client
88 Downloads
HTTP client module for the ez-php framework — fluent cURL-based client for making outgoing HTTP requests