Project Overview
Use the Jobs Common Careers in Government Provider to connect your PHP application with the job board’s RSS feed.
Installation
To install, use composer:
|
|
Usage
Careers in Government provides no search parameters, just a feed of all their latest jobs via RSS.
In order to grab jobs, first create a query object:
|
|
Then inject the query object into the provider.
|
|
And call the “getJobs” method to retrieve results.
|
|
The getJobs
method will return a Collection of Job objects.
For more detailed usage and documentation, see this project’s readme