Collection of useful helpers to work with data for Guild Wars 2 in PHP.
- ...
- PHP >= 5.5
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';
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';
MIT © 2016 gw2treasures.com