Today we released our 17th job board client using version 2.0 of the Jobs Common framework, a Craigslist job search RSS feed client. Using this client, you can quickly access the job search RSS feed on Craigslist in your PHP 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.