employbrand/apply-php-sdk

There is no license information available for the latest version (1.1.0) of this package.

Employbrand Apply PHP SDK

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/employbrand/apply-php-sdk

1.1.0 2022-11-27 20:33 UTC

README

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

Installation

composer require employbrand/apply-php-sdk

Usage

Creating the client.

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