PHPackages                             pytonicis/seat-corp-mining-tax - 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. pytonicis/seat-corp-mining-tax

ActiveSeat-plugin

pytonicis/seat-corp-mining-tax
==============================

Tracking of corporation mining tax

5.1.6(5mo ago)29.7k↑73.7%4[1 issues](https://github.com/pyTonicis/seat-corp-mining-tax/issues)GPL-3.0PHPPHP ^8.1

Since Aug 4Pushed 5mo agoCompare

[ Source](https://github.com/pyTonicis/seat-corp-mining-tax)[ Packagist](https://packagist.org/packages/pytonicis/seat-corp-mining-tax)[ RSS](/packages/pytonicis-seat-corp-mining-tax/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

![Latest Stable Version](https://camo.githubusercontent.com/d886f7de3fbb8ac5562a7a5e5d7f9c0303ac61f86b04527e238103d1b101c05d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7079746f6e696369732f736561742d636f72702d6d696e696e672d7461782e7376673f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/b92a6a9b671b6d885a91ae8d820dbd7425938b269cb5502bd41f411f10cfda81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536541542d352e302e782d626c756576696f6c65743f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b92a6a9b671b6d885a91ae8d820dbd7425938b269cb5502bd41f411f10cfda81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536541542d352e302e782d626c756576696f6c65743f7374796c653d666c61742d737175617265)[![](https://camo.githubusercontent.com/48bf9b56d44f38db53ce21294cf0b9487d0a3734ab3ba1fe4c69858ae20db2c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c76332d626c75652e737667)](https://camo.githubusercontent.com/48bf9b56d44f38db53ce21294cf0b9487d0a3734ab3ba1fe4c69858ae20db2c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c76332d626c75652e737667)

Seat Corporation Mining Tax
===========================

[](#seat-corporation-mining-tax)

This plugin provides an extension to calculate mining taxes within the corporation. It simplifies the handling of taxes and gives an overview of mined ores of each member. Some additional features will very helpful to control the mining part, like Corporation Mining Events, Mining Statistics, Corporation Moon's Statistics,..

Installation Guide
------------------

[](#installation-guide)

### For non-Docker

[](#for-non-docker)

```
sudo -H -u www-data bash -c 'php artisan down'
sudo -H -u www-data bash -c 'composer require pyTonicis/seat-corp-mining-tax'
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'
```

### For Docker

[](#for-docker)

```
Edit your `.env` file,locate the line `SEAT_PLUGINS` and append `pyTonicis/seat-corp-mining-tax`
at the end.

```

Then , run `docker-compose up -d` to take effect.

### For non-Docker Update plugin

[](#for-non-docker-update-plugin)

```
sudo -H -u www-data bash -c 'php artisan down'
sudo -H -u www-data bash -c 'composer update pyTonicis/seat-corp-mining-tax'
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'
```

### Plugin Setup

[](#plugin-setup)

- Open Settings Page and select your Corporation Name (at global Settings)
- Set a valid Character Name in field "Contract Issuer" (at Contract Settings)

All other settings such as tax rate can be set as desired. For best tax result, u should set "Ore Valuation Price" to "Mineral Price". The Prices for minerals are inaccurate.

If you want to use EvE Janice as a Price provider, you need to apply for a valid API Key and enter it in the field "Price Provider API Key" and select "Eve Janice as price provider.

### Fill Database with mining data

[](#fill-database-with-mining-data)

If you want to fetch some data from past months, you can generate tax data at console by hand eg.:

```
sudo -H -u www-data bash -c 'php artisan tax:update 2023 10
```

### Permissions

[](#permissions)

There are three different types of permissions you can set for your Members. Access rights are to set in Access Manager of Seat. (Seat-&gt;Settings-&gt;Access Manager)

#### Member

[](#member)

Allow access to overview and reprocessing tool

#### Manager

[](#manager)

Allow access to manage tax contracts and tax calculator

#### Admin

[](#admin)

Allows full access

### How to use the plugin?

[](#how-to-use-the-plugin)

Please read the **MANUAL.md** for more information about configuration and using the plugin.

If you need help, feel free to contact me via Discord: `smasherjobs`

### Donations

[](#donations)

If you would like to support my project, feel free to donate isk or plex to `Smasher Jobs` (in-game).

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

[](#screenshots)

**Overview (Dashboard)**

[![Overview](https://camo.githubusercontent.com/0f59ab43b54b5352e2ea708954f77fdabfe287a060aebff90b66446dfc701087/68747470733a2f2f692e696d6775722e636f6d2f7343793830704c2e6a706567)](https://camo.githubusercontent.com/0f59ab43b54b5352e2ea708954f77fdabfe287a060aebff90b66446dfc701087/68747470733a2f2f692e696d6775722e636f6d2f7343793830704c2e6a706567)

**Reprocessing**

[![Refine](https://camo.githubusercontent.com/2b441c8230bdcf32e4f120b57fbd0ac7db01db5e001b0d346ec6bd47b004e38d/68747470733a2f2f692e696d6775722e636f6d2f353577576639342e706e67)](https://camo.githubusercontent.com/2b441c8230bdcf32e4f120b57fbd0ac7db01db5e001b0d346ec6bd47b004e38d/68747470733a2f2f692e696d6775722e636f6d2f353577576639342e706e67)

**Corporation Mining Tax**

[![Tax](https://camo.githubusercontent.com/e67740059329447b4c4df5027c3e1d0235af06df6807af14412499808481cae1/68747470733a2f2f692e696d6775722e636f6d2f696c75364359502e706e67)](https://camo.githubusercontent.com/e67740059329447b4c4df5027c3e1d0235af06df6807af14412499808481cae1/68747470733a2f2f692e696d6775722e636f6d2f696c75364359502e706e67)

**Corporation Moon Minings** (Moons owned by Corporation)

[![enter image description here](https://camo.githubusercontent.com/7f0107e2aa894b7347f4580046a94ae2eee4af9d47dffd3364d2f3330e916bff/68747470733a2f2f692e696d6775722e636f6d2f434247425a37612e706e67)](https://camo.githubusercontent.com/7f0107e2aa894b7347f4580046a94ae2eee4af9d47dffd3364d2f3330e916bff/68747470733a2f2f692e696d6775722e636f6d2f434247425a37612e706e67)

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance60

Regular maintenance activity

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 99.1% 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 ~60 days

Recently: every ~114 days

Total

15

Last Release

172d ago

Major Versions

v1.2.0 → v5.0.02024-04-24

PHP version history (2 changes)v1.0.2PHP ^7.3

v5.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bdaadbf6a3873f679ca4f1ff9bae666b3a9f929cb5212bae361e49db497e106?d=identicon)[pyTonicis](/maintainers/pyTonicis)

---

Top Contributors

[![pyTonicis](https://avatars.githubusercontent.com/u/101055950?v=4)](https://github.com/pyTonicis "pyTonicis (579 commits)")[![H4zz4rdDev](https://avatars.githubusercontent.com/u/100998408?v=4)](https://github.com/H4zz4rdDev "H4zz4rdDev (5 commits)")

### Embed Badge

![Health badge](/badges/pytonicis-seat-corp-mining-tax/health.svg)

```
[![Health](https://phpackages.com/badges/pytonicis-seat-corp-mining-tax/health.svg)](https://phpackages.com/packages/pytonicis-seat-corp-mining-tax)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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