Skip to content

PHP Error Log Viewer – v1.0.0

Latest

Choose a tag to compare

@0xAhmadYousuf 0xAhmadYousuf released this 18 Aug 12:58
· 13 commits to main since this release
b6f347d

🚀 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 log
  • viewer.php → backend logic for error grouping & filtering
  • ui.html → sleek frontend interface for viewing errors
  • PHP-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

  1. Download either the RAR package or individual files.
  2. Place them in the same directory as your error_log.
  3. Ensure PHP can read the error_log file.
  4. Open index.php in your browser to start using.

✅ Requirements

  • PHP 8.0+
  • Web server (Apache, Nginx, or PHP built-in server)