ghazanfarmir / laravel-lever-api
Laravel Package to retrieve jobs from Lever for specified employer
Package info
github.com/GhazanfarMir/laravel-lever-api
Type:package
pkg:composer/ghazanfarmir/laravel-lever-api
v0.1
2017-12-19 19:38 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2026-03-07 04:21:52 UTC
README
This is the Laravel Package which can be used to retrieve jobs from Lever for a specified site/employer.
Usage
Once the Facade and Service Provider are setup, you can first setup the site using:
LeverApi::setSite('ebury'); // passing site
Then use the following methods to get list of all jobs:
$jobs = json_decode(LeverApi::get()) // retrieve as an array
OR
$jobs = json_decode(LeverApi::getJson()) // returns JSON
Questions
Feel free to submit an issue if you have any issues.
License
MIT License 2017 - Ghazanfar Mir