digitalbees / sdk-php
SDK php for digitalbees api. Integration of Official videos in your site
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/digitalbees/sdk-php
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