{"id":18781781,"url":"https://github.com/madbob/laravel-log2rss","last_synced_at":"2025-04-13T12:11:22.892Z","repository":{"id":62521536,"uuid":"112126754","full_name":"madbob/laravel-log2rss","owner":"madbob","description":"Laravel logs published in RSS","archived":false,"fork":false,"pushed_at":"2022-12-22T16:23:40.000Z","size":27,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T02:57:59.133Z","etag":null,"topics":["laravel","logs","rss"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madbob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-26T23:58:47.000Z","updated_at":"2023-01-06T18:12:48.000Z","dependencies_parsed_at":"2023-01-30T13:30:29.699Z","dependency_job_id":null,"html_url":"https://github.com/madbob/laravel-log2rss","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madbob%2Flaravel-log2rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madbob%2Flaravel-log2rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madbob%2Flaravel-log2rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madbob%2Flaravel-log2rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madbob","download_url":"https://codeload.github.com/madbob/laravel-log2rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710445,"owners_count":21149190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","logs","rss"],"created_at":"2024-11-07T20:33:26.536Z","updated_at":"2025-04-13T12:11:22.869Z","avatar_url":"https://github.com/madbob.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Laravel Log2Rss\n===============\n\nThis package generates an handy RSS feed from the Laravel logs.\n\nUnder the hood, extends Raphaël Huchet's [Laravel Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) to extract logs from filesystem.\n\n# Installation\n\n```\ncomposer require madbob/laravel-log2rss\nphp artisan vendor:publish --tag=log2rss-config\n```\n\nBy defalt, the log is published in yourbaseurl.com/logs (is it suggested to include a prefix to your route, see below).\n\n# Usage\n\nIn the `config/log2rss.php` file you find a few options.\n\n* 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)\n* 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)\n* log_level: minimum log level for the items to include into the feed. Default: warning\n* limit: limit of items to include into the feed. Default: 20\n\nPlease 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.\n\n# License\n\nThis code is free software, licensed under the The GNU General Public License version 3 (GPLv3). See the LICENSE.md file for more details.\n\nCopyright (C) 2022 Roberto Guido \u003cbob@linux.it\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadbob%2Flaravel-log2rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadbob%2Flaravel-log2rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadbob%2Flaravel-log2rss/lists"}