PHPackages                             hermesdj/seat-buyback - 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. hermesdj/seat-buyback

ActiveSeat-plugin

hermesdj/seat-buyback
=====================

Buyback plugin for SeAT

5.1.2(1y ago)11.5k↓100%GPL-3.0PHP

Since Jan 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hermesdj/seat-buyback)[ Packagist](https://packagist.org/packages/hermesdj/seat-buyback)[ RSS](/packages/hermesdj-seat-buyback/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (17)Used By (0)

seat-buyback
============

[](#seat-buyback)

![Latest Stable Version](https://camo.githubusercontent.com/7ebd2d324fc521f5bf7550cb131e3c9271d6539dc0772d6c00b0a7b0d1db2d03/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6865726d6573646a2f736561742d6275796261636b2e7376673f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/cd7efbef9faacf7676406501e9a959f95d7d2e36c753511768ec38e0e6c46a7d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6865726d6573646a2f736561742d6275796261636b3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/cd7efbef9faacf7676406501e9a959f95d7d2e36c753511768ec38e0e6c46a7d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6865726d6573646a2f736561742d6275796261636b3f7374796c653d666c61742d737175617265)

A module for [SeAT](https://github.com/eveseat/seat) that makes your life with corporation buyback programs a lot easier.

Screenshots
-----------

[](#screenshots)

[![adminpanel](https://camo.githubusercontent.com/9a5c899f9026bc8092933d480c6b48ac483f6439b5d54c3238d98f17b32b3d91/68747470733a2f2f692e696d6775722e636f6d2f316333736441362e706e67)](https://camo.githubusercontent.com/9a5c899f9026bc8092933d480c6b48ac483f6439b5d54c3238d98f17b32b3d91/68747470733a2f2f692e696d6775722e636f6d2f316333736441362e706e67)

[![requestpanel](https://camo.githubusercontent.com/916bd53c0b205a50aa30725e46cfcda84ba995b65ea5ee1f15b2299464fccc54/68747470733a2f2f692e696d6775722e636f6d2f4343374e7448332e706e67)](https://camo.githubusercontent.com/916bd53c0b205a50aa30725e46cfcda84ba995b65ea5ee1f15b2299464fccc54/68747470733a2f2f692e696d6775722e636f6d2f4343374e7448332e706e67)

[![contracts](https://camo.githubusercontent.com/89afd5357fe8dc8f4dc8ca9e84f0ef38f14bc88ae07003187282dccacfb32a6e/68747470733a2f2f692e696d6775722e636f6d2f666156383239762e706e67)](https://camo.githubusercontent.com/89afd5357fe8dc8f4dc8ca9e84f0ef38f14bc88ae07003187282dccacfb32a6e/68747470733a2f2f692e696d6775722e636f6d2f666156383239762e706e67)

Permissions
-----------

[](#permissions)

There are three different types of permissions you can give to your members:

#### Request

[](#request)

This is the default right a corp mate needs to access the buyback module. This permission includes the "Request" and "My Contracts" section.

#### Contract

[](#contract)

This permission is for all corp mates that are allowed to manage the corp buyback requests / contracts.

#### Admin

[](#admin)

This permission gives access to the admin section. Here you can adjust some general plugin settings and configure the buyback item settings.

Usage
-----

[](#usage)

User:

1. Copy &amp; Paste your items you want to sell into the form under request.
2. If everything is fine create the contract in EVE with the details shown on the right
3. Click on Confirm. Done. You will be redirected to the "My Buyback" showing you created buyback.
4. Contract-Manager: Under "Contracts" you can see all created contracts and are able to delete or finish them after you have compared them with the ingame contract of the corp mate.The random generated ID will help you to find contracts faster.

> ⚠️ The buyback will only be saved with the click on "Confirm". Created contracts in EVE can not be seen by the plugin.

> ⚠️ Each item price is cached and only refreshed by default every hour. You can change the cache time over the admin section. Please **do not** set this value too low because this would spam the chosen price provider api and your server could get banned for a while.

Discord Notifications
---------------------

[](#discord-notifications)

You are able to receive on every new buyback request discord notification over a discord webhook url directly into a discord channel. By default, the discord notification are turned off. You have to provide a valid discord webhook url over the admin settings page first.

How can I get my channel webhook url? [Webhook Url Guide](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)

Example:

[![discordexample](https://camo.githubusercontent.com/e9cc9847a1cc16ba4b78197a526aadecd9f5d42eae8c0f79c0d67b8adc4c930a/68747470733a2f2f692e696d6775722e636f6d2f593342457841692e706e67)](https://camo.githubusercontent.com/e9cc9847a1cc16ba4b78197a526aadecd9f5d42eae8c0f79c0d67b8adc4c930a/68747470733a2f2f692e696d6775722e636f6d2f593342457841692e706e67)

Quick Installation Guide:
-------------------------

[](#quick-installation-guide)

I can also recommend reading through the [official seat documentation](https://eveseat.github.io/docs/community_packages/).

### Install

[](#install)

Switch to your seat installation directory ( default : /var/www/seat)

```
sudo -H -u www-data bash -c 'php artisan down'
sudo -H -u www-data bash -c 'composer require hermesdj/seat-buyback'
sudo -H -u www-data bash -c 'php artisan vendor:publish --force --all'
sudo -H -u www-data bash -c 'php artisan migrate'
sudo -H -u www-data bash -c 'php artisan seat:cache:clear'
sudo -H -u www-data bash -c 'php artisan config:cache'
sudo -H -u www-data bash -c 'php artisan route:cache'
sudo -H -u www-data bash -c 'php artisan up'
```

\*Note that `www-data` is the default ubuntu webserver user. If you are running on a different distribution please adjust the user.

### Docker Install

[](#docker-install)

Open your .env file and edit the SEAT\_PLUGINS variable to include the package.

```
# SeAT Plugins
SEAT_PLUGINS=hermesdj/seat-buyback

```

After adding the plugin to your .env file run:

```
docker-compose up -d

```

The plugin should be installed after docker has finished booting.

Update
------

[](#update)

To update the plugin to the newest version you can follow the same installation steps but change the composer command to:

```
sudo -H -u www-data bash -c 'composer update hermesdj/seat-buyback'
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.5% 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 ~13 days

Recently: every ~44 days

Total

15

Last Release

652d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20678892057724918de6a07c1ae4902623115a39675f3db5b2dbf6cc15e8c28f?d=identicon)[hermesdj](/maintainers/hermesdj)

---

Top Contributors

[![H4zz4rdDev](https://avatars.githubusercontent.com/u/100998408?v=4)](https://github.com/H4zz4rdDev "H4zz4rdDev (119 commits)")[![hermesdj](https://avatars.githubusercontent.com/u/5843492?v=4)](https://github.com/hermesdj "hermesdj (32 commits)")[![Gelope](https://avatars.githubusercontent.com/u/157318045?v=4)](https://github.com/Gelope "Gelope (4 commits)")[![zenobio93](https://avatars.githubusercontent.com/u/5907705?v=4)](https://github.com/zenobio93 "zenobio93 (2 commits)")[![Enolyo](https://avatars.githubusercontent.com/u/48598512?v=4)](https://github.com/Enolyo "Enolyo (2 commits)")[![Lazer009](https://avatars.githubusercontent.com/u/157318283?v=4)](https://github.com/Lazer009 "Lazer009 (1 commits)")[![veteranmina](https://avatars.githubusercontent.com/u/1810464?v=4)](https://github.com/veteranmina "veteranmina (1 commits)")[![C64Gamer](https://avatars.githubusercontent.com/u/13532609?v=4)](https://github.com/C64Gamer "C64Gamer (1 commits)")

### Embed Badge

![Health badge](/badges/hermesdj-seat-buyback/health.svg)

```
[![Health](https://phpackages.com/badges/hermesdj-seat-buyback/health.svg)](https://phpackages.com/packages/hermesdj-seat-buyback)
```

###  Alternatives

[eveseat/seat

Simple Eve Api Tool

45319.4k](/packages/eveseat-seat)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[kassie/calendar

Calendar plugin for SeAT.

1420.6k1](/packages/kassie-calendar)

PHPackages © 2026

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