PHPackages                             jeffreyhyer/bamboohr-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jeffreyhyer/bamboohr-laravel

ActiveLibrary[API Development](/categories/api)

jeffreyhyer/bamboohr-laravel
============================

Laravel 5.x Service Provider and Facade for the jeffreyhyer/bamboohr package

1.0.8(5y ago)413.5k↓100%4[1 issues](https://github.com/JeffreyHyer/bamboohr-laravel/issues)MITPHPPHP &gt;=7.0.0

Since Oct 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JeffreyHyer/bamboohr-laravel)[ Packagist](https://packagist.org/packages/jeffreyhyer/bamboohr-laravel)[ Docs](https://github.com/jeffreyhyer/bamboohr-laravel)[ RSS](/packages/jeffreyhyer-bamboohr-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (10)Used By (0)

BambooHR for Laravel 5
======================

[](#bamboohr-for-laravel-5)

> **NOTE**: This package currently requires PHP &gt;= 7.0.0
>
> If you have a need for PHP 5.x support let me know by opening an issue (or feel free to submit a pull request).

Installation
------------

[](#installation)

```
$ composer require jeffreyhyer/bamboohr-laravel
```

#### Laravel 5.5+

[](#laravel-55)

This package supports auto-discovery of the Service Provder and Facade, you can skip to the **Configuration** section below.

#### Laravel &lt;= 5.4

[](#laravel--54)

For Laravel &lt;= 5.4 you'll need to add the Service Provider and Facade to the `config/app.php` file.

```
