PHPackages                             vulnerar/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. [Security](/categories/security)
4. /
5. vulnerar/agent

ActiveLibrary[Security](/categories/security)

vulnerar/agent
==============

v0.8(1mo ago)155PHPPHP ^8.2CI failing

Since Feb 5Pushed 1mo agoCompare

[ Source](https://github.com/vulnerar/agent)[ Packagist](https://packagist.org/packages/vulnerar/agent)[ RSS](/packages/vulnerar-agent/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (37)Versions (19)Used By (0)

Vulnerar Agent
==============

[](#vulnerar-agent)

[![Laravel Badge](https://camo.githubusercontent.com/5b6acf76706da2c1182031e3244b813d68d9d18c17237a31cd0d4dfcede7745f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3131253743313225374331332d626c75653f6c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/5b6acf76706da2c1182031e3244b813d68d9d18c17237a31cd0d4dfcede7745f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3131253743313225374331332d626c75653f6c6f676f3d6c61726176656c)[![tests](https://github.com/vulnerar/agent/actions/workflows/tests.yml/badge.svg)](https://github.com/vulnerar/agent/actions/workflows/tests.yml)

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

[](#installation)

To install the agent, follow the steps below:

### 1. Install agent

[](#1-install-agent)

```
composer require vulnerar/agent
```

### 2. Add token to your .env file

[](#2-add-token-to-your-env-file)

```
VULNERAR_TOKEN=
```

### 3. Run agent

[](#3-run-agent)

The agent must be actively running to collect and send data to Vulnerar. Start the agent using the following Artisan command:

```
 php artisan vulnerar:agent
```

The agent also uses Laravel's built-in task scheduling to collect periodic events in the background. Use your preferred way to [run the task scheduler](https://laravel.com/docs/scheduling#running-the-scheduler).

 **Run agent using supervisord (recommended)**We strongly recommend using supervisord to ensure the agent stays running in the background.

```
[program:vulnerar-agent]
process_name=%(program_name)s
command=php /var/www/your-app/artisan vulnerar:agent
directory=/var/www/your-app
autostart=true
autorestart=true
user=www-data
numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/supervisor/vulnerar-agent.log

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance93

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Recently: every ~14 days

Total

15

Last Release

35d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ddde813a0aa4204972dc3920b382c27d0925a0fd2914665959d55e5af75792d?d=identicon)[vulnerar](/maintainers/vulnerar)

---

Top Contributors

[![angelej](https://avatars.githubusercontent.com/u/131715596?v=4)](https://github.com/angelej "angelej (63 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/vulnerar-agent/health.svg)

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

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[clue/docker-react

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.

113163.3k1](/packages/clue-docker-react)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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