employbrand/apply-php-sdk

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

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->...