Packages from ez-php

  • PHP

    ez-php/audit

    Audit log module for ez-php — event-driven recording of entity lifecycle changes (CREATE, UPDATE, DELETE) into an audit_logs table with a fluent query API.

  • PHP

    ez-php/auth

    Authentication module for the ez-php framework — session and token-based auth with a flexible user provider interface

  • PHP

    ez-php/broadcast

    Real-time event broadcasting for ez-php — pluggable drivers (Null, Log, Array), SSE response helpers, and a static Broadcast facade

  • PHP

    ez-php/cache

    Cache module for the ez-php framework — array, file, and Redis drivers with a unified interface

  • PHP

    ez-php/console

    Lightweight console infrastructure for PHP — command dispatcher, argument parser, and colored output helpers

  • PHP

    ez-php/contracts

    Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules

  • PHP

    ez-php/docker

    Docker base image source and scaffolding stubs for ez-php modules and projects

  • PHP

    ez-php/dotenv

    Lightweight .env file loader for PHP — supports quoted values, variable interpolation, and immutable loading

  • PHP

    ez-php/events

    Event dispatcher module for the ez-php framework — lightweight publish/subscribe event system

  • PHP

    ez-php/ez-php

    ez-php application template

  • PHP

    ez-php/feature-flags

    Simple feature flag evaluation for the ez-php framework — File, Database, and Array drivers with a static Flag facade

  • PHP

    ez-php/framework

    Lightweight PHP framework core — dependency injection, routing, middleware, and database migrations

  • 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/mail

    Transactional mail module for the ez-php framework — SMTP, log, 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

  • 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

  • PHP

    ez-php/view

    PHP template engine for the ez-php framework — layouts, sections, partials, and HTML escaping

  • PHP

    ez-php/websocket

    PHP 8.5 Fiber-based WebSocket server for ez-php — RFC 6455 handshake, frame codec, ChannelManager pub/sub, and a non-blocking event loop.