fig/log-test
Testing utilities for PSR-3 (psr/log): includes LoggerInterfaceTest for verifying LoggerInterface compliance and TestLogger mock for unit tests. Intended for dev/test use, with versions aligned to psr/log 1.x–3.x compatibility.
The package provides standardized test utilities for PSR-3 compliance, which aligns perfectly with Laravel's logging architecture that relies on PSR-3 interfaces via Monolog. As a pure test utility (dev-only dependency), it has zero runtime impact and integrates cleanly into Laravel's existing testing layer. Integration feasibility is high due to Composer compatibility and clear installation instructions for both PHP 7.4+ and 8.0+ environments. Technical risks are minimal but include: (1) extremely low adoption (0 dependents) despite FIG backing, suggesting limited real-world validation; (2) potential version conflicts if projects use legacy psr/log 1.x with PHP 7.x (though Laravel 10+ requires PHP 8.1+), and (3) the package's future maintenance
How can I help you explore Laravel packages today?