PHPackages                             cherry-project/logs-viewer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. cherry-project/logs-viewer

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

cherry-project/logs-viewer
==========================

Cherry-project Logs Viewer.

v1.0.0(7y ago)0321MITPHPPHP &gt;=5.6.0

Since Mar 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cherry-framework/logs-viewer)[ Packagist](https://packagist.org/packages/cherry-project/logs-viewer)[ Docs](https://github.com/)[ RSS](/packages/cherry-project-logs-viewer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

cherry-Log-Viewer
=================

[](#cherry-log-viewer)

The Cherry-project Logs Viewer

[![GitHub license](https://camo.githubusercontent.com/610a8136d1946426e7909597437435d0e8632e21e188410972000c1837fb6134/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6368657272792d6672616d65776f726b2f6c6f67732d7669657765722e737667)](https://github.com/cherry-framework/logs-viewer/blob/master/LICENSE)

[![GitHub release](https://camo.githubusercontent.com/82edbb801b0b923dc9374ff38e88f5af8f845e11f466ded1a3fee874198d85ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6368657272792d6672616d65776f726b2f6c6f67732d7669657765722e737667)](https://github.com/cherry-framework/logs-viewer/releases)

[![Packagist Version](https://camo.githubusercontent.com/16ddda53d992480a13040fee19b19b79d4651e7c62542464d97c855a11f78f8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368657272792d70726f6a6563742f6c6f67732d7669657765722e737667 "Packagist Version")](https://packagist.org/packages/cherry-project/logs-viewer "Packagist Version")

---

Including
---------

[](#including)

**Install from composer** `composer require cherry-project/logs-viewer`

**Include Autoloader in your main file** (Ex.: index.php)

```
require_once __DIR__ . '/vendor/autoload.php';
```

Usage
-----

[](#usage)

**Logs Viewer** works only with [Cherry Logger](https://github.com/cherry-framework/logger) logs!

Import class

```
use Cherry\Log\LogViewer;
```

Define path to your logs

```
define('LOGS_PATH', __DIR__ . '/var/logs');
```

**Note**: If you use [Cherry Core](https://github.com/cherry-framework/core)or [Cherry Framework](https://github.com/cherry-framework/framework), path must defined in config file:

```
{
  "LOGS_PATH": "var/logs"
}
```

Crete class new object

```
$viewer = new LogViewer();
```

Finally you need to render the Log Viewer view:

```
$viewer->render();
```

**2019 © Cherry-project**

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2598d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/003cac08dd47c34ad3a5ed454c2968ed6afea9e26d57033867d4166fa08b3555?d=identicon)[ABGEO](/maintainers/ABGEO)

---

Top Contributors

[![ABGEO](https://avatars.githubusercontent.com/u/19558543?v=4)](https://github.com/ABGEO "ABGEO (9 commits)")

---

Tags

logslogs-viewercherry

### Embed Badge

![Health badge](/badges/cherry-project-logs-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/cherry-project-logs-viewer/health.svg)](https://phpackages.com/packages/cherry-project-logs-viewer)
```

###  Alternatives

[opcodesio/log-viewer

Fast and easy-to-use log viewer for your Laravel application

4.3k8.9M50](/packages/opcodesio-log-viewer)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[backpack/logmanager

An interface to preview, download and delete Laravel log files.

274688.9k3](/packages/backpack-logmanager)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[kabbouchi/laravel-ward

25364.1k1](/packages/kabbouchi-laravel-ward)[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19372.5k](/packages/facile-it-sentry-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
