PHPackages                             krdinesh/oauth2-greenhouse - 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. krdinesh/oauth2-greenhouse

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

krdinesh/oauth2-greenhouse
==========================

GreenhouseOAuth 2.0 Client Provider for The PHP League OAuth2-Client

v1.0.2(8y ago)13641MITPHP

Since Jul 11Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (1)

GreenHouse Provider for OAuth 2.0 Client
========================================

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

This package provides GreenHouse 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 krdinesh/oauth2-greenhouse

```

Usage
-----

[](#usage)

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

### Managing Scopes

[](#managing-scopes)

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

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

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

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/krdinesh/oauth2-greenhouse/blob/master/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~46 days

Total

3

Last Release

3184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a06089776ca12d199f848d4a2b40957790f2ed7ac51d1327c89c891e728cf6?d=identicon)[dkthelearner](/maintainers/dkthelearner)

---

Top Contributors

[![rsysdinesh](https://avatars.githubusercontent.com/u/15073907?v=4)](https://github.com/rsysdinesh "rsysdinesh (14 commits)")[![rsys-dineshbyte](https://avatars.githubusercontent.com/u/15073907?v=4)](https://github.com/rsys-dineshbyte "rsys-dineshbyte (14 commits)")[![dineshbyte](https://avatars.githubusercontent.com/u/7135188?v=4)](https://github.com/dineshbyte "dineshbyte (4 commits)")

---

Tags

authenticationauthorizationgreenhouseoath2clientoauthoauth2authorizationauthorisationgreenhouse

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/krdinesh-oauth2-greenhouse/health.svg)

```
[![Health](https://phpackages.com/badges/krdinesh-oauth2-greenhouse/health.svg)](https://phpackages.com/packages/krdinesh-oauth2-greenhouse)
```

###  Alternatives

[stevenmaguire/oauth2-keycloak

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

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1152.7M11](/packages/patrickbussmann-oauth2-apple)[omines/oauth2-gitlab

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

36761.9k15](/packages/omines-oauth2-gitlab)[league/oauth2-instagram

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

661.1M43](/packages/league-oauth2-instagram)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

261.8M1](/packages/mollie-oauth2-mollie-php)[dalpras/oauth2-gotowebinar

LogMeIn GoToWebinar OAuth 2.0 Client Provider for the PHP League's OAuth 2.0 Client

1245.5k](/packages/dalpras-oauth2-gotowebinar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
