PHPackages                             siebird/oauth2-formstack - 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. siebird/oauth2-formstack

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

siebird/oauth2-formstack
========================

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

010PHP

Since Nov 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/siebird/oauth2-formstack)[ Packagist](https://packagist.org/packages/siebird/oauth2-formstack)[ RSS](/packages/siebird-oauth2-formstack/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Formstack Provider for OAuth 2.0 Client
=======================================

[](#formstack-provider-for-oauth-20-client)

This package provides Formstack 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 update

```

Usage
-----

[](#usage)

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

### Authorization Code Flow

[](#authorization-code-flow)

session\_start();

```
