PHPackages                             bakcay/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. [API Development](/categories/api)
4. /
5. bakcay/dailymotion

ActiveLibrary[API Development](/categories/api)

bakcay/dailymotion
==================

DailyMotion Api for Laravel

06PHP

Since Dec 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bakcay/dailymotion)[ Packagist](https://packagist.org/packages/bakcay/dailymotion)[ RSS](/packages/bakcay-dailymotion/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#dailymotion)

Laravel Dailymotion API wrapper

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

[](#installation)

```
composer require bakcay/dailymotion
```

If auto discovery not enabled manually add code in config/app.php

```
Bakcay\DailyMotion\DailyMotionProvider::class,
```

To generate config file

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

Usage
-----

[](#usage)

To get video list

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

To upload file

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

[Dailymotion documentation](https://developer.dailymotion.com/)

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ac5c110e1c7efb16b15100915b92103c396b9dfd633a50c67a0e7bbd85bb4a3?d=identicon)[bakcay](/maintainers/bakcay)

---

Top Contributors

[![bakcay](https://avatars.githubusercontent.com/u/3975986?v=4)](https://github.com/bakcay "bakcay (7 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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