PHPackages                             colbeh/logs - 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. colbeh/logs

ActiveLaravel-package[Logging &amp; Monitoring](/categories/logging)

colbeh/logs
===========

laravel view daily logs.

1.2.1(2y ago)01191MITBlade

Since Jan 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sadeghbarout/colbeh-logs)[ Packagist](https://packagist.org/packages/colbeh/logs)[ RSS](/packages/colbeh-logs/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (1)Versions (8)Used By (1)

Installation:
=============

[](#installation)

1- Composer require colbeh/logs

2- add this to config/app.php

```
    Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,

```

3- define gate in AppServiceProvider :

```
    Gate::define('viewLogs', function ($user) {
        return in_array($user->username, [
            'admin'
            // any admin username
        ]);
    });

```

4- Go to

view daily logs :

```
    domain.com/log-viewer

```

view laravel log:

```
    domain.com/log-viewer/laravel

```

Upgrade:
========

[](#upgrade)

```
    composer require colbeh/logs:x.x.x

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

Every ~94 days

Recently: every ~141 days

Total

7

Last Release

1010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca9372f5dafa9f9aac1d2a77aa9a411cca9204078b06cb1126ab8ebd2614bdb6?d=identicon)[sadeghbarout](/maintainers/sadeghbarout)

---

Top Contributors

[![sadeghbarout](https://avatars.githubusercontent.com/u/7033941?v=4)](https://github.com/sadeghbarout "sadeghbarout (7 commits)")[![armantaghiyan](https://avatars.githubusercontent.com/u/30866343?v=4)](https://github.com/armantaghiyan "armantaghiyan (1 commits)")

---

Tags

loglaraveldaily-logs

### Embed Badge

![Health badge](/badges/colbeh-logs/health.svg)

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

###  Alternatives

[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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