Project Overview
Use the GoRemote Jobs Provider to connect your PHP application with the GoRemote job board RSS Feed.
Installation
Use composer: composer require jobapis/jobs-goremote
Usage
GoRemote provides no search parameters, just a feed of all their latest jobs via RSS. In order to get the latest job listings, 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 based on Schema.org’s JobPosting specification.
For more detailed documentation, see this project’s readme