2017 © Pedro Peláez
 

library bucky-box-api-php

PHP wrapper for the Bucky Box API

image

buckybox/bucky-box-api-php

PHP wrapper for the Bucky Box API

  • Wednesday, June 1, 2016
  • by buckybox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bucky Box Core API v1.0 PHP

About This Wrapper

The Bucky Box PHP API wrapper is meant to help make working with the Bucky Box API easier for PHP developers. It doesn't do anything that working directly with the API can't do, it just provides an abstraction layer making it quicker to use., (*1)

In order to use this API you must be a distributor of Bucky Box, and have acquired a key and a secret. Please contact support@buckybox.com for further information., (*2)

Installation

Composer: "buckybox/bucky-box-api-php": "dev-master", (*3)

Basics

$wrapper = new BuckyBoxApiWrapper($api_key, $api_secret); 
var_dump($wrapper->customers()->all());

Full API Documentation

Available here: https://api.buckybox.com/docs/v1, (*4)

OK we lied, not all of the API has been documented, contact support@buckybox.com if you need more details., (*5)

The Versions

01/06 2016

dev-master

9999999-dev

PHP wrapper for the Bucky Box API

  Sources   Download

MIT

The Requires

  • php >=5.5