library sdk-php
SDK php for digitalbees api. Integration of Official videos in your site
digitalbees/sdk-php
SDK php for digitalbees api. Integration of Official videos in your site
- Monday, January 27, 2014
- by GianArb
- Repository
- 2 Watchers
- 1 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
DigitalBees SDK php
You can use this library to integrate Digitalbees API contents in your Php web application., (*1)
php composer.phar require digitalbees/sdk-php
, (*2)
if you don't use composer to manage dependencies this skd require Zend_Http library component, (*3)
First configuration
php
$sdk = new Client('apikey', 'apisecret');
, (*4)
Help me to write this sdk
Can you help me? Use this sdk for your project and report me your issues
or if you have a good idea for add other type of calls send my a PR., (*5)
TODO
- Unit test
- Travis configuration