PHPackages                             laravel-enso/logmanager - 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. laravel-enso/logmanager

Abandoned → [laravel-enso/logs](/?search=laravel-enso%2Flogs)Library[Logging &amp; Monitoring](/categories/logging)

laravel-enso/logmanager
=======================

Application log management for Laravel Enso

4.6.2(2mo ago)1116.9k101MITPHP

Since Mar 20Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/laravel-enso/logs)[ Packagist](https://packagist.org/packages/laravel-enso/logmanager)[ Docs](https://github.com/laravel-enso/logs)[ RSS](/packages/laravel-enso-logmanager/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (160)Used By (1)

Logs
====

[](#logs)

[![License](https://camo.githubusercontent.com/32339b4e1ea83790a13f078482651fac182515c6c2540c7fa24f970884c84a7c/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6c6f67732f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/aab1d7a6c5203154d85f187a6a5ae4cac89dcbfce139384da5e8ce520d211366/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6c6f67732f76657273696f6e)](https://packagist.org/packages/laravel-enso/logs)[![Downloads](https://camo.githubusercontent.com/fef27c599a956ba2ae4520fb794e13bb21ab104b308a2dcc64becfea30029b87/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6c6f67732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/logs)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/72688492e09416813d18399c96339420de6099e17536aa4a679fd5e7bcb9243f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f6c6f67732e737667)](https://github.com/laravel-enso/logs/issues)[![Merge Requests](https://camo.githubusercontent.com/7d0a15beaf4e253b19fb53353fe5fa1af1f0dbb80d09553f477d2f48cdcb3f20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f6c6f67732e737667)](https://github.com/laravel-enso/logs/pulls)

Description
-----------

[](#description)

Logs provides Enso endpoints for browsing, downloading, showing, and deleting application log files.

The package exposes a compact log-management API over the application's log storage and is meant to back the corresponding Enso administration screen.

It is an operational helper package, not a general-purpose logging driver.

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

[](#installation)

Install the package:

```
composer require laravel-enso/logs
```

Run the package migrations:

```
php artisan migrate
```

Features
--------

[](#features)

- Log index endpoint.
- Single-log show and download endpoints.
- Log deletion endpoint.
- Simple operational surface under the system namespace.

Usage
-----

[](#usage)

The package mounts its routes under `system.logs.*`.

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/system/logs`
- `DELETE api/system/logs/{log}`
- `GET api/system/logs/{log}/download`
- `GET api/system/logs/{log}`

Depends On
----------

[](#depends-on)

Required Enso packages:

- [`laravel-enso/core`](https://docs.laravel-enso.com/backend/core.html) [↗](https://github.com/laravel-enso/core)
- [`laravel-enso/helpers`](https://docs.laravel-enso.com/backend/helpers.html) [↗](https://github.com/laravel-enso/helpers)
- [`laravel-enso/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)

Companion frontend package:

- [`@enso-ui/logs`](https://docs.laravel-enso.com/frontend/logs.html) [↗](https://github.com/enso-ui/logs)

Contributions
-------------

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 77.2% 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 ~22 days

Recently: every ~11 days

Total

151

Last Release

72d ago

Major Versions

1.3.2 → 2.0.02017-09-26

1.3.3 → 2.0.112017-11-09

1.3.4 → 2.1.132018-03-05

2.2.8 → 3.0.02019-03-08

3.2.3 → 4.0.02020-06-30

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.1.11PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (183 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (33 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (7 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (3 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (3 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (2 commits)")[![jlsjonas](https://avatars.githubusercontent.com/u/932193?v=4)](https://github.com/jlsjonas "jlsjonas (1 commits)")[![tedipop16](https://avatars.githubusercontent.com/u/71398467?v=4)](https://github.com/tedipop16 "tedipop16 (1 commits)")

---

Tags

laravellaravel-ensolaravel-loglaravel-log-viewerlaravel-logslaravel-packagelog-managementlogslog managerlaravel-ensolaravel-logs

### Embed Badge

![Health badge](/badges/laravel-enso-logmanager/health.svg)

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

###  Alternatives

[laravel-enso/logs

Application log management for Laravel Enso

1143.7k9](/packages/laravel-enso-logs)[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.8k11](/packages/laravel-enso-localisation)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[laravel-enso/permissions

Permission management for Laravel Enso

1244.2k52](/packages/laravel-enso-permissions)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

1140.7k](/packages/laravel-enso-tutorials)[laravel-enso/roles

Role management for Laravel Enso

1044.9k32](/packages/laravel-enso-roles)

PHPackages © 2026

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