Download the PHP package h4zz4rddev/seat-buyback without Composer

On this page you can find all versions of the php package h4zz4rddev/seat-buyback. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package seat-buyback

seat-buyback

[Latest Stable Version]()

A module for 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: H4zz4rd

Screenshots

adminpanel

requestpanel

contracts

Permissions

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

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

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

Admin

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

Usage

User:

  1. Copy & 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.

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

:warning: 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

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

Example:

discordexample

Quick Installation Guide:

I can also recommend reading through the official seat documentation.

Install

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

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

Docker Install

Open your .env file and edit the SEAT_PLUGINS variable to include the package.

After adding the plugin to your .env file run:

The plugin should be installed after docker has finished booting.

Update

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

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 H4zz4rd.


All versions of seat-buyback with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
eveseat/services Version ^5.0
eveseat/eveapi Version ^5.0
eveseat/web Version ^5.0
eveseat/api Version ^5.0
ext-json Version *
ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package h4zz4rddev/seat-buyback contains the following files

Loading the files please wait ....