2017 © Pedro Peláez
 

library oauth2-greenhouse

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

image

krdinesh/oauth2-greenhouse

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  • Wednesday, October 11, 2017
  • by krdinesh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 153 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

GreenHouse Provider for OAuth 2.0 Client

This package provides GreenHouse OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*1)

Installation

To install, use composer:, (*2)

composer require krdinesh/oauth2-greenhouse

Usage

Usage is the same as The League's OAuth client, using \League\OAuth2\Client\Provider\GreenHouse as the provider., (*3)

Managing Scopes

When creating your GreenHouse authorization URL, you can specify the state and scopes your application may authorize., (*4)

$options = [
    'scope' => ['candidates.views','candidates.create','jobs.views'] // array or string
];

$authorizationUrl = $provider->getAuthorizationUrl($options);

Testing

bash $ ./vendor/bin/phpunit, (*5)

License

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

The Versions

11/10 2017

dev-develop

dev-develop

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse

11/10 2017

dev-master

9999999-dev

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse

11/10 2017

v1.0.2

1.0.2.0

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse

11/10 2017

dev-hotfix/v1.0.2

dev-hotfix/v1.0.2

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse

17/07 2017

v1.0.1

1.0.1.0

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse

11/07 2017

v1.0

1.0.0.0

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dinesh kumar

authorization oauth client oauth2 authorisation greenhouse