jzecca / oauth2-edenred
为PHP League OAuth2-Client提供的Edenred OAuth 2.0客户端提供商
1.0.0
2021-06-05 15:12 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: 2024-09-30 01:27:01 UTC
README
本包为PHP League的OAuth 2.0客户端提供Edenred Connect OAuth 2.0支持。
安装
安装时请使用composer
composer require jzecca/oauth2-edenred
用法
用法与The League的OAuth客户端相同,使用\Jzecca\OAuth2\Client\Provider\Edenred作为提供商。
可用选项
Edenred提供商有以下选项
测试
可以使用以下命令运行测试
composer test
可以使用以下命令修复代码风格
composer fix