PHPackages                             twenty20/application-monitor-agent - 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. twenty20/application-monitor-agent

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

twenty20/application-monitor-agent
==================================

Monitor cron and queue uptime.

0.6(2w ago)0843↑381.3%MITPHPPHP ^8.1

Since Sep 14Pushed 6mo agoCompare

[ Source](https://github.com/Twenty20DD/Application-Monitor-Agent)[ Packagist](https://packagist.org/packages/twenty20/application-monitor-agent)[ Docs](https://github.com/twenty20/application-monitor-agent)[ RSS](/packages/twenty20-application-monitor-agent/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (10)Versions (7)Used By (0)

Application Monitor Agent
=========================

[](#application-monitor-agent)

Monitors scheduled tasks and queues by pinging the Application Monitor API every 5 minutes.

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

[](#installation)

1. Add the site to the Application Monitor application
2. Install the agent:

```
composer require twenty20/application-monitor-agent
```

2. Copy and update the below in your .env

```
APPLICATION_MONITOR_AGENT_ENDPOINT=
APPLICATION_MONITOR_AGENT_SITE_ID=
APPLICATION_MONITOR_AGENT_KEY=
APPLICATION_MONITOR_DEBUGGING_ENABLED=false

```

3. Add the following to the console kernel/commands file in your app:

```
$schedule
    ->command('application-monitor-agent:run-agent')
    ->onOneServer()
    ->withoutOverlapping()
    ->everyFiveMinutes();
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance81

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Recently: every ~69 days

Total

6

Last Release

14d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f0f9518b16358f3876487332f4227308af0944930bc30779d8e91b20653f02d?d=identicon)[Twenty20](/maintainers/Twenty20)

---

Tags

laravelAgentmonitorTwenty20

### Embed Badge

![Health badge](/badges/twenty20-application-monitor-agent/health.svg)

```
[![Health](https://phpackages.com/badges/twenty20-application-monitor-agent/health.svg)](https://phpackages.com/packages/twenty20-application-monitor-agent)
```

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M619](/packages/laravel-scout)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

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