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

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

dev4born/logs
=============

Logs/events + API - Laravel

v1.0.5(8y ago)016MITPHPPHP ~5.5|~7.0

Since Dec 13Pushed 8y agoCompare

[ Source](https://github.com/Dev4Born/logs)[ Packagist](https://packagist.org/packages/dev4born/logs)[ Docs](https://github.com/dev4born/logs)[ RSS](/packages/dev4born-logs/feed)WikiDiscussions master Synced 4d ago

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

Logs - Laravel
==============

[](#logs---laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/615ba4d4aaf468ae92ab5c7fc15e257d29faeb3403b2da6473f0eef1a24b58bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64657634626f726e2f6c6f67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dev4born/logs)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/7a8fddee8424a12c8d4970588f3dd45e06a115e505a10a3c4d0e9d3d5e70a2d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64657634626f726e2f6c6f67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dev4born/logs)

Install
-------

[](#install)

Via Composer

```
$ composer require dev4born/logs
```

Integration
-----------

[](#integration)

In the `$providers` array add the `service providers` for this package.

```
dev4born\logs\LogsLaravelServiceProvider::class

```

Create config file `config/logs.php` and add the following lines.

```
/**
 *
 *  Warning! You can only grant one permissions from 2 available
 *
 *  @package dev4born\logs
 *
 */

return [

    'settings' => [

    /**
	 *
	 *  Secret key - unique address for accessing logs
	 *
	 *  http://{your-project}/laravel/{secret-key}/logs
	 *
	 */

        'secret' => '',

    /**
	 *
	 *  Allowed permissions (middleware) for accessing logs
	 *
	 *  http://{your-project}/laravel/view/logs
	 *
	 */

        'middleware' => [

        ],

    ],

];

```

You can specify 2 permissions (secret key or middleware) for accessing logs.

Usage
-----

[](#usage)

Secret key

http://{your-project}/laravel/{your-secret-key}/logs

Middleware

http://{your-project}/laravel/view/logs

JSON API
--------

[](#json-api)

Secret key

http://{your-project}/laravel/{your-secret-key}/logs/json

Middleware

http://{your-project}/laravel/view/logs/json

**Output**

There are no problems.

```
{'error':'Everything functions properly.'}

```

There was an error.

```
{'error':'Perhaps an error occurred - check the logs/events.'}

```

Messages can be implemented in the dashboard.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email:  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dev4Born](https://github.com/dev4born)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Screenshots
-----------

[](#screenshots)

[![Dashboard](https://camo.githubusercontent.com/3d657363114867ad4de245a693caee00129f596b2ba045127a389227ee17bab3/68747470733a2f2f64657634626f726e2e70726f2f7075622f6769746875622f6c6f67735f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/3d657363114867ad4de245a693caee00129f596b2ba045127a389227ee17bab3/68747470733a2f2f64657634626f726e2e70726f2f7075622f6769746875622f6c6f67735f73637265656e73686f742e706e67)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96449b486dfd7d0aeb78dd25c90eb31ad74185ba9d271439adb99dc5d9161de4?d=identicon)[Dev4Born](/maintainers/Dev4Born)

---

Tags

loglaravellogginglog viewerdev4born

### Embed Badge

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

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

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M71](/packages/rap2hpoutre-laravel-log-viewer)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[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)
