PHPackages                             jonathanraftery/bullhorn-auth-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jonathanraftery/bullhorn-auth-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jonathanraftery/bullhorn-auth-client
====================================

Simple authorization client to create Bullhorn REST API sessions

v1.1.4(5y ago)127.5k5[1 issues](https://github.com/jonathanraftery/bullhorn-auth-client/issues)MITPHPCI failing

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jonathanraftery/bullhorn-auth-client)[ Packagist](https://packagist.org/packages/jonathanraftery/bullhorn-auth-client)[ RSS](/packages/jonathanraftery-bullhorn-auth-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

Bullhorn Auth Client
====================

[](#bullhorn-auth-client)

This package provides a simple way to automate Bullhorn REST API logins.

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

[](#installation)

```
$ composer require jonathanraftery/bullhorn-auth-client
```

Usage
-----

[](#usage)

```
use jonathanraftery\Bullhorn\Rest\Authentication\Client as BullhornAuthClient;

$client = new BullhornAuthClient(
    'client_id',
    'client_secret'
);

$client->initiateSession(
    'bullhorn_username',
    'bullhorn_password'
);
$restToken = $session->getRestToken();
$restUrl = $session->getRestUrl();

// make Bullhorn calls

// once  your session expires, refresh with the stored refresh token
$client->refreshSession();
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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

Every ~158 days

Recently: every ~182 days

Total

6

Last Release

2143d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12540015?v=4)[Jonathan Raftery](/maintainers/jonathanraftery)[@jonathanraftery](https://github.com/jonathanraftery)

---

Top Contributors

[![jonathanraftery](https://avatars.githubusercontent.com/u/12540015?v=4)](https://github.com/jonathanraftery "jonathanraftery (36 commits)")[![plumbweb-thad](https://avatars.githubusercontent.com/u/32518561?v=4)](https://github.com/plumbweb-thad "plumbweb-thad (2 commits)")[![KajdeMunter](https://avatars.githubusercontent.com/u/16755595?v=4)](https://github.com/KajdeMunter "KajdeMunter (1 commits)")[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (1 commits)")

---

Tags

apirestAuthenticationbullhorn

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonathanraftery-bullhorn-auth-client/health.svg)

```
[![Health](https://phpackages.com/badges/jonathanraftery-bullhorn-auth-client/health.svg)](https://phpackages.com/packages/jonathanraftery-bullhorn-auth-client)
```

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[zoonman/linkedin-api-php-client

LinkedIn API PHP SDK with OAuth 2.0 &amp; CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.

127704.0k](/packages/zoonman-linkedin-api-php-client)[jonathanraftery/bullhorn-rest-client

Simple REST client for the Bullhorn API, including automated OAuth2 login

1142.7k](/packages/jonathanraftery-bullhorn-rest-client)[whatarmy/fedex-rest

New FedEx Rest API wrapper

2440.5k1](/packages/whatarmy-fedex-rest)

PHPackages © 2026

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