devloft / breathe
BreatheHR API Client for laravel
0.0.2
2020-01-03 13:52 UTC
Requires
- illuminate/support: ~5|~6
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-10-29 05:53:13 UTC
README
BreatheHR API Client for Laravel
Requirements
Laravel 5.5+
Installation
Via Composer
$ composer require devloft/breathe
Usage
Currently only the following endpoints are available
Employees
Get employee details by ID
Breathe::employees(123)->get();
Return a list of all employees
Breathe::employees()->get($page_number, $results_per_page, $type)
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.