ez-php/docker dependents (32) Order by: name | downloads Show: all | require | require-dev
-
-
PHP
ez-php/metrics
Prometheus metrics endpoint for ez-php — Counter, Gauge, Histogram with a /metrics route and static Metrics facade.
-
PHP
ez-php/notification
Multi-channel notification orchestration for the ez-php framework — mail, broadcast, and database channels with optional queue-backed async delivery
-
PHP
ez-php/opcache
OPcache preload script generator for the ez-php framework — scans class paths and writes a ready-to-use preload.php
-
PHP
ez-php/openapi
OpenAPI 3.x spec generator for the ez-php framework — PHP attributes on controllers, reflection-based spec building, GET /openapi.json endpoint
-
PHP
ez-php/orm
ORM module for the ez-php framework — Active Record style models with a fluent query builder and schema builder
-
PHP
ez-php/queue
Async job queue for the ez-php framework — database and Redis drivers, Worker, and queue:work command
-
PHP
ez-php/rate-limiter
Rate limiter module for the ez-php framework — array, Redis, and cache-backed drivers with ThrottleMiddleware
-
PHP
ez-php/scheduler
Cron-based job scheduler with mutex-backed overlap prevention for ez-php applications
-
PHP
ez-php/search
Full-text search module for ez-php — Meilisearch and Elasticsearch drivers with event-driven index synchronisation
-
PHP
ez-php/storage
File storage abstraction for the ez-php framework — local filesystem and S3-compatible drivers
-
PHP
ez-php/testing
Test utilities for the ez-php framework — ApplicationTestCase, DatabaseTestCase, HttpTestCase, ModelFactory
-
PHP
ez-php/testing-application
Framework-coupled test base classes for ez-php — ApplicationTestCase, DatabaseTestCase, HttpTestCase
-
PHP
ez-php/two-factor
Two-factor authentication module for the ez-php framework — RFC 6238 TOTP, QR code URLs, backup codes, and HTTP middleware
-
PHP
ez-php/validation
Validation module for the ez-php framework — rule-based validator with database-backed unique/exists rules and optional i18n support