Elance PHP API Client

Project Overview

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

Installation

Use composer: composer require jobbrander/jobs-elance

Usage

Get the latest project manager jobs in Chicago:

1
2
3
4
5
6
$client = new JobBrander\Jobs\Client\Providers\Elance([
'token' => 'ELANCE ACCESS TOKEN',
]);
$jobs = $client->setKeyword('project manager')
->getJobs();

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