Download the PHP package pfaciana/php-error-log-viewer without Composer
On this page you can find all versions of the php package pfaciana/php-error-log-viewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pfaciana/php-error-log-viewer
More information about pfaciana/php-error-log-viewer
Files in pfaciana/php-error-log-viewer
Download pfaciana/php-error-log-viewer
More information about pfaciana/php-error-log-viewer
Files in pfaciana/php-error-log-viewer
Vendor pfaciana
Package php-error-log-viewer
Short Description A WordPress plugin that provides an interface to view, manage, and analyze PHP error logs across your WordPress installation.
License GPL-2.0-only
Homepage https://renderdev.com/
Package php-error-log-viewer
Short Description A WordPress plugin that provides an interface to view, manage, and analyze PHP error logs across your WordPress installation.
License GPL-2.0-only
Homepage https://renderdev.com/
Please rate this library. Is it a good library?
Informations about the package php-error-log-viewer
PHP Error Log Viewer
A WordPress plugin that provides an interface to view, manage, and analyze PHP error logs across your WordPress installation.
Overview
PHP Error Log Viewer simplifies the process of monitoring and debugging PHP errors in WordPress installations. It automatically scans your WordPress installation directory for error logs and presents them in an interactive table.
Features
- 🔍 Recursively searches for error logs throughout your WordPress installation
- 📊 Interactive table display with sorting and filtering capabilities
- 🗑️ Delete individual error entries or entire log files
- ⚙️ Configurable settings for customizing the search behavior
- 🔗 IDE integration for direct file linking
- 🚀 Efficient handling of large log files
Settings
Navigate to the Settings tab to configure:
- Directory Depth - How many levels of subdirectories to search (default: 7)
- Exclude Directories - Comma-separated list of directories to exclude from searching (default: node_modules, vendor)
- Include Error Logs - Additional custom error log filenames to include in the search
- IDE Integration - Configure direct file linking to your IDE:
- Enable/disable file linking
- Set the file link format (e.g.,
http://localhost:63342/api/file/%f:%l
) - Configure path replacement for remote/local development
Usage
Navigate to 'Error Log Viewer' in the WordPress admin menu
Managing Errors
- Click ❌ to remove individual errors from log files
- Use the 🗑️ button to delete entire log files
IDE Integration
To enable IDE integration:
- Enable the "File Link Format" option in settings
- Enter your IDE's URL format (e.g.,
http://localhost:63342/api/file/%f:%l
) - Optionally set a path replacement if your local path differs from the server
All versions of php-error-log-viewer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
pfaciana/composer-smart-autoloader Version ^1
pfaciana/wp-update-checker Version ^1
pfaciana/composer-smart-autoloader Version ^1
pfaciana/wp-update-checker Version ^1
The package pfaciana/php-error-log-viewer contains the following files
Loading the files please wait ....