PHPackages                             rolandsaven/oauth2-jobadder - 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. rolandsaven/oauth2-jobadder

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

rolandsaven/oauth2-jobadder
===========================

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

1.0.1(6y ago)0185MITPHPPHP &gt;=5.6.0CI failing

Since Jan 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rolandsaven/oauth2-jobadder)[ Packagist](https://packagist.org/packages/rolandsaven/oauth2-jobadder)[ RSS](/packages/rolandsaven-oauth2-jobadder/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (3)Used By (0)

JobAdder Provider for OAuth 2.0 Client
======================================

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

[![Latest Stable Version](https://camo.githubusercontent.com/b92dc86e768fcece8bc838106b96d4012047b2e33ecc94e28250761526ce14bb/68747470733a2f2f706f7365722e707567782e6f72672f726f6c616e64736176656e2f6f61757468322d6a6f6261646465722f762f737461626c65)](https://packagist.org/packages/rolandsaven/oauth2-jobadder)[![License](https://camo.githubusercontent.com/5052d70e66fbb7638c64e1266156daec36526176a530b83d746e0a6f5fdf90fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f6c616e64736176656e2f6f61757468322d6a6f6261646465722e737667)](https://github.com/RolandSaven/oauth2-jobadder/blob/master/LICENSE)[![](https://github.com/rolandsaven/oauth2-jobadder/workflows/Main%20Workflow/badge.svg)](https://github.com/rolandsaven/oauth2-jobadder/workflows/Main%20Workflow/badge.svg)

This package provides [JobAdder](https://jobadder.com) 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 rolandsaven/oauth2-jobadder

```

Usage
-----

[](#usage)

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

### Authorization Code Flow

[](#authorization-code-flow)

```
