2017 © Pedro Peláez
 

library jobs-careersingov

Making it simple to integrate your application with the Careers in Government RSS Feed.

image

jobapis/jobs-careersingov

Making it simple to integrate your application with the Careers in Government RSS Feed.

  • Friday, January 27, 2017
  • by karllhughes
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Careers in Government RSS Feed Client

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

This package provides CareersInGovernment.com RSS feed support for Jobs Common., (*2)

Installation

To install, use composer:, (*3)

composer require jobapis/jobs-careersingov

Usage

Careers in Government provides no search parameters, just a feed of all their latest jobs via RSS., (*4)

In order to grab jobs, first create a query object:, (*5)

// Instantiate the query object
$query = new JobApis\Jobs\Client\Queries\CareersInGovQuery();

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

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

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

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

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

Testing

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

Contributing

Please see CONTRIBUTING for details., (*10)

Credits

License

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

The Versions

27/01 2017

dev-master

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

Making it simple to integrate your application with the Careers in Government RSS Feed.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

php jobs api client careersingov

27/01 2017

0.1.0

0.1.0.0 https://github.com/jobapis/jobs-careersingov

Making it simple to integrate your application with the Careers in Government RSS Feed.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

php jobs api client careersingov