inpsyde/wonolog

Monolog-based logging package for WordPress.

3.0.0-rc.1 2025-06-11 20:44 UTC

README

Version PHP Version Monolog Version Downloads

Monolog-based logging package for WordPress

PHP Static Code Analysis PHP Unit Tests PHP Integration Tests

Wonolog

Wonolog is a Composer package (not a plugin) that allows to log anything that happens in a WordPress site.

It is based on Monolog, which, with its hundreds millions of downloads (Monolog Total Downloads) and thousands of dependent packages, is the most popular logging library for PHP, compatible with the PSR-3 standard.

Wonolog v3 supports both Monolog v2 and v3.

Minimum requirements and dependencies

Wonolog requires:

  • PHP 8.1+
  • WordPress 5.9+

Via Composer, Wonolog requires monolog/monolog (MIT).

Documentation

Start here.

Copyright and License

This package is free software distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see LICENSE.