Skip to content

chadhutchins/oauth2-mailchimp

Repository files navigation

Mailchimp Provider for OAuth 2.0 Client

Installation

To install, use composer:

composer require chadhutchins/oauth2-mailchimp

Usage

Usage is the same as The League's OAuth client, using \Chadhutchins\OAuth2\Client\Provider\Mailchimp as the provider.

Authorization Code Flow

$provider = new \Chadhutchins\OAuth2\Client\Provider\Mailchimp([
    'clientId'          => '{mailchimp-client-id}',
    'clientSecret'      => '{mailchimp-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url',
]);

For further usage of this package please refer to the core package documentation on "Authorization Code Grant".

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Mailchimp OAuth 2.0 Client Provider for The PHP League OAuth2-Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages