PHPackages                             php-junior/dailymotion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. php-junior/dailymotion

ActiveLibrary[Image &amp; Media](/categories/media)

php-junior/dailymotion
======================

DailyMotion Bridge for Laravel

0.0.1(7y ago)53623MITPHPPHP &gt;=7.0

Since May 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PHPJunior/dailymotion)[ Packagist](https://packagist.org/packages/php-junior/dailymotion)[ RSS](/packages/php-junior-dailymotion/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Dailymotion
===========

[](#dailymotion)

Laravel Dailymotion

[![Latest Stable Version](https://camo.githubusercontent.com/9d9be45bbcf5bae38c33cc2d2f6f23226cc887d22f95ff6cc0f85c1d706b33ce/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6461696c796d6f74696f6e2f762f737461626c65)](https://packagist.org/packages/php-junior/dailymotion)[![Total Downloads](https://camo.githubusercontent.com/05edee05a9a30cd46e98e31d331301a3658c10561adf1f050cb115ce3560a3c6/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6461696c796d6f74696f6e2f646f776e6c6f616473)](https://packagist.org/packages/php-junior/dailymotion)

Installation
------------

[](#installation)

```
composer require php-junior/dailymotion
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
PhpJunior\DailyMotion\DailyMotionProvider::class,
```

```
php artisan vendor:publish --provider="PhpJunior\DailyMotion\DailyMotionProvider"
```

This is the contents of the published config file:

```
/*
|--------------------------------------------------------------------------
| Dailymotion
|--------------------------------------------------------------------------
|
|  Scope :  `read', `write', `delete', `email', `userinfo', `feed',
|           `manage_videos', `manage_comments', `manage_playlists',
|           `manage_tiles', `manage_subscriptions', `manage_friends',
|           `manage_favorites', `manage_likes', `manage_groups', `manage_records',
|           `manage_subtitles', `manage_features', `manage_history', `ifttt', `read_insights',
|           `manage_claim_rules', `delegate_account_management', `manage_analytics', `manage_player',
|           `manage_user_settings', `manage_collections', `manage_app_connections', `manage_applications'
|
|  Whitespace separated
*/

return [
    'client_id'     => 'client_id',
    'client_secret' => 'client_secret',
    'username'      => 'username',
    'password'      => 'password',
    'scope'         => 'manage_videos userinfo manage_playlists manage_user_settings manage_applications'
];
```

Usage
-----

[](#usage)

To call a method , use the get, post or delete methods as follow:

```
$result = DailyMotion::get(
    '/videos', [
        'fields' => 'id,title,owner'
    ]);
```

Upload File

```
DailyMotion::file($url)->post('/me/videos',[
    'title'     => 'Dailymotion upload test',
    'tags'      => 'dailymotion,api,sdk,test',
    'channel'   => 'videogames',
    'published' => true
]);
```

Credits
-------

[](#credits)

- All Contributors

Full Documentation
------------------

[](#full-documentation)

Read Full Documentation [here](https://developer.dailymotion.com/)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

Support on Beerpay
------------------

[](#support-on-beerpay)

Hey dude! Help me out for a couple of 🍻!

[![Beerpay](https://camo.githubusercontent.com/42a5843ac7ec785c878cef8b296b8f75105ff76fd291adfcb0015694d6a080d9/68747470733a2f2f626565727061792e696f2f5048504a756e696f722f6461696c796d6f74696f6e2f62616467652e7376673f7374796c653d626565722d737175617265)](https://beerpay.io/PHPJunior/dailymotion) [![Beerpay](https://camo.githubusercontent.com/b45a01918377b47f34a1e2c53469baebe32a8db6d822c691f01c2ff501dbfd2d/68747470733a2f2f626565727061792e696f2f5048504a756e696f722f6461696c796d6f74696f6e2f6d616b652d776973682e7376673f7374796c653d666c61742d737175617265)](https://beerpay.io/PHPJunior/dailymotion?focus=wish)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2914d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2695272c87c7144c984ddf468d380477dc578b617e7da5502eb4e7eff1f6087?d=identicon)[Nyi Nyi Lwin](/maintainers/Nyi%20Nyi%20Lwin)

---

Top Contributors

[![PHPJunior](https://avatars.githubusercontent.com/u/13845077?v=4)](https://github.com/PHPJunior "PHPJunior (8 commits)")

---

Tags

laravelvideodailymotion

### Embed Badge

![Health badge](/badges/php-junior-dailymotion/health.svg)

```
[![Health](https://phpackages.com/badges/php-junior-dailymotion/health.svg)](https://phpackages.com/packages/php-junior-dailymotion)
```

###  Alternatives

[chojnicki/video-platforms-parser

Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.

22226.4k](/packages/chojnicki-video-platforms-parser)[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1413.0M10](/packages/opentok-opentok)[lakshmaji/thumbnail

Thumbnails for videos

108122.2k](/packages/lakshmaji-thumbnail)[mostafaznv/nova-video

Video Field for Laravel Nova

22398.0k1](/packages/mostafaznv-nova-video)[aminyazdanpanah/php-shaka

Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.

939.0k1](/packages/aminyazdanpanah-php-shaka)[folour/flavy

FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package

279.6k](/packages/folour-flavy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
