🚀 PHP Error Log Viewer – v1.0.0
A lightweight, developer-friendly tool to view and manage PHP error logs with a modern interface.
No database, no heavy setup — just drop in the files and start using. 🐘✨
📂 Release Contents
index.php→ main entry point, parses and serves error logviewer.php→ backend logic for error grouping & filteringui.html→ sleek frontend interface for viewing errorsPHP-Error-Log-Viewer.rar→ contains all the above files in one package for quick setup
🔑 Features
- Real-time error parsing
- Smart grouping & filtering
- Color-coded error levels (Notice, Warning, Fatal, etc.)
- Collapsible sections for easy navigation
- No SQL, no external dependencies — just PHP + HTML
🛠️ Installation
- Download either the RAR package or individual files.
- Place them in the same directory as your
error_log. - Ensure PHP can read the
error_logfile. - Open
index.phpin your browser to start using.
✅ Requirements
- PHP 8.0+
- Web server (Apache, Nginx, or PHP built-in server)