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(1mo ago)0892↑286.4%MITPHPPHP ^8.1

Since Sep 14Pushed 1mo 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 1w ago

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

40

—

FairBetter than 86% of packages

Maintenance88

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Recently: every ~69 days

Total

6

Last Release

59d ago

### Community

Maintainers

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

---

Top Contributors

[![RJ2020DD](https://avatars.githubusercontent.com/u/89382363?v=4)](https://github.com/RJ2020DD "RJ2020DD (1 commits)")

---

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.7k57.2M682](/packages/laravel-scout)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k12.2M128](/packages/nuwave-lighthouse)[anousss007/vigilance

A driver-agnostic control center for Laravel queues, jobs, commands and the scheduler. Monitor what ran (with parameters), see failures, and dispatch jobs or run artisan commands manually from a self-contained dashboard.

1939.9k](/packages/anousss007-vigilance)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[jurager/teams

Laravel package to manage team functionality and operate with user permissions.

23623.3k](/packages/jurager-teams)

PHPackages © 2026

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