AU9500 member since: Nov 30, 2025
AU9500's packages
-
PHP
ez-php/graphql
GraphQL module for the ez-php framework — schema builder, query executor, and HTTP endpoint via webonyx/graphql-php
-
PHP
ez-php/http
HTTP message objects for the ez-php framework — immutable Request, Response, RequestFactory, and ResponseEmitter. Zero dependencies.
-
PHP
ez-php/http-client
HTTP client module for the ez-php framework — fluent cURL-based client for making outgoing HTTP requests
-
PHP
ez-php/i18n
Internationalisation module for the ez-php framework — file-based translations with dot-notation keys and locale fallback
-
PHP
ez-php/logging
Logging module for the ez-php framework — structured logging with file, stdout, and null drivers
-
-
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