kaho88/zmb-srp
Composer 安装命令:
composer require kaho88/zmb-srp
包简介
A zKillboard based SRP approval plugin for SeAT.
README 文档
README
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: gzipUser-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.requestzmb-srp.settlezmb-srp.settingszmb-srp.deleteoptional
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.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2026-06-26