The Github Jobs API provider has hit a version 1.0 release, which is now compatible with Jobs Common v2.
If you’re not sure what that means, basically it just means you can access jobs from Github’s job board as described below.
1. Install the package via Composer
composer require jobapis/jobs-github
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