This package provides Monizze OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
To install, use composer:
composer require jzecca/oauth2-monizzeUsage is the same as The League's OAuth client, using \Jzecca\OAuth2\Client\Provider\Monizze as the provider.
The Monizze provider has the following options:
| Name | Type | Default | Description |
|---|---|---|---|
locale |
string |
en |
Display language of the login UI (supported: en,fr,nl) |
Tests can be run with:
composer testCode style can be fixed with:
composer fix