BreatheHR API Client for Laravel
Laravel 5.5+
Via Composer
$ composer require devloft/breatheCurrently only the following endpoints are available
Get employee details by ID
Breathe::employees(123)->get();
Return a list of all employees
Breathe::employees()->get($page_number, $results_per_page, $type)
Please see the changelog for more information on what has changed recently.
$ composer testPlease see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.