Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jul 20, 2016
1 parent eaf83a3 commit 6fc7bfd
Showing 1 changed file with 16 additions and 29 deletions.
45 changes: 16 additions & 29 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,30 @@
![SeAT](http://i.imgur.com/aPPOxSK.png)

#### A Simple, EVE Online API Tool and Corporation Manager
## SeAT: A Simple, EVE Online API Tool and Corporation Manager

[![Latest Stable Version](https://poser.pugx.org/eveseat/seat/v/stable)](https://packagist.org/packages/eveseat/seat)
[![Latest Unstable Version](https://poser.pugx.org/eveseat/seat/v/unstable)](https://packagist.org/packages/eveseat/seat)
[![License](https://poser.pugx.org/eveseat/seat/license)](https://packagist.org/packages/eveseat/seat)
[![Documentation Status](https://readthedocs.org/projects/seat-docs/badge/?version=latest)](http://seat-docs.readthedocs.org/en/latest/?badge=latest)

SeAT is a simple, EVE Online corporation management tool written in PHP using the Laravel Framework driven by a MySQL database.

This repository contains the main SeAT Repository. It can be seen as the 'glue' for all of the SeAT core packages.
SeAT is a EVE Online Corporation Management Tool written in PHP using the Laravel Framework driven by a MySQL database. SeAT itself is the result of a rewrite of the original Corporation Management Tool that I wrote for our corp and figured there may be others out there that may need similar tools.

## documentation & installation
Please refer to the [documentation](http://seat-docs.rtfd.org) for installation instructions, upgrade guides and more.

## donate
If you like SeAT, please consider donating ISK ingame to [qu1ckkkk](https://gate.eveonline.com/Profile/qu1ckkkk).

## Core package statuses.

#### eveseat/api
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/api/v/stable)](https://packagist.org/packages/eveseat/api)
* Repo Location: [https://github.com/eveseat/api](https://github.com/eveseat/api)

#### eveseat/console
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/console/v/stable)](https://packagist.org/packages/eveseat/console)
* Repo Location: [https://github.com/eveseat/console](https://github.com/eveseat/console)

#### eveseat/eveapi
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/eveapi/v/stable)](https://packagist.org/packages/eveseat/eveapi)
* Repo Location: [https://github.com/eveseat/eveapi](https://github.com/eveseat/eveapi)

#### eveseat/notifications
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/notifications/v/stable)](https://packagist.org/packages/eveseat/notifications)
* Repo Location: [https://github.com/eveseat/notifications](https://github.com/eveseat/notifications)

#### eveseat/web
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/web/v/stable)](https://packagist.org/packages/eveseat/web)
* Repo Location: [https://github.com/eveseat/web](https://github.com/eveseat/web)

#### eveseat/services
* Current Version: [![Latest Stable Version](https://poser.pugx.org/eveseat/services/v/stable)](https://packagist.org/packages/eveseat/services)
* Repo Location: [https://github.com/eveseat/services](https://github.com/eveseat/services)
If you like SeAT, please consider donating ISK in game to [qu1ckkkk](https://gate.eveonline.com/Profile/qu1ckkkk).

## package versions
The following table shows the core SeAT packages and their respective versions.

| Package Name | Source | Version |
|----------------|:-------------:| --------|
| eveseat/api | [https://github.com/eveseat/api](https://github.com/eveseat/api) | [![Latest Stable Version](https://poser.pugx.org/eveseat/api/v/stable)](https://packagist.org/packages/eveseat/api) |
| eveseat/console | [https://github.com/eveseat/console](https://github.com/eveseat/console) | [![Latest Stable Version](https://poser.pugx.org/eveseat/console/v/stable)](https://packagist.org/packages/eveseat/console) |
| eveseat/eveapi | [https://github.com/eveseat/eveapi](https://github.com/eveseat/eveapi) | [![Latest Stable Version](https://poser.pugx.org/eveseat/eveapi/v/stable)](https://packagist.org/packages/eveseat/eveapi) |
| eveseat/notifications | [https://github.com/eveseat/notifications](https://github.com/eveseat/notifications) | [![Latest Stable Version](https://poser.pugx.org/eveseat/notifications/v/stable)](https://packagist.org/packages/eveseat/notifications) |
| eveseat/web | [https://github.com/eveseat/web](https://github.com/eveseat/web) | [![Latest Stable Version](https://poser.pugx.org/eveseat/web/v/stable)](https://packagist.org/packages/eveseat/web) |
| eveseat/services | [[https://github.com/eveseat/services](https://github.com/eveseat/services) | [![Latest Stable Version](https://poser.pugx.org/eveseat/services/v/stable)](https://packagist.org/packages/eveseat/services) |

0 comments on commit 6fc7bfd

Please sign in to comment.