vespula / log
A PSR-3 Log Implementation. Simple and flexible. Can use multiple adapters.
3.1.0
2025-12-12 14:25 UTC
Requires
- php: >=8.3
- psr/log: ^2.0 || ^3.0
Requires (Dev)
- php-debugbar/php-debugbar: ^2.2
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.5.3
- rector/rector: ^2.2
- vimeo/psalm: ^6.5
Suggests
- ext-pdo: Required if you want to use the Sql adapter
- php-debugbar/php-debugbar: Required if you want to use the debugbar adapter
This package is auto-updated.
Last update: 2025-12-12 14:29:32 UTC
README
This is a simple, flexible PSR-3 logging implementation for PHP.
Adapters include File, Email, Sql, None, Chromephp (console), PHPDebugBar, and ErrorLog (PHP's error_log() function)
Documentation is available at: https://vespula.bitbucket.io/log/