PHP code example of jeremylivingston / jobvite
1. Go to this page and download the library: Download jeremylivingston/jobvite library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jeremylivingston / jobvite example snippets
use Livingstn\Jobvite\Client;
$client = new Client('companyId', 'apiKey', 'secretKey');
$jobFeed = $client->getJobFeed();
use Livingstn\Jobvite\Client;
$client = new Client('companyId', 'apiKey', 'secretKey');
$jobFeed = $client->getJobFeed(['type' => 'Full-time', location' => 'Detroit, MI, USA']);