bsushil/dailymotion

Dailymotion API with namespace support

dev-master 2015-09-08 07:16 UTC

This package is auto-updated.

Last update: 2024-04-20 20:04:12 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