PHPackages                             employbrand/ambassador-php-sdk - 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. [API Development](/categories/api)
4. /
5. employbrand/ambassador-php-sdk

ActiveLibrary[API Development](/categories/api)

employbrand/ambassador-php-sdk
==============================

Employbrand Ambassador PHP SDK

1.1.4(3y ago)024PHPPHP ^8.0

Since Oct 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/employbrand/ambassador-php-sdk)[ Packagist](https://packagist.org/packages/employbrand/ambassador-php-sdk)[ RSS](/packages/employbrand-ambassador-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

Employbrand Ambassador PHP SDK
==============================

[](#employbrand-ambassador-php-sdk)

Connect your app to the Employbrand Ambassador application with the easy-to-use PHP SDK. When instantiating the EmploybrandAmbassador class, you must provide the company ID and company access token. You can get these credentials form in the Employbrand Hub under 'Advanced &gt; Employbrand API &gt; Ambassador'.

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

[](#installation)

```
composer require employbrand/ambassador-php-sdk
```

Usage
-----

[](#usage)

Creating the client.

```
$client = new EmploybrandAmbassadorClient($companyId, $accessToken);
$client->...
```

Example

```
$client = new EmploybrandAmbassadorClient($companyId, $accessToken);

# Get
$candidate = $client->candidates()->getById(1);

# Update
$candidate->firstName = 'Harry';
$client->candidates()->update($candidate->id, $candidate);

# List
$list = $client->candidates()->list();
$list->query(['active' => true]);

$list->page(1); // get the first page
$list->all(); // load all results (multiple API calls)
```

Documentation
-------------

[](#documentation)

This SDK is build based on the documentation publicly available at .

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~18 days

Recently: every ~35 days

Total

9

Last Release

1173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70aaaec2b8831f5c8429018a62d006569c01f7f3e7db54bcd7770525931221d2?d=identicon)[webbedrijf](/maintainers/webbedrijf)

---

Top Contributors

[![BartFijneman](https://avatars.githubusercontent.com/u/15714165?v=4)](https://github.com/BartFijneman "BartFijneman (10 commits)")

### Embed Badge

![Health badge](/badges/employbrand-ambassador-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/employbrand-ambassador-php-sdk/health.svg)](https://phpackages.com/packages/employbrand-ambassador-php-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)

PHPackages © 2026

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