geraldimy / dailymotions
Dailymotion API Support PHP 8 with namespace support
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/geraldimy/dailymotions
Requires
- php: >8.0
This package is not auto-updated.
Last update: 2025-12-29 22:31:46 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