bsushil / dailymotion
Dailymotion API with namespace support
dev-master
2015-09-08 07:16 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-20 21:07:06 UTC
README
This package is another version for https://github.com/dailymotion/dailymotion-sdk-php with support of PHP namespace. Works well with Yii2 and Laravel.
Installation:
{
"require": {
"bsushil/dailymotion": "dev-master"
}
}
For API information and the document, refer to the original (and official) library.
Usage:
use Dailymotion\sdk;
For more detail, check the parent document