PHPackages                             syaripin-i8i/seat-srp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. syaripin-i8i/seat-srp

ActiveSeat-plugin

syaripin-i8i/seat-srp
=====================

A module for SeAT that tracks SRP requests

5.0.8(yesterday)020↑2900%GPL-2.0Blade

Since Dec 15Pushed yesterdayCompare

[ Source](https://github.com/syaripin-i8i/seat-srp)[ Packagist](https://packagist.org/packages/syaripin-i8i/seat-srp)[ RSS](/packages/syaripin-i8i-seat-srp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (41)Used By (0)

seat-srp
========

[](#seat-srp)

> **Fork Notice**
> This is a community-maintained fork of [cryptatech/seat-srp](https://github.com/eveseat-plugins/seat-srp) (originally by Crypta Electrica).
> The original package is no longer actively maintained.
> Modifications in this fork are made using [Claude](https://claude.ai) (Anthropic) and [Codex](https://openai.com/codex) as AI coding assistants.

> **フォーク版について**
> このパッケージは [cryptatech/seat-srp](https://github.com/eveseat-plugins/seat-srp) のコミュニティフォークです。
> 原作者による更新が停止したため、eveapi/SeAT 6.x への追随を目的として作成されました。
> 本フォークの変更は AI コーディングアシスタント（Claude / Codex）を用いて実施されています。

A module for SeAT that tracks SRP requests

This plugin write for [SeAT](https://github.com/eveseat/seat) is providing to your instance a way to manage your ship replacement program (SRP)

![Latest Stable Version](https://camo.githubusercontent.com/70af5665bf834181bf462164c750e9091426d5280d7ae186d6fe8b8a59f0dd32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737961726970696e2d6938692f736561742d7372702e7376673f7374796c653d666c61742d737175617265)[![License](https://camo.githubusercontent.com/244607c741b08a9bfbaca45498deef0db2a598ac7f42ac1d0cba12fa91472379/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76322d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/syaripin-i8i/seat-srp/master/LICENSE)

This fork currently uses `main` for SeAT 5.x compatibility.

If you have issues with this, you can contact me on Eve as **Crypta Electrica**, or on email as ''

Installation (VCS direct)
-------------------------

[](#installation-vcs-direct)

Use VCS installation if this fork is for private/personal use and you do not want to publish on Packagist.

1. Remove the original package from SeAT: `composer remove cryptatech/seat-srp`
2. Add this fork repository to Composer: `composer config repositories.syaripin-seat-srp vcs https://github.com/syaripin-i8i/seat-srp`
3. Install this fork (`main` branch): `composer require syaripin-i8i/seat-srp:dev-main`
4. Run post-install tasks: `php artisan migrate``php artisan cache:clear``php artisan view:clear`

After install, the `Ship Replacement Program` menu should appear in SeAT.

Price Provider Setup
--------------------

[](#price-provider-setup)

In order to use this plugin you must have configured at least one PriceProvider. See [here](https://github.com/recursivetree/seat-prices-core) for available providers.

SRP Payout Calculations
-----------------------

[](#srp-payout-calculations)

### Simple SRP

[](#simple-srp)

By default, the application is configured in simple mode. In this mode, the SRP payout is calculated by using the for the whole killmail.

### Advanced SRP

[](#advanced-srp)

Advanced SRP can be enabled in the settings menu. Once enabled, the SRP Admin will need to specify rules around payout calculations. The rule types available are `Type`, `Group` and `Default`. The rules are matched in that order with the first match being used to calculate payout value.

#### Shared Configuration Options

[](#shared-configuration-options)

- **Price Source** - Where the pricing of individual elements will be drawn from
- **Base Value** - A fixed ISK amount added to each payout from this rule
- **Hull %** - The percentage of the ship hull value to be paid out.
- **Fit %** - The percentage of the ship fit value to be paid out.
- **Cargo %** - The percentage of the ship cargo value to be paid out.
- **Deduct Insurance** - If selected, the payout will be reduced by the benefit gained from insurance (payout - cost)

#### Rule Types

[](#rule-types)

##### Type Rules

[](#type-rules)

Type rules match the ship type exactly, for example a Scorpion or Blackbird. Note that variants are considered separate ships. Ie a Raven is different to a Raven Navy Issue.

##### Group Rules

[](#group-rules)

Group rules match based on the group of the ship, such as `Frigate`, `Shuttle` or `Battleship`.

##### Default Rule

[](#default-rule)

The default rule is the rule used when there are no type or group rules that have been triggered. The default rule is a catch all for any remaining payout calculations.

Discord Webhook (optional)
--------------------------

[](#discord-webhook-optional)

Automated notifications of new SRP Requests submitted in Discord

***In Discord application:***

1. On a channel of your choice, click the cog icon to open the channel settings
2. In the channel settings, navigate to the Webhooks tab
3. Click `Create Webhook`
4. Fill in name for the webhook and (optional) image
5. Copy the Webhook URL
6. Click `Save` to finish creating the webhook

***In SeAT file:***

The Ship Replacement Program Settings page accepts two variables for the webhook:

1. (required) `Webhook URL`: this is the url you copied when creating the webhook in Discord
2. (optional) `Discord Mention Role`: this can be a room mention (e.g. `@here`), a Discord role ID, or a specific user ID - Role ID and User ID can be obtained by typing `/@rolename` into a channel (e.g. `/@srp_manager`)

Example of entries:

```
Webhook URL = https://discordapp.com/api/webhooks/513619798362554369/Px9VQwiE5lhhBqOjW7rFBuLmLzMimwcklC2kIDJhQ9hLcDzCRPCkbI0LgWq6YwIbFtuk
Discord Mention Role =

```

Good luck, and Happy Hunting!! o7

Usage Tracking
--------------

[](#usage-tracking)

Snoopy-based external tracking has been removed in this fork.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance100

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 55.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~79 days

Recently: every ~192 days

Total

39

Last Release

1d ago

Major Versions

2.0.11 → 3.0.0-beta12018-05-01

3.0.8 → 4.0.12020-01-03

v4.0.2 → 5.0.02023-07-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66564937?v=4)[syaripin](/maintainers/syaripin-i8i)[@syaripin-i8i](https://github.com/syaripin-i8i)

---

Top Contributors

[![Crypta-Eve](https://avatars.githubusercontent.com/u/25732499?v=4)](https://github.com/Crypta-Eve "Crypta-Eve (97 commits)")[![dysath](https://avatars.githubusercontent.com/u/16873612?v=4)](https://github.com/dysath "dysath (45 commits)")[![warlof](https://avatars.githubusercontent.com/u/648753?v=4)](https://github.com/warlof "warlof (12 commits)")[![Raikia](https://avatars.githubusercontent.com/u/18066499?v=4)](https://github.com/Raikia "Raikia (6 commits)")[![syaripin-i8i](https://avatars.githubusercontent.com/u/66564937?v=4)](https://github.com/syaripin-i8i "syaripin-i8i (6 commits)")[![recursivetree](https://avatars.githubusercontent.com/u/60423027?v=4)](https://github.com/recursivetree "recursivetree (4 commits)")[![JHXSMatthew](https://avatars.githubusercontent.com/u/11565658?v=4)](https://github.com/JHXSMatthew "JHXSMatthew (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")[![QueerCodingGirl](https://avatars.githubusercontent.com/u/823281?v=4)](https://github.com/QueerCodingGirl "QueerCodingGirl (1 commits)")[![herpaderpaldent](https://avatars.githubusercontent.com/u/6583519?v=4)](https://github.com/herpaderpaldent "herpaderpaldent (1 commits)")

### Embed Badge

![Health badge](/badges/syaripin-i8i-seat-srp/health.svg)

```
[![Health](https://phpackages.com/badges/syaripin-i8i-seat-srp/health.svg)](https://phpackages.com/packages/syaripin-i8i-seat-srp)
```

###  Alternatives

[eveseat/web

SeAT Web Interface

2723.2k133](/packages/eveseat-web)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
