PHPackages                             depotism/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. depotism/seat-buyback

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

depotism/seat-buyback
=====================

Buyback plugin for SeAT

v0.2.6(1y ago)2404GPL-3.0PHPPHP ^8.2

Since Apr 6Pushed 1y agoCompare

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

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

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

[](#seat-buyback)

![Latest Stable Version](https://camo.githubusercontent.com/b4b08186e19cdeac7d3ba78ae1aaffa648b0499076e94edd35a0f3ed2941a952/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465706f7469736d2f736561742d6275796261636b3f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/b92a6a9b671b6d885a91ae8d820dbd7425938b269cb5502bd41f411f10cfda81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536541542d352e302e782d626c756576696f6c65743f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b92a6a9b671b6d885a91ae8d820dbd7425938b269cb5502bd41f411f10cfda81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536541542d352e302e782d626c756576696f6c65743f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/8c8eddeea4b0cdaa0fb6af09798aab942b092051eddbcfde02aa12487bec972c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4465706f7469736d2f736561742d6275796261636b3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8c8eddeea4b0cdaa0fb6af09798aab942b092051eddbcfde02aa12487bec972c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4465706f7469736d2f736561742d6275796261636b3f7374796c653d666c61742d737175617265)

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

In case of problems please contact me via EVE-Online message or over the seat discord: `depotism`

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

[](#screenshots)

This repro is based on [H4zz4rdDev/seat-buyback](https://github.com/H4zz4rdDev/seat-buyback)'s seat buyback plugin.

So what is the difference?

1. I work with Seat 5!
2. We use the Seat 5 [SeAT Price Provider System Core](https://github.com/recursivetree/seat-prices-core) - i would add the [EvePraisal Price Provider](https://github.com/recursivetree/seat-prices-evepraisal)
3. You can set the price provider of your choice!
4. ... even on per item base!
5. In H4zz4rd's version you had to add item by item manually.
6. ... here you can even paste a list of items
7. ... or: even add a whole category of items!
8. tired of using compressed random ore values? No Problem: pay the buyback by reprocessed value!

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

[](#screenshots-1)

[![contractoverview](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/contract_overview.png)](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/contract_overview.png)

[![itemconfig](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/item_config.png)](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/item_config.png)

[![itemoverview](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/item_overview.png)](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/item_overview.png)

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:

[![discord](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/discord_notification.png)](https://raw.githubusercontent.com/depotism/seat-buyback/refs/heads/master/img/discord_notification.png)

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 depotism/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=depotism/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 depotism/seat-buyback'
```

Donations
---------

[](#donations)

Donations are always welcome, although not required. If you end up using this module a lot, I'd appreciate a donation. You can give ISK or contract PLEX and Ships to `depotism`.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance46

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.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 ~5 days

Total

8

Last Release

414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34275b4f9962e325993c1ef3b10016868a451fe821a66293e37b6f91ab8aa0a0?d=identicon)[depotism](/maintainers/depotism)

---

Top Contributors

[![H4zz4rdDev](https://avatars.githubusercontent.com/u/100998408?v=4)](https://github.com/H4zz4rdDev "H4zz4rdDev (123 commits)")[![chrishenschel](https://avatars.githubusercontent.com/u/28730388?v=4)](https://github.com/chrishenschel "chrishenschel (24 commits)")[![zenobio93](https://avatars.githubusercontent.com/u/5907705?v=4)](https://github.com/zenobio93 "zenobio93 (2 commits)")[![C64Gamer](https://avatars.githubusercontent.com/u/13532609?v=4)](https://github.com/C64Gamer "C64Gamer (1 commits)")[![veteranmina](https://avatars.githubusercontent.com/u/1810464?v=4)](https://github.com/veteranmina "veteranmina (1 commits)")

### Embed Badge

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

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

###  Alternatives

[eveseat/web

SeAT Web Interface

2623.5k157](/packages/eveseat-web)

PHPackages © 2026

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