We now support PHPJobs.com’s RSS feed of job using the Jobs Common framework. With this client, you can quickly access the job search RSS feed on PHPJobs.com in your projects. Here’s an example of the library in action:
Usage
Install the package using Composer:
|
|
Then create a query object with all the parameters you’d like to use:
|
|
And inject the query object into the provider:
|
|
Finally, call the “getJobs” method to retrieve results:
|
|
Check out more examples or contribute to the project on Github.