Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gw2treasures/gw2tools
Collection of useful helpers to work with data for GW2 in PHP
https://github.com/gw2treasures/gw2tools
guildwars2 gw2 helper php tools
Last synced: 2 days ago
JSON representation
Collection of useful helpers to work with data for GW2 in PHP
- Host: GitHub
- URL: https://github.com/gw2treasures/gw2tools
- Owner: GW2Treasures
- License: mit
- Created: 2016-04-08T22:40:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T15:58:53.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T04:48:16.664Z (7 days ago)
- Topics: guildwars2, gw2, helper, php, tools
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gw2treasures/gw2tools
[![version][packagist-badge]][packagist]
[![license][license-badge]][packagist]
[![Travis][travis-badge]][travis]
[![Coverage][coverage-badge]][coverage][packagist-badge]: https://img.shields.io/packagist/v/gw2treasures/gw2tools.svg?style=flat-square
[license-badge]: https://img.shields.io/packagist/l/gw2treasures/gw2tools.svg?style=flat-square
[travis-badge]: https://img.shields.io/travis/GW2Treasures/gw2tools/master.svg?style=flat-square
[coverage-badge]: https://img.shields.io/codecov/c/github/GW2Treasures/gw2tools/master.svg?style=flat-square
[packagist]: https://packagist.org/packages/gw2treasures/gw2tools
[travis]: https://travis-ci.org/GW2Treasures/gw2tools
[coverage]: https://codecov.io/github/GW2Treasures/gw2tools**Collection of useful helpers to work with data for Guild Wars 2 in PHP**.
## Features
- ...## Requirements
- PHP >= 5.5## Setup
### Using [composer](https://getcomposer.org) (recommended)
```sh
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.```php
include 'vendor/autoload.php';
```### Using the gw2api.phar archive
You need to download the [latest gw2tools.phar](https://github.com/GW2Treasures/gw2tools/releases/latest)
and place it in your project directory.
Now you can include it to start using the GW2Tools.```php
include __DIR__ . '/gw2tools.phar';
```## License
[MIT](LICENSE) © 2016 gw2treasures.com