Afosto Provider for OAuth 2.0 Client
This package provides Afosto OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*1)
This package is compliant with PSR-1, PSR-2, PSR-4, and PSR-7. If you notice compliance oversights,
please send a patch via pull request., (*2)
Installation
To install, use composer:, (*3)
composer require afosto/oauth-client
Usage
Usage is the same as The League's OAuth client, just use Afosto\OauthClient\Client\Provider\Afosto
as the provider. Please refer to core package documentation on "Authorization Code Grant" for more information., (*4)
Credits
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at, (*5)
License File, (*6)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*7)