PHPackages                             leadthread/laravel-viddler-upload - 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. leadthread/laravel-viddler-upload

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

leadthread/laravel-viddler-upload
=================================

5.0.2(8y ago)1279MITPHP

Since Sep 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/leadthread/laravel-viddler-upload)[ Packagist](https://packagist.org/packages/leadthread/laravel-viddler-upload)[ Docs](https://github.com/leadthread/laravel-viddler-upload)[ RSS](/packages/leadthread-laravel-viddler-upload/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (9)Versions (42)Used By (0)

Laravel Viddler Upload
======================

[](#laravel-viddler-upload)

[![Latest Version](https://camo.githubusercontent.com/fc14313f541bfcf90724eb3df3aecf645169be446ee1e9aeba4ef72f90aa5832/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c6561647468726561642f6c61726176656c2d766964646c65722d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://github.com/leadthread/laravel-viddler-upload/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/eead6b7929b05b3fab4d77981ffc9b8d18d9d5e848e01d2ff5f7d77011e759b3/68747470733a2f2f7472617669732d63692e6f72672f6c6561647468726561642f6c61726176656c2d766964646c65722d75706c6f61642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/leadthread/laravel-viddler-upload)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fee10e08be3ba3efd7b13c2d9a91ba528c4e483572f819ceba01a3f2d025185c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6561647468726561642f6c61726176656c2d766964646c65722d75706c6f61642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/leadthread/laravel-viddler-upload/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1103d5d2371c05906b0de3e59f523d4ce1841f5739c844d066cc7176c0e9482f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6561647468726561642f6c61726176656c2d766964646c65722d75706c6f61642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/leadthread/laravel-viddler-upload/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1c4ac926efb90f2924bb989040a5bf7eedb5476ed59563195a7d1ed8141ed7fb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536663332353263333536333065303032396462303138372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56f3252c35630e0029db0187)[![Total Downloads](https://camo.githubusercontent.com/2301b579880f30fa07629b394a17b14017dbbc4443d7a727f45440a722d3f2fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6561647468726561642f6c61726176656c2d766964646c65722d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leadthread/laravel-viddler-upload)

This package makes uploading videos to [Viddler](http://www.viddler.com/) easier

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require leadthread/laravel-viddler-upload
```

Now add the following to the `providers` array in your `config/app.php`

```
LeadThread\Viddler\Upload\Providers\Viddler::class
```

and this to the `aliases` array in `config/app.php`

```
"Viddler" => LeadThread\Viddler\Upload\Facades\Viddler::class,
```

Then you will need to run these commands in the terminal in order to copy the config file

```
php artisan vendor:publish --provider="LeadThread\Viddler\Upload\Providers\Viddler"
```

This package includes a migration file. Before you run the migration you may want to take a look at `config/viddler.php` and change the `table` property to a table name that you would like to use. After that run the migration

```
php artisan migrate
```

Usage
-----

[](#usage)

```
function upload(Request $request)
{
	$file = $request->file('file');
	$name = "My Video Title";

	/*
	 * Returns an Eloquent Model
	 */
	$model = Viddler::create($file, $name);

	// Convert the file
	$model->convert();

	// Upload it
	$model->upload();

	// Check the encoding status
	$model->check();

	return $model;
}
```

Contributing
------------

[](#contributing)

Contributions are always welcome!

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 96.1% 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

Every ~17 days

Recently: every ~77 days

Total

31

Last Release

3049d ago

Major Versions

1.0.6 → 2.0.02016-09-20

2.2.1 → 3.0.02016-09-22

3.2.3 → 4.0.02017-04-20

4.1.0 → 5.0.02018-02-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (74 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")

---

Tags

laravelvideotylercd100leadthreadviddler

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leadthread-laravel-viddler-upload/health.svg)

```
[![Health](https://phpackages.com/badges/leadthread-laravel-viddler-upload/health.svg)](https://phpackages.com/packages/leadthread-laravel-viddler-upload)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

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