Skip to content

devloftuk/breathehr-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breathe

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.

About

BreatheHR API client for Laravel

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages