PHPackages                             janyksteenbeek/mollie-connect-oauth2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. janyksteenbeek/mollie-connect-oauth2

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

janyksteenbeek/mollie-connect-oauth2
====================================

Mollie Connect OAuth 2.0 Client Provider for The PHP League OAuth2-Client

v1.0(7y ago)010MITPHPPHP &gt;=5.6.0

Since Mar 25Pushed 3y agoCompare

[ Source](https://github.com/janyksteenbeek/mollie-connect-oauth2-php)[ Packagist](https://packagist.org/packages/janyksteenbeek/mollie-connect-oauth2)[ RSS](/packages/janyksteenbeek-mollie-connect-oauth2/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Mollie Connect Provider for OAuth 2.0 Client
============================================

[](#mollie-connect-provider-for-oauth-20-client)

[![Latest Version](https://camo.githubusercontent.com/a7ce4f4f1ffee36cef294b3c3c5d82a532b1e409c8b500b510af7fa6d54c4d6c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a616e796b737465656e6265656b2f6d6f6c6c69652d636f6e6e6563742d6f61757468322d7068702e7376673f7374796c653d666c61742d737175617265)](https://github.com/janyksteenbeek/mollie-connect-oauth2-php/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/87e52175560160a97e24423bfed7d351d8a0ecfafb57a8fa23219b4f2601876e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616e796b737465656e6265656b2f6d6f6c6c69652d636f6e6e6563742d6f61757468322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/janyksteenbeek/mollie-connect-oauth2)

This package provides [Mollie Connect](https://docs.mollie.com/oauth/overview) OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

Installation
------------

[](#installation)

To install, use Composer:

```
composer require janyksteenbeek/mollie-connect-oauth2

```

You will need an [Mollie account](https://www.mollie.com/dashboard/signup/1861791?lang=en) *(referral link)* and a registered application in order to use the Mollie Connect API.

Usage
-----

[](#usage)

Usage is the same as The League's OAuth client, using `JanykSteenbeek\MollieConnect\OAuth2\Client\Provider\MollieConnect` as the provider.

### Authorization Code Flow

[](#authorization-code-flow)

```
