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 1mo ago

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

16

—

LowBetter than 5% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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://www.gravatar.com/avatar/91e87a483d27e83c974532ad0dddd218734a3857092e63651d2d66250cb5e207?d=identicon)[aleddev](/maintainers/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.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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