geraldimy / dailymotions
Dailymotion API Support PHP 8 with namespace support
dev-master
2023-07-31 10:29 UTC
Requires
- php: >8.0
This package is not auto-updated.
Last update: 2025-08-25 20:47:28 UTC
README
This package is another version for https://github.com/dailymotion/dailymotion-sdk-php with support of PHP 8 namespace. Works well with Yii2 and Laravel.
Installation:
{
"require": {
"geraldimy/dailymotions": "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