wearerequired / oauth2-harvest
Harvest OAuth 2.0 Client Provider for The PHP League OAuth2-Client.
Installs: 3 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- league/oauth2-client: ^2.0
This package is auto-updated.
Last update: 2024-11-19 19:53:09 UTC
README
This package provides Harvest V2 API OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
composer require wearerequired/oauth2-harvest
Usage
Usage is the same as The League's OAuth client, using \Required\OAuth2\Client\Provider\Harvest
as the provider.