PHPackages                             aleddev/dashlog - 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. aleddev/dashlog

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

aleddev/dashlog
===============

A request monitoring and logging package for Laravel

010PHP

Since Mar 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AlejoFM/dashlog)[ Packagist](https://packagist.org/packages/aleddev/dashlog)[ RSS](/packages/aleddev-dashlog/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DashLog
=======

[](#dashlog)

A request monitoring and logging package for Laravel.

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

[](#installation)

```
composer require aleddev/dashlog
```

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

[](#configuration)

```
php artisan vendor:publish --provider="AledDev\DashLog\Infrastructure\Providers\DashLogServiceProvider"
```

Middleware
----------

[](#middleware)

```
php artisan vendor:publish --provider="AledDev\DashLog\Infrastructure\Providers\DashLogServiceProvider"
```

Migrations
----------

[](#migrations)

```
php artisan migrate
```

Usage
-----

[](#usage)

- Now you have a middleware that will log the request and response, you can use it in the routes that you want to monitor.
- To access the dashboard, you can go to `your-domain.com/dashlog` and see the requests that have been made. ( We recommend you to have a middleware for this route )

Recomendations
--------------

[](#recomendations)

- Use the middleware in the routes that you want to monitor.
- Configure the routes that you want to monitor in the `config/dashlog.php` file.
- If you want to make use of the AI analysis, you need to configure the `AIML_API_KEY` in the `.env` file.

AI Analysis
-----------

[](#ai-analysis)

The AI analysis is optional and is not enabled by default. If you want to make use of the AI analysis, you need to configure the `AIML_API_KEY` in the `.env` file. We use the [AIML API](https://aiml.com/) to analyze the request logs, because it offers a free plan for low requests, if you want to use another provider, you will need to implement your own.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/81992186?v=4)[aleddev](/maintainers/aleddev)[@AledDev](https://github.com/AledDev)

---

Top Contributors

[![AlejoFM](https://avatars.githubusercontent.com/u/101153964?v=4)](https://github.com/AlejoFM "AlejoFM (19 commits)")

### Embed Badge

![Health badge](/badges/aleddev-dashlog/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M343](/packages/open-telemetry-sdk)

PHPackages © 2026

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