PHPackages                             shep517/oauth2-jobber - 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. shep517/oauth2-jobber

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

shep517/oauth2-jobber
=====================

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

1.0.0(2y ago)0107MITPHP

Since Jun 1Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Jobber Provider for OAuth 2.0 Client
====================================

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

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

[](#installation)

To install, use composer:

```
composer require shep517/oauth2-jobber

```

Usage
-----

[](#usage)

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

### Authorization Code Flow

[](#authorization-code-flow)

```
$provider = new \Shep517\OAuth2\Client\Provider\Jobber([
    'clientId'          => '{jobber-client-id}',
    'clientSecret'      => '{jobber-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url',
]);
```

For further usage of this package please refer to the [core package documentation on "Authorization Code Grant"](https://github.com/thephpleague/oauth2-client#usage).

Credits
-------

[](#credits)

- [Jon Sheppard](https://github.com/shep517)
- [Chad Hutchins](https://github.com/chadhutchins) - piggybacked
- [All Contributors](https://github.com/shep517/oauth2-jobber/contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

1076d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d223c08cafacc5378c3861e23855003374b07f684eef1cf58af782658cf5a9e?d=identicon)[shep517](/maintainers/shep517)

---

Top Contributors

[![shep517](https://avatars.githubusercontent.com/u/862541?v=4)](https://github.com/shep517 "shep517 (2 commits)")

---

Tags

clientoauthoauth2authorizationauthorisationjobber

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/shep517-oauth2-jobber/health.svg)

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

###  Alternatives

[stevenmaguire/oauth2-keycloak

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

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

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

1132.5M6](/packages/patrickbussmann-oauth2-apple)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

251.7M1](/packages/mollie-oauth2-mollie-php)[omines/oauth2-gitlab

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

36721.5k13](/packages/omines-oauth2-gitlab)

PHPackages © 2026

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