bsushil / dailymotion
Dailymotion API with namespace support
Installs: 807
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bsushil/dailymotion
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-09-20 23:30:00 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