2017 © Pedro Peláez
 

library jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

image

jobapis/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  • Sunday, January 22, 2017
  • by karllhughes
  • Repository
  • 4 Watchers
  • 17 Stars
  • 3,544 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 14 Versions
  • 13 % Grown

The README.md

Indeed Jobs Client

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

This package provides Indeed Jobs API support for the Jobs Common Project., (*2)

Installation

To install, use composer:, (*3)

composer require jobapis/jobs-indeed

Usage

Create a Query object and add all the parameters you'd like via the constructor., (*4)

// Add parameters to the query via the constructor
$query = new JobApis\Jobs\Client\Queries\IndeedQuery([
    'publisher' => YOUR_PUBLISHER_ID
]);

Or via the "set" method. All of the parameters documented in Indeed's documentation can be added., (*5)

// Add parameters via the set() method
$query->set('q', 'engineering');

You can even chain them if you'd like., (*6)

// Add parameters via the set() method
$query->set('l', 'Chicago, IL')
    ->set('highlight', '1')
    ->set('latlong', '1');

Then inject the query object into the provider., (*7)

// Instantiating an IndeedProvider with a query object
$client = new JobApis\Jobs\Client\Provider\IndeedProvider($query);

And call the "getJobs" method to retrieve results., (*8)

// Get a Collection of Jobs
$jobs = $client->getJobs();

This will return a Collection of Job objects., (*9)

Testing

To run all tests except for actual API calls ``` bash $ ./vendor/bin/phpunit, (*10)


To run all tests including actual API calls ``` bash $ PUBLISHER=<YOUR PUBLISHER ID> ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

The Apache 2.0. Please see License File for more information., (*12)

The Versions

22/01 2017

dev-master

9999999-dev https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

22/01 2017

1.1.0

1.1.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

03/09 2016

1.0.0

1.0.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

02/09 2016

1.0.0-alpha

1.0.0.0-alpha https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

01/09 2015

0.4.0

0.4.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

06/08 2015

0.3.6

0.3.6.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

27/07 2015

0.3.5

0.3.5.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

25/07 2015

0.3.4

0.3.4.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

04/07 2015

0.3.3

0.3.3.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

07/06 2015

0.3.2

0.3.2.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

24/05 2015

0.3.1

0.3.1.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

09/05 2015

0.3.0

0.3.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

02/05 2015

0.2.0

0.2.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

11/04 2015

0.1.0

0.1.0.0 https://github.com/JobBrander/jobs-indeed

Making it simple to integrate your application with Indeed Jobs API.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client