andydefer member since: Mar 23, 2025

andydefer's packages

  • PHP

    andydefer/best-practices

    Architecture standardisée pour Laravel : Records typés, Actions découplées, Collections type-safe et tests robustes

  • PHP

    andydefer/data-validator

    Validates and sanitizes structured data arrays with configurable constraints (size, depth, nesting, key/value types).

  • PHP

    andydefer/directive-forge

    Code generation directives for Laravel - forge directives, actions, tasks, repositories, records and typed collections etc...

  • PHP

    andydefer/laravel-actions

    Action-oriented architecture for Laravel applications

  • Makefile

    andydefer/laravel-casts

    Advanced Eloquent casts for Laravel including Money and JSON handling

  • PHP

    andydefer/laravel-directive

    A flexible CLI command system for Laravel that breaks free from Artisan's constraints. Directives introduces a clean separation between what your command does (business logic) and how it's presented (output/UI).

  • PHP

    andydefer/laravel-fcm-notifications

    Laravel package for Firebase Cloud Messaging notifications integration

  • PHP

    andydefer/laravel-fuzzy

    Powerful fuzzy search system for Laravel with database indexing

  • PHP

    andydefer/laravel-logger

    A structured logging package for Laravel that writes logs in JSONL format (JSON Lines).

  • PHP

    andydefer/laravel-mfa

    Laravel MFA: A flexible, multi-purpose Multi-Factor Authentication management system for Laravel applications with support for OTP (email/sms), TOTP (Google Authenticator), passwordless login, 2FA, and action confirmation.

  • PHP

    andydefer/laravel-nemesis

    Nemesis: Multi-model token-based authentication for Laravel

  • PHP

    andydefer/laravel-pawapay

    Laravel SDK for integrating Pawapay Mobile Money payments (pay-ins, pay-outs, and webhooks) across African markets.

  • PHP

    andydefer/laravel-reminder

    A flexible and robust reminder system for Laravel

  • PHP

    andydefer/laravel-repository

    A lightweight, type-safe repository pattern implementation for Laravel