PHPackages                             koalati/oauth2-webflow - 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. koalati/oauth2-webflow

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

koalati/oauth2-webflow
======================

A Webflow Provider for OAuth2 client library league/oauth2-client

v1.0.1(3y ago)3134MITPHPPHP &gt;=8.0

Since Feb 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/koalatiapp/oauth2-webflow)[ Packagist](https://packagist.org/packages/koalati/oauth2-webflow)[ RSS](/packages/koalati-oauth2-webflow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Webflow Provider for OAuth 2.0 client `league/oauth2-client`
============================================================

[](#webflow-provider-for-oauth-20-client-leagueoauth2-client)

[![Latest Version](https://camo.githubusercontent.com/61a185a8ff3b9c98933b0fa34b8afa39a92227b37aaca26dd9fec0a54e6ef4d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6f616c6174696170702f6f61757468322d776562666c6f772e7376673f7374796c653d666c61742d737175617265)](https://github.com/koalatiapp/oauth2-webflow/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/77ba607d393b70ca48e0f43017c47b8fd68f20c08c73ecefb60a199eb9fa340f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6f616c6174696170702f6f61757468322d776562666c6f772f63692e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/koalatiapp/oauth2-webflow/actions)[![Total Downloads](https://camo.githubusercontent.com/583c345d459b07298110d8fc7d9b6927f33365cbc37b4fea29619c7126f9e9fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f616c6174692f6f61757468322d776562666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/koalati/oauth2-webflow)

This package provides Webflow OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

Requirements
------------

[](#requirements)

This package requires PHP `8.0` or above.

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

[](#installation)

To install, use composer:

```
composer require koalati/oauth2-webflow

```

Usage
-----

[](#usage)

### Authorization Code Flow

[](#authorization-code-flow)

```
