Project Overview
Use the Careerbuilder Jobs Provider to connect your PHP application with the Careerbuilder job board API.
Installation
Use composer: composer require jobapis/jobs-careerbuilder
Usage
Create a Query object and add all the parameters you’d like via the constructor.
|
|
Or via the “set” method. All of the parameters documented in Indeed’s documentation can be added.
|
|
You can even chain them if you’d like.
|
|
Then inject the query object into the provider.
|
|
And call the “getJobs” method to retrieve results.
|
|
This will return a Collection of Job objects.
For more detailed usage and documentation, see this project’s readme