Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Adds an admin dashboard widget to parse the WordPress error log file.

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`