Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buckybox/buckybox-api-php
PHP API wrapper for Bucky Box
https://github.com/buckybox/buckybox-api-php
Last synced: about 1 month ago
JSON representation
PHP API wrapper for Bucky Box
- Host: GitHub
- URL: https://github.com/buckybox/buckybox-api-php
- Owner: buckybox
- License: mit
- Created: 2013-11-19T23:30:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T08:12:46.000Z (over 8 years ago)
- Last Synced: 2024-03-27T11:25:48.728Z (10 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.
In order to use this API you must be a distributor of [Bucky Box](https://www.buckybox.com), and have acquired a key and a secret. Please contact [email protected] for further information.
### Installation
Composer: `"buckybox/bucky-box-api-php": "dev-master"`
### Basics
$wrapper = new BuckyBoxApiWrapper($api_key, $api_secret);
var_dump($wrapper->customers()->all());### Full API Documentation
Available here: https://api.buckybox.com/docs/v1
OK we lied, not all of the API has been documented, contact [email protected] if you need more details.