digitalbees / sdk-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.0.1) of this package.
SDK php for digitalbees api. Integration of Official videos in your site
0.0.1
2013-11-21 10:30 UTC
Requires
- zendframework/zend-http: ~2.2
Requires (Dev)
- phpunit/phpunit: >=3.7
This package is not auto-updated.
Last update: 2021-03-15 09:16:01 UTC
README
You can use this library to integrate Digitalbees API contents in your Php web application.
Installation with Composer and Packagist
php composer.phar require digitalbees/sdk-php
if you don't use composer to manage dependencies this skd require Zend_Http library component
First configuration
$sdk = new Client('apikey', 'apisecret');
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.
TODO
- Unit test
- Travis configuration