maksimovic / zend-log
Zend Framework 1 Log package
2.0.1
2026-04-02 23:01 UTC
Requires
- php: >=8.1
- ext-reflection: *
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- ext-dom: Required for Zend_Log_Formatter_Xml
Replaces
- zendframework/zend-log: *
- zf1/zend-log: ^1.12
- zf1s/zend-log: ^1.12
README
A PHP 8.1+ compatible fork of zf1s/zend-log, originally from Zend Framework 1.
Logging component with support for multiple writers (Stream, Syslog, Mock, Null, Db, Mail), filters (Priority, Message, Suppress), and formatters (Simple, XML). Includes PHP error handler integration.
Installation
composer require maksimovic/zend-log
This package replaces zendframework/zend-log, zf1/zend-log, and zf1s/zend-log.
License
BSD-3-Clause