PHPackages                             internexus/watcher-laravel - 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. internexus/watcher-laravel

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

internexus/watcher-laravel
==========================

PHP code execution monitoring package for Laravel

0.0.2(5y ago)065MITPHPPHP ^7.0|^8.0

Since Apr 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/internexus/watcher-laravel)[ Packagist](https://packagist.org/packages/internexus/watcher-laravel)[ RSS](/packages/internexus-watcher-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Internexus Watcher
==================

[](#internexus-watcher)

PHP code execution monitoring package for Laravel.

### Install

[](#install)

```
composer require internexus/watcher-laravel

```

#### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="Internexus\WatcherLaravel\WatcherServiceProvider"

```

#### Middleware

[](#middleware)

Attach the WebMonitoringMiddleware on `app/Http/Kernel.php`:

```
/**
 * The application's route middleware groups.
 *
 * @var array
 */
protected $middlewareGroups = [
    'web' => [
        ...,
        \Internexus\WatcherLaravel\Middleware\WebRequestMonitoring::class,
    ],

    'api' => [
        ...,
        \Internexus\WatcherLaravel\Middleware\WebRequestMonitoring::class,
    ]
```

#### For Lumen

[](#for-lumen)

```
$app->register(\Internexus\WatcherLaravel\WatcherServiceProvider::class);
```

### Configure the .env variable

[](#configure-the-env-variable)

```
WATCHER_API_KEY=[project token]

```

#### Check your environment

[](#check-your-environment)

```
php artisan watcher:test

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

1853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc330b85ba31390b27fd1f1deae77aa54f36099739a13112ca6929d0459e83b1?d=identicon)[nicolashuber](/maintainers/nicolashuber)

---

Top Contributors

[![nicolashuber](https://avatars.githubusercontent.com/u/7015206?v=4)](https://github.com/nicolashuber "nicolashuber (7 commits)")

---

Tags

laravelmonitoringphpphplaravelmonitoringexceptionerror-handlercode execution

### Embed Badge

![Health badge](/badges/internexus-watcher-laravel/health.svg)

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

###  Alternatives

[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[e2ex/e2ex

Converts PHP Errors to Exceptions and (optionally) logs PHP Errors, Notices and Warnings with a PSR-3 compatible logger

101.5k](/packages/e2ex-e2ex)

PHPackages © 2026

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