PHPackages                             matthillman/swgoh-help - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. matthillman/swgoh-help

ActiveLibrary[API Development](/categories/api)

matthillman/swgoh-help
======================

Laravel wrapper around an API to swogh.help.

1.2(6y ago)31101[1 PRs](https://github.com/matthillman/swgoh-help/pulls)MITPHPPHP ^7.1.3CI failing

Since Oct 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/matthillman/swgoh-help)[ Packagist](https://packagist.org/packages/matthillman/swgoh-help)[ RSS](/packages/matthillman-swgoh-help/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (7)Versions (12)Used By (0)

 [](https://github.com/matthillman/swgoh-help)

API wrapper for swgoh.help
==========================

[](#api-wrapper-for-swgohhelp)

Introduction
------------

[](#introduction)

Laravel wrapper for the [swgoh.help](https://api.swgoh.help) API.

Requires Laravel 5.4 or greater

Installation
------------

[](#installation)

```
# require via composer
composer require matthillman/swgoh-help
```

Setup
-----

[](#setup)

#### Credentials

[](#credentials)

The wrapper looks for credentials stored in Laravel's "services" configuration under the "swgoh\_help" key. You must include your username and password; you can optionally include the client\_id and client\_secret, but given how swogh.help is set up, this is not needed.

**Example configuration**:

config/services.php:

```
