PHPackages                             mvd81/laravel-logreader - 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. mvd81/laravel-logreader

ActiveLibrary

mvd81/laravel-logreader
=======================

A Laravel client package to read /search and browse log files for logreader.dev

V1.0.1(1mo ago)058↓50%MITPHPPHP ^8.1

Since Feb 26Pushed 1mo agoCompare

[ Source](https://github.com/mvd81/laravel-logreader)[ Packagist](https://packagist.org/packages/mvd81/laravel-logreader)[ RSS](/packages/mvd81-laravel-logreader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

Laravel Logreader
=================

[](#laravel-logreader)

This is the client package for [logreader.dev](https://logreader.dev). Install it on your Laravel application to allow the Logreader to remotely read your log files via a secure API.

Installation
------------

[](#installation)

```
composer require mvd81/laravel-logreader
```

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=logreader-config
```

### Token

[](#token)

Add the token you received from the Logreader application to your `.env`:

```
LOGREADER_TOKEN=your-token-here
```

You can find this token in the [logreader.dev](https://logreader.dev) dashboard after registering your application.

### Options

[](#options)

OptionEnv variableDefaultDescription`enabled``LOGREADER_ENABLED``true`Enable or disable the API`token``LOGREADER_TOKEN``null`Token provided by the Logreader app`exclude_logs``LOGREADER_EXCLUDE_LOGS``''`Comma-separated list of files/patterns to excludeTo disable the logreader without removing the package:

```
LOGREADER_ENABLED=false
```

To exclude specific log files or directories:

```
LOGREADER_EXCLUDE_LOGS=passwords.log,private/*,*.tmp
```

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance89

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Every ~17 days

Total

2

Last Release

58d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/256c4b46470c11d0339d18a09afa597ca6134acedfa75060ae8d790f05ee502d?d=identicon)[mvd81](/maintainers/mvd81)

---

Top Contributors

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

---

Tags

laravellogslog viewerlog-readerlogs search

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mvd81-laravel-logreader/health.svg)

```
[![Health](https://phpackages.com/badges/mvd81-laravel-logreader/health.svg)](https://phpackages.com/packages/mvd81-laravel-logreader)
```

###  Alternatives

[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[melihovv/laravel-log-viewer

A Laravel log viewer

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

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)

PHPackages © 2026

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