PHPackages                             jeffreyhyer/bamboohr - 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

ActiveLibrary[API Development](/categories/api)

jeffreyhyer/bamboohr
====================

PHP SDK for the BambooHR API

1.0.7(4y ago)1077.3k↑50.5%91MITPHPPHP &gt;=7.0.0

Since Sep 21Pushed 4y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (19)Used By (1)

BambooHR PHP SDK
================

[](#bamboohr-php-sdk)

This repository contains a PHP SDK for use with the [BambooHR](https://bamboohr.com/) API.

If you're looking to use this package inside a [Laravel](https://laravel.com/) application you may want to check out this package instead: [jeffreyhyer/bamboohr-laravel](https://github.com/jeffreyhyer/bamboohr-laravel). It wraps this package in a Service Provider and provides access via a Facade so the API is the same but you'll write less code and get the same results 👍

**DISCLAIMER:** This is **NOT** an official SDK, it is not affiliated with nor endorsed by BambooHR in any way.

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

[](#installation)

> **NOTE**: This package currently requires PHP &gt;= 7.0.0

#### Via Composer

[](#via-composer)

```
$ composer require jeffreyhyer/bamboohr
```

Or add the following to your `composer.json` file:

```
{
    "require": {
        "jeffreyhyer/bamboohr": "~1.0.7"
    }
}
```

From within the same directory as your `composer.json` file execute:

```
$ composer install
```

In your PHP file (if you're not using a fancy framework that handles autoloading for you):

```
