inpsyde / wonolog
Monolog-based logging package for WordPress.
Installs: 549 103
Dependents: 7
Suggesters: 1
Security: 0
Stars: 176
Watchers: 16
Forks: 20
Open Issues: 0
Requires
- php: >=8.1 < 8.5
- monolog/monolog: ^2.0||^3.0
- psr/log: ^2.0||^3.0
- wecodemore/wordpress-early-hook: ^1.3.0
Requires (Dev)
- antecedent/patchwork: ^2.2.1
- brain/monkey: ^2.6.2
- fig/log-test: ^1.1.0
- globalis/wp-cli-bin: ^2.8.1
- hamcrest/hamcrest-php: ^2.1.1
- inpsyde/wp-stubs-versions: dev-latest
- mikey179/vfsstream: ~1.6.12
- mockery/mockery: ^1.6.12
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpstan/phpstan-mockery: ^2.0.0
- phpunit/phpunit: ^9.6.23
- roots/wordpress-no-content: >=6.1.1
- swissspidy/phpstan-no-private: ^1.0.0
- syde/phpcs: ^1.0.0
- symfony/process: ^6.4.20
Provides
- psr/log-implementation: 1.0.0
- 3.x-dev
- 3.0.0-rc.1
- 3.0.0-beta.007
- 3.0.0-beta.006
- 3.0.0-beta.005
- 3.0.0-beta.004
- 3.0.0-beta.003
- 3.0.0-beta.002
- v3.0.0-beta.001
- 2.x-dev
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.x-dev
- 1.2.0
- 1.1.1
- 1.1.0
- dev-master / 1.0.x-dev
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- dev-fix/infinite-recursion-error-handler-
- dev-raise-phpstan-level
- dev-file-handler-tests
- dev-remove-duplicate-levels
- dev-rename-channels-http-to-network
- dev-upgrade/extend-cs
- dev-upgrade/license-copyright
- dev-v3-monolog-3
- dev-fix/run-integration-tests-modern-php
- dev-fix/phpunit-tests-modern-versions
- dev-fix/phpstan-improvements
- dev-fix/phpmailer-namespace-85
- dev-try-test-file-handler
- dev-v3-wonolog-3-support-log-record
- dev-2.x-psr_log_and_php_multi_compat
- dev-v1-php-ci
- dev-rfc/v2
- dev-improve/issue-41
- dev-issue-22
This package is auto-updated.
Last update: 2025-06-11 20:46:41 UTC
README
Monolog-based logging package for WordPress
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 () 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.