devloft/breathe

BreatheHR API Client for laravel

0.0.2 2020-01-03 13:52 UTC

This package is auto-updated.

Last update: 2024-10-29 05:53:13 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

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.