vulnerar / agent
There is no license information available for the latest version (v0.3) of this package.
v0.3
2026-02-10 15:46 UTC
Requires
- php: ^8.2
- laravel/framework: ^11.0|^12.0
Requires (Dev)
- orchestra/pest-plugin-testbench: ^3.2
- orchestra/testbench: ^10.9|^9.16
- pestphp/pest: ^3.8.5
- pestphp/pest-plugin-laravel: ^3.2
README
Installation
To install the agent, follow the steps below:
-
Install agent
composer require vulnerar/agent
-
Add token to your .env file
VULNERAR_TOKEN=<YOUR-TOKEN>
-
Run agent
The agent uses Laravel's built-in queue system and task scheduling to synchronize events in the background. Use your preferred way to run the queue worker and task scheduler.