2017 © Pedro Peláez
 

library jobs-ziprecruiter

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

image

jobapis/jobs-ziprecruiter

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

  • Wednesday, October 4, 2017
  • by karllhughes
  • Repository
  • 3 Watchers
  • 3 Stars
  • 2,017 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 5 Versions
  • 23 % Grown

The README.md

ZipRecruiter Jobs Client

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

This package provides ZipRecruiter Jobs API support for Jobs Common., (*2)

Installation

To install, use composer:, (*3)

composer require jobapis/jobs-ziprecruiter

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\ZiprecruiterQuery([
    'api_key' => YOUR_API_KEY
]);

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('search', 'engineering');

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

// Add parameters via the set() method
$query->set('location', 'Chicago, IL')
    ->set('jobs_per_page', '100');

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

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

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

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

The getJobs method will return a Collection of Job objects., (*9)

Testing

bash $ ./vendor/bin/phpunit, (*10)

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

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

The Versions

04/10 2017

dev-master

9999999-dev https://github.com/jobapis/jobs-ziprecruiter

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs object api client ziprecruiter

04/10 2017

1.1.0

1.1.0.0 https://github.com/jobapis/jobs-ziprecruiter

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs object api client ziprecruiter

10/10 2016

1.0.0

1.0.0.0 https://github.com/jobapis/jobs-ziprecruiter

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs object api client ziprecruiter

16/10 2015

0.2.0

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

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client

07/08 2015

0.1.0

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

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs indeed object api client