employbrand / apply-php-sdk
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
Requires
- php: ^7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.4
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->...