InitPHP Logger
Focused PSR-3 logger for PHP 8.0+ with File and PDO handlers and a built-in multiplexer.
Installation
terminal
$ composer require initphp/logger
Requires PHP 8.0+. The package is published on
Packagist as
initphp/logger.
What Logger does
Small, focused PSR-3 logger for PHP 8.0+ — File and PDO handlers with a built-in multiplexer for writing one log line to several destinations.
Package details
- Composer package
- initphp/logger
- Latest version
- 2.0.0
- Released
- 2026-05-24
- Requires
- PHP 8.0+ (>=8.0)
- License
- MIT
- Implements
- PSR-3
- Depends on
- psr/log