gw2treasures/gw2tools

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

1.0.0 2016-04-10 09:44 UTC

This package is auto-updated.

Last update: 2024-04-16 20:45:46 UTC


README

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