gw2treasures/gw2tools
Composer 安装命令:
composer require gw2treasures/gw2tools
包简介
Collection of useful helpers to work with data for Guild Wars 2 in PHP
关键字:
README 文档
README
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
统计信息
- 总下载量: 149
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-09