I’ve added a new PHP client for USAJobs, and released it to work with v2 of the Jobs-Common project.
USAJobs is one of the sources for the Government Jobs API, but their API has jobs that aren’t necessarily collected by the DigitalGov service, so if you’re really interested in using government jobs in your application, this could be a great addition.
The basic usage is the same as most of our other providers:
1. Install the package via Composer
composer require jobapis/jobs-usajobs
2. Create a query object with all API parameters
|
|
3. Inject the query object and get jobs
|
|
This will return a Collection of Job objects.
For more detailed usage and documentation, see this project’s readme