vulnerar/agent 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vulnerar/agent

最新稳定版本:v0.6.5

Composer 安装命令:

composer require vulnerar/agent

包简介

README 文档

README

Laravel Badge tests

Installation

To install the agent, follow the steps below:

1. Install agent

composer require vulnerar/agent

2. Add token to your .env file

VULNERAR_TOKEN=<YOUR-TOKEN>

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.

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

统计信息

  • 总下载量: 46
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-02-05