afosto/oauth-client

Afosto Client Provider for The PHP League OAuth 2.0 Client

0.0.1 2017-03-10 08:37 UTC

This package is auto-updated.

Last update: 2024-03-23 19:55:21 UTC


README

This package provides Afosto OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

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.

Installation

To install, use composer:

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.

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

License File

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.