thefrosty / wp-debug-log-widget
Adds an admin dashboard widget to parse the WordPress error log file.
Package info
github.com/thefrosty/wp-debug-log-widget
Type:wordpress-plugin
pkg:composer/thefrosty/wp-debug-log-widget
v1.5.0.1
2025-07-13 16:15 UTC
Requires
- php: ^8.3
- ext-openssl: *
- composer/installers: ~2.0
- pimple/pimple: ~3.0
- symfony/http-foundation: ^7.2
- thefrosty/wp-utilities: ^3.8
Requires (Dev)
- ext-simplexml: *
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- phpcompatibility/php-compatibility: *
- phpunit/php-code-coverage: ^11
- phpunit/phpunit: ^11
- roave/security-advisories: dev-latest
- roots/wordpress: ~6.7
- slevomat/coding-standard: ~8.8
- squizlabs/php_codesniffer: ^3.2
- symfony/var-dumper: ^7.0
- wp-phpunit/wp-phpunit: ^6.7
- yoast/phpunit-polyfills: ^4.0
This package is auto-updated.
Last update: 2026-03-04 06:35:21 UTC
README
Adds an admin dashboard widget to parse the WordPress error log file.
Package Installation (via Composer)
To install this package, edit your composer.json file:
{
"require": {
"thefrosty/wp-debug-log-widget": "^1.5"
}
}
Then run:
$ composer install thefrosty/wp-debug-log-widget
Or, run:
$ composer require thefrosty/wp-debug-log-widget:^1.5
