Download the PHP package jeffreyhyer/bamboohr-laravel without Composer
On this page you can find all versions of the php package jeffreyhyer/bamboohr-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffreyhyer/bamboohr-laravel
More information about jeffreyhyer/bamboohr-laravel
Files in jeffreyhyer/bamboohr-laravel
Package bamboohr-laravel
Short Description Laravel 5.x Service Provider and Facade for the jeffreyhyer/bamboohr package
License MIT
Homepage https://github.com/jeffreyhyer/bamboohr-laravel
Informations about the package bamboohr-laravel
BambooHR for Laravel 5
NOTE: This package currently requires PHP >= 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
Laravel 5.5+
This package supports auto-discovery of the Service Provder and Facade, you can skip to the Configuration section below.
Laravel <= 5.4
For Laravel <= 5.4 you'll need to add the Service Provider and Facade to the
config/app.php
file.
Configuration
In order to access the BambooHR API you'll need to configure your company's subdomain and provide an API key.
Add the following to the config/services.php
file:
If you decide to use the .env
file to store the domain and API Key (recommended)
you'll need to add the following to your .env
file:
Usage
Once installed you should be able to access the BambooHR API through the facade:
For full API documentation and additional usage options see https://jeffreyhyer.github.io/bamboohr/
All versions of bamboohr-laravel with dependencies
illuminate/support Version 5.*|^6.0|^7.0|^8.0
jeffreyhyer/bamboohr Version ~1.0