vulnerar/agent

There is no license information available for the latest version (v0.3) of this package.

Maintainers

Package info

github.com/vulnerar/agent

pkg:composer/vulnerar/agent

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.3 2026-02-10 15:46 UTC

This package is auto-updated.

Last update: 2026-02-24 11:49:09 UTC


README

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 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.