Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefrosty/wp-debug-log-widget
Adds an admin dashboard widget to parse the WordPress error log file.
https://github.com/thefrosty/wp-debug-log-widget
debug error-logs packagist php php81 widget wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
Adds an admin dashboard widget to parse the WordPress error log file.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-debug-log-widget
- Owner: thefrosty
- Created: 2020-10-14T15:49:05.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-08T20:20:40.000Z (11 months ago)
- Last Synced: 2024-09-29T20:04:06.388Z (4 months ago)
- Topics: debug, error-logs, packagist, php, php81, widget, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 199 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELONG.md
Awesome Lists containing this project
README
# WordPress Debug Log Widget
![Debug Log Widget](.github/wp-debug-log-widget.jpg?raw=true "WordPress Debug Log Widget")
[![PHP from Packagist](https://img.shields.io/packagist/php-v/thefrosty/wp-debug-log-widget.svg)]()
[![Latest Stable Version](https://img.shields.io/packagist/v/thefrosty/wp-debug-log-widget.svg)](https://packagist.org/packages/thefrosty/wp-debug-log-widget)
[![Total Downloads](https://img.shields.io/packagist/dt/thefrosty/wp-debug-log-widget.svg)](https://packagist.org/packages/thefrosty/wp-debug-log-widget)
[![License](https://img.shields.io/packagist/l/thefrosty/wp-debug-log-widget.svg)](https://packagist.org/thefrosty/thefrosty/wp-debug-log-widget)
![Build Status](https://github.com/thefrosty/wp-debug-log-widget/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/thefrosty/wp-debug-log-widget/branch/develop/graph/badge.svg)](https://codecov.io/gh/thefrosty/wp-debug-log-widget)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:
```json
{
"require": {
"thefrosty/wp-debug-log-widget": "^1.2"
}
}
```
Then run:`$ composer install thefrosty/wp-debug-log-widget`
Or, run:
`$ composer require thefrosty/wp-debug-log-widget:^1.2`