Skip to content

GW2Treasures/gw2tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gw2treasures/gw2tools

version license Travis Coverage

Collection of useful helpers to work with data for Guild Wars 2 in PHP.

Features

  • ...

Requirements

  • PHP >= 5.5

Setup

Using composer (recommended)

composer require gw2treasures/gw2tools

If you haven't included composers autoloader yet, you will have to add this before being able to use the GW2Tools.

include 'vendor/autoload.php';

Using the gw2api.phar archive

You need to download the latest gw2tools.phar and place it in your project directory. Now you can include it to start using the GW2Tools.

include __DIR__ . '/gw2tools.phar';

License

MIT © 2016 gw2treasures.com