kaho88/zmb-srp

A zKillboard based SRP approval plugin for SeAT.

Maintainers

Package info

github.com/kaho88/zmb-srp

Language:Blade

Type:seat-plugin

pkg:composer/kaho88/zmb-srp

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2026-06-26 10:50 UTC

This package is auto-updated.

Last update: 2026-06-26 10:52:34 UTC


README

Latest Stable Version Total Downloads License

kaho88/zmb-srp is a small SeAT SRP plugin that accepts zKillboard kill links such as:

https://zkillboard.com/kill/136562938/

The plugin verifies requests through the zKillboard API, stores the request locally, and provides a simple approval queue with the states Pending, Approved, Rejected, Paid Out, and Pending Deletion.

zKillboard API behavior

Requests are made with:

  • Accept-Encoding: gzip
  • User-Agent: kaho88/zmb-srp SeAT plugin Maintainer: kaho88

The verifier uses https://zkillboard.com/api/killID/{kill_id}/, caches responses for one hour, and falls back to ESI killmail data when zKillboard only returns value metadata.

Install

SeAT Docker / .env

Add the package to your SeAT plugin line:

SEAT_PLUGINS=kaho88/zmb-srp

If you already have plugins configured, append it with a comma:

SEAT_PLUGINS=vendor/other-plugin,kaho88/zmb-srp

Then restart/update the SeAT containers and run migrations:

php artisan migrate

Composer install

For a non-Docker install, require the package in your SeAT installation:

composer require kaho88/zmb-srp
php artisan migrate
php artisan config:clear
php artisan cache:clear

Assign these permissions in SeAT:

  • zmb-srp.request
  • zmb-srp.settle
  • zmb-srp.settings
  • zmb-srp.delete optional

SRP amount

The default payout calculation is Ship + fit at 90%. Settings can change the base to Ship + fit, Ship only, or Everything, and can change the payout percentage. The exact mode and percentage are stored on every request when it is submitted.

Discord notifications

New SRP requests can be pushed to Discord. Grant zmb-srp.settings, open the SRP settings page, and save a Discord webhook URL. An optional mention such as <@&1234567890> can be prepended to the message.