Download the PHP package warlof/eveseat-mining-ledger without Composer

On this page you can find all versions of the php package warlof/eveseat-mining-ledger. 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 eveseat-mining-ledger

eveseat-mining-ledger

An extension for Eve SeAT which is providing Mining Ledger over ESI for 2.x version

Latest Stable Version Build Status Code Climate Coverage Status License

Setup

Create application

IMPORTANT

Application are not cross compatible. If you want to use singularity as server source, you have to create an application on testeveonline.com. You'll need to create another application on eveonline.com in order to make call to tranquility

Install package

Variable Description
WEML_EVE_CLIENT_ID A valid CCP client_id
WEML_EVE_CLIENT_SECRET The client associated secret
WEML_SSO_BASE https://login.eveonline.com/oauth for live
https://sisi.testeveonline.com/oauth for test
WEML_ESI_SERVER tranquility for live ~ singularity for test

About

This package is providing ESI support for mining ledger only to SeAT 2.x which is still using the deprecated xAPI. Prefer to install SeAT 3.x if it's available since provided informations will be available in core.

Commands

This package will add few commands into your SeAT installation. You'll find their name and purpose into the table bellow.

Command name Description Scheduled
esi:market-prices:update This command will update item average and adjuster prices twice a day
esi:mining-ledger:update This command will update mining ledger from every character which have access granted to the package every 10 minutes

Permissions

This package will add two new permission for respectively character and corporation :

They will grant access to mining ledger on each entity type.

Usage

Every user must go on each of their character in order to active the synchronization. On character views, a new item menu should appeared called Mining. If user clic on this menu item and the current character has not already been binded, there will be an Activate link on table header, on the right corner.

As CEO or officer, you'll be able to see mined amount on corporation sheet where a new item menu should appeared, called Mining. The first sub view Ledger will show you a list of average mined quantity, volume and amount foreach character per year and month.

The second sub view called Tracking will show you the list of all character and display the status if or not the character is coupled to ESI.

Screens

Character Minig Ledger Detailed Mining Ledger Corporation Members Mining Ledger Corporation Tracking Members


All versions of eveseat-mining-ledger with dependencies

PHP Build Version
Package Version
Requires eveseat/web Version ^2.0
eveseat/eseye Version 0.*
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 warlof/eveseat-mining-ledger contains the following files

Loading the files please wait ....