authzone-eu / oauth2-authzone
Authzone OAuth 2.0 Client Provider for the PHP League OAuth2-Client
dev-main
2025-10-10 18:33 UTC
Requires
- league/oauth2-client: ^2.8
Requires (Dev)
- phpunit/phpunit: ^12.4
This package is not auto-updated.
Last update: 2026-03-28 19:05:16 UTC
README
This package extends PHP League's OAuth 2.0 Client package and adds support for Authzone.
Installation
Add the following to your composer.json file.
{
"require": {
"authzone-eu/oauth2-authzone": "^0.0"
}
}