PHPackages                             kabbouchi/laravel-ward - 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. kabbouchi/laravel-ward

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

kabbouchi/laravel-ward
======================

v0.6.0(3y ago)25364.1k↑17.5%6[4 PRs](https://github.com/KABBOUCHI/laravel-ward/pulls)1MITJavaScript

Since Mar 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/KABBOUCHI/laravel-ward)[ Packagist](https://packagist.org/packages/kabbouchi/laravel-ward)[ RSS](/packages/kabbouchi-laravel-ward/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (13)Used By (1)

Laravel Ward
============

[](#laravel-ward)

###### Manage Your Laravel Log From A Web Dashboard

[](#manage-your-laravel-log-from-a-web-dashboard)

Install
-------

[](#install)

```
composer require kabbouchi/laravel-ward

php artisan vendor:publish --tag=ward-config

php artisan vendor:publish --tag=ward-assets --force
```

Add WardServiceProvider to the providers array of your Laravel v5.4 application's config/app.php

```
KABBOUCHI\Ward\Providers\WardServiceProvider::class,
```

Web Dashboard Laravel Ward's dashboard is inspired by Laravel Horizon. Just like Horizon you can configure authentication to Ward's dashboard. Add the following to the boot method of your AppServiceProvider or wherever you might seem fit.

```
use KABBOUCCHI\Ward\Ward;

Ward::auth(function($request) {
    // return true / false . For e.g.
    return Auth::check();
});
```

By default Ward's dashboard only works in local environment. To view the dashboard point your browser to /ward of your app or change the `uri` in `config/ward.php`. For e.g.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~256 days

Recently: every ~316 days

Total

8

Last Release

1184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/262a11f6a501bc3542b512aa3793e586f1162e8b300161824f1e13d425fa1bf3?d=identicon)[KABBOUCHI](/maintainers/KABBOUCHI)

---

Top Contributors

[![KABBOUCHI](https://avatars.githubusercontent.com/u/9212274?v=4)](https://github.com/KABBOUCHI "KABBOUCHI (21 commits)")[![Kussie](https://avatars.githubusercontent.com/u/4960791?v=4)](https://github.com/Kussie "Kussie (1 commits)")[![lilianjin](https://avatars.githubusercontent.com/u/21023027?v=4)](https://github.com/lilianjin "lilianjin (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

loglaravellogsViewerward

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kabbouchi-laravel-ward/health.svg)

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

###  Alternatives

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[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)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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