jzecca / oauth2-monizze
Monizze OAuth 2.0 Client Provider for The PHP League OAuth2-Client
1.0.0
2022-08-03 19:00 UTC
Requires
- php: >=7.3
- league/oauth2-client: ^2.0
Requires (Dev)
- eloquent/phony-phpunit: ^7.0
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2026-03-01 00:50:31 UTC
README
This package provides Monizze OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
composer require jzecca/oauth2-monizze
Usage
Usage is the same as The League's OAuth client, using \Jzecca\OAuth2\Client\Provider\Monizze as the provider.
Available Options
The Monizze provider has the following options:
| Name | Type | Default | Description |
|---|---|---|---|
locale |
string |
en |
Display language of the login UI (supported: en,fr,nl) |
Testing
Tests can be run with:
composer test
Code style can be fixed with:
composer fix