AU9500 member since: Nov 30, 2025

AU9500's packages

  • PHP

    au9500/laravel-auto-singleton

    PHP 8 attribute to auto-register Laravel singletons.

  • PHP

    au9500/laravel-big-decimal-cast

    Custom Brick/Math BigDecimal cast for Laravel Eloquent.

  • PHP

    au9500/laravel-blade-push-once-directive

    Blade @pushOnce directive for idempotent stack pushes in Laravel.

  • PHP

    ez-php/ai

    Multi-provider AI client for ez-php — unified driver-based abstraction over OpenAI, Anthropic, Gemini, and Mistral

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

    Arbitrary-precision integer and decimal arithmetic for the ez-php ecosystem — immutable BigInteger and BigDecimal value objects backed by bcmath (gmp optional)

  • 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