Libraries tagged by ez-php
ez-php/contracts
8545 Downloads
Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules
ez-php/http
8638 Downloads
HTTP message objects for the ez-php framework — immutable Request, Response, RequestFactory, and ResponseEmitter. Zero dependencies.
ez-php/docker
8803 Downloads
Docker base image source and scaffolding stubs for ez-php modules and projects
ez-php/validation
6087 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
4672 Downloads
Framework-coupled test base classes for ez-php — ApplicationTestCase, DatabaseTestCase, HttpTestCase
ez-php/testing
5499 Downloads
Test utilities for the ez-php framework — ApplicationTestCase, DatabaseTestCase, HttpTestCase, ModelFactory
ez-php/orm
5504 Downloads
ORM module for the ez-php framework — Active Record style models with a fluent query builder and schema builder
ez-php/i18n
6519 Downloads
Internationalisation module for the ez-php framework — file-based translations with dot-notation keys and locale fallback
ez-php/http-client
413 Downloads
HTTP client module for the ez-php framework — fluent cURL-based client for making outgoing HTTP requests
ez-php/cache
5669 Downloads
Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface
ez-php/framework
6412 Downloads
Lightweight PHP framework core — dependency injection, routing, middleware, and database migrations
ez-php/dotenv
6445 Downloads
Lightweight .env file loader for PHP — supports quoted values, variable interpolation, and immutable loading
ez-php/console
6938 Downloads
Lightweight console infrastructure for PHP — command dispatcher, argument parser, and colored output helpers
ez-php/websocket
62 Downloads
PHP 8.5 Fiber-based WebSocket server for ez-php — RFC 6455 handshake, frame codec, ChannelManager pub/sub, and a non-blocking event loop.
ez-php/view
69 Downloads
PHP template engine for the ez-php framework — layouts, sections, partials, and HTML escaping