andydefer/php-records dependents (2) Order by: name | downloads Show: all | require | require-dev
-
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-logger
A structured logging package for Laravel that writes logs in JSONL format (JSON Lines). Each log entry is a valid JSON object on its own line, making it easy to parse, stream, and analyze.