PHP Package: opcodesio/log-viewer

PHP library for viewing and analyzing logs with ease, boosting productivity and efficiency in log management tasks.

Current Version: 3.17.1
Last Updated: 2025-05-19
PHP Requirement: ^8.0
Dependencies:
seldaek/monolog
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Log Viewer is a versatile PHP library designed to simplify the process of log analysis and visualization. With advanced features and intuitive interfaces, it streamlines log management tasks, empowering developers to gain valuable insights quickly and effortlessly.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.17.1

Download Download v3.17.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/opcodesio/log-viewer/3.17.1/loader.php';
require_once 'libs/seldaek/monolog/3.9.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';

use OpcodesIO\LogViewer\LogParser;
use OpcodesIO\LogViewer\LogViewer;

$obj = new LogParser();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.