Authentic Jobs PHP API Client

Project Overview

Use the Jobs Common Authentic Jobs Provider to connect your PHP application with the Authentic job board API.

Installation

Use composer: composer require jobbrander/jobs-authenticjobs

Usage

Get the latest project manager jobs in Chicago:

1
2
3
4
5
6
$client = new JobBrander\Jobs\Client\Providers\AuthenticJobs([
'key' => 'YOUR API KEY',
]);
$jobs = $client->setKeyword('project manager')
->setCity('Chicago')
->getJobs();

For more detailed usage and documentation, see this project’s readme