PHPackages                             madbob/laravel-log2rss - 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. madbob/laravel-log2rss

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

madbob/laravel-log2rss
======================

Laravel logs accessible in RSS

0.5.0(3y ago)21.8k[1 issues](https://github.com/madbob/laravel-log2rss/issues)GPL-3.0-or-laterPHP

Since Nov 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/madbob/laravel-log2rss)[ Packagist](https://packagist.org/packages/madbob/laravel-log2rss)[ Fund](https://www.paypal.com/donate/?hosted_button_id=GRKVVL3E5KZ4Q)[ Patreon](https://www.patreon.com/madbob)[ RSS](/packages/madbob-laravel-log2rss/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (11)Used By (0)

Laravel Log2Rss
===============

[](#laravel-log2rss)

This package generates an handy RSS feed from the Laravel logs.

Under the hood, extends Raphaël Huchet's [Laravel Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) to extract logs from filesystem.

Installation
============

[](#installation)

```
composer require madbob/laravel-log2rss
php artisan vendor:publish --tag=log2rss-config

```

By defalt, the log is published in yourbaseurl.com/logs (is it suggested to include a prefix to your route, see below).

Usage
=====

[](#usage)

In the `config/log2rss.php` file you find a few options.

- middleware: array of middleware groups to handle the RSS requests. You can use this to protect the route, enforce some cache or whatever. Default: \[\] (empty)
- prefix: by default the URL to which RSS is published is `/logs`, and you can here define a prefix for it (perhaps some random string, or even a substring of `env('APP_KEY')`, to hide the path and make it a little less accessible even without having to implement authenticated access in a middleware). Default: '' (empty)
- log\_level: minimum log level for the items to include into the feed. Default: warning
- limit: limit of items to include into the feed. Default: 20

Please note this package doesn't performs well with Laravel's `single` logging channel, as it generates files too large to be handled and are rejected by [Laravel Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer). The adoption of `daily` channel is suggested.

License
=======

[](#license)

This code is free software, licensed under the The GNU General Public License version 3 (GPLv3). See the LICENSE.md file for more details.

Copyright (C) 2022 Roberto Guido

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~205 days

Recently: every ~95 days

Total

10

Last Release

1235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62f3d33ebbc1253ba476780ce052333ed5ee8c59be347e026063b50f0ac9b278?d=identicon)[madbob](/maintainers/madbob)

---

Top Contributors

[![madbob](https://avatars.githubusercontent.com/u/166089?v=4)](https://github.com/madbob "madbob (13 commits)")

---

Tags

laravellogsrsslaravelrsslogs

### Embed Badge

![Health badge](/badges/madbob-laravel-log2rss/health.svg)

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

###  Alternatives

[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)[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)
