gw2treasures/gw2tools

PHP 中处理 Guild Wars 2 数据的有用助手集合

1.0.0 2016-04-10 09:44 UTC

This package is auto-updated.

Last update: 2024-09-16 21:40:17 UTC


README

version license Travis Coverage

PHP 中处理 Guild Wars 2 数据的有用助手集合.

功能

  • ...

要求

  • PHP >= 5.5

设置

使用 composer(推荐)

composer require gw2treasures/gw2tools

如果你还没有包括 composer 自动加载器,你需要在能够使用 GW2Tools 之前添加它。

include 'vendor/autoload.php';

使用 gw2api.phar 归档

你需要下载 最新的 gw2tools.phar 并将其放置在项目目录中。现在你可以包含它以开始使用 GW2Tools。

include __DIR__ . '/gw2tools.phar';

许可

MIT © 2016 gw2treasures.com