2017 © Pedro Peláez
 

library bamboohr

PHP SDK for the BambooHR API

image

jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  • Monday, July 2, 2018
  • by JeffreyHyer
  • Repository
  • 2 Watchers
  • 1 Stars
  • 153 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 17 Versions
  • 89 % Grown

The README.md

BambooHR PHP SDK

This repository contains a PHP SDK for use with the BambooHR API., (*1)

If you're looking to use this package inside a Laravel application you may want to check out this package instead: 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 :+1:, (*2)

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

Installation

NOTE: This package currently requires PHP >= 7.0.0, (*4)

Via Composer

$ composer require jeffreyhyer/bamboohr

Or add the following to your composer.json file:, (*5)

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

From within the same directory as your composer.json file execute:, (*6)

$ composer install

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

<?php

require './vendor/autoload.php';

Usage

From within your PHP application you can access the BambooHR API with just a couple lines:, (*8)

<?php

require './vendor/autoload.php';

use BambooHR\BambooHR;

$api_token = "[BAMBOOHR API TOKEN]";
$company = "[BAMBOO COMPANY NAME]";

$bamboo = new BambooHR($company, $api_token);

// Get the employee directory
$employees = $bamboo->employees->directory();

The Versions

02/07 2018

dev-master

9999999-dev https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

25/06 2018

1.0.4

1.0.4.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

23/05 2018

1.0.3

1.0.3.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

09/12 2017

1.0.2

1.0.2.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

28/11 2017

1.0.1

1.0.1.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

06/11 2017

1.0.0

1.0.0.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

06/11 2017

0.1.10

0.1.10.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

02/11 2017

0.1.9

0.1.9.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

24/10 2017

0.1.8

0.1.8.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

19/10 2017

0.1.7

0.1.7.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

19/10 2017

0.1.6

0.1.6.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

17/10 2017

0.1.5

0.1.5.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

12/10 2017

0.1.4

0.1.4.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

11/10 2017

0.1.3

0.1.3.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

10/10 2017

0.1.2

0.1.2.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

25/09 2017

0.1.1

0.1.1.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr

21/09 2017

0.1.0

0.1.0.0 https://github.com/jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

  Sources   Download

MIT

The Requires

 

api php sdk php7 unofficial bamboohr