PHPackages                             d3ltcod/laraveltube - 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. d3ltcod/laraveltube

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

d3ltcod/laraveltube
===================

Open source project about sharing videos platform built on Laravel

1.1.3(8y ago)1157[1 issues](https://github.com/d3ltcod/LaravelTube/issues)MITJavaScriptPHP &gt;=5.5.9

Since May 16Pushed 8y agoCompare

[ Source](https://github.com/d3ltcod/LaravelTube)[ Packagist](https://packagist.org/packages/d3ltcod/laraveltube)[ RSS](/packages/d3ltcod-laraveltube/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (13)Versions (8)Used By (0)

LaravelTube
===========

[](#laraveltube)

[![Latest Stable Version](https://camo.githubusercontent.com/1e3e5e656d0884b05861c09ccba966365f0405a8bc751919c35d813072e1bdee/68747470733a2f2f706f7365722e707567782e6f72672f64336c74636f642f6c61726176656c747562652f762f737461626c65)](https://packagist.org/packages/d3ltcod/laraveltube)[![License](https://camo.githubusercontent.com/1667b839c1552b25ae7d0d28925d8b3e5717df59ae9917b6267128fc52a0a3a3/68747470733a2f2f706f7365722e707567782e6f72672f64336c74636f642f6c61726176656c747562652f6c6963656e7365)](https://packagist.org/packages/d3ltcod/laraveltube)[![Build Status](https://camo.githubusercontent.com/3a762d323f9db50137bf884cf03e1dcd65624bc03763382758dfd6471106f62e/68747470733a2f2f7472617669732d63692e6f72672f64336c74636f642f4c61726176656c547562652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/d3ltcod/LaravelTube)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0c949f59a26ac3188f29a4084aaae705ce8380a791668c0303b92f6a3f77246f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64336c74636f642f4c61726176656c547562652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/d3ltcod/LaravelTube/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/cc9a302e02544e691607e4e5d31d9aebf0a625a1ae9c76aca284ec342aa063ef/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64336c74636f642f4c61726176656c547562652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/d3ltcod/LaravelTube/?branch=master)[![Build Status](https://camo.githubusercontent.com/5f9abc4ef75bfa4e4b6abba9dba3cd90d347bfc2a8a4bef66615f4268255a587/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64336c74636f642f4c61726176656c547562652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/d3ltcod/LaravelTube/build-status/master)[![StyleCI](https://camo.githubusercontent.com/c3793f02f9797e830ff6de30d8c616ce15ec2474e84111fb3bc156adbcea2346/68747470733a2f2f7374796c6563692e696f2f7265706f732f35363532363838332f736869656c64)](https://styleci.io/repos/56526883)[![Coverage Status](https://camo.githubusercontent.com/51a558a6177ae8bba3b700737d2f4dffdac43af14d1b55f909c9138886733b59/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f64336c74636f642f4c61726176656c547562652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/d3ltcod/LaravelTube?branch=master)

Open source project about sharing videos platform built on Laravel

Installation &amp; use
======================

[](#installation--use)

```
git clone https://github.com/d3ltcod/LaravelTube.git
cd LaravelTube/
composer install
npm install
mv .env.example .env
# Now, configure your file .env with your DATABASE
php artisan migrate:refresh --seed
php artisan key:generate
gulp
php artisan serve
```

Notes
-----

[](#notes)

If you want convert videos to other formats, you need install 'FFMpeg' in your server and configure file config/ffmpeg.php

```
sudo apt-get install ffmpeg
```

If you want to upload files with more weight you have to change the settings of your php.ini

If you want execute broadcasting events, you need install Redis in your server

```
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
cd redis-stable
make
```

and run

```
node broadcast_server/socket.js
```

Requirements
============

[](#requirements)

This packages use (no need to install):

- [Composer](https://getcomposer.org/)
- [Laravel](http://laravel.com/)
- [Laravel Socialite](https://github.com/laravel/socialite)
- [AdminLTE](https://github.com/almasaeed2010/AdminLTE). You can see and AdminLTE theme preview at:
- [ApiGuard](https://github.com/chrisbjr/api-guard)
- [Vue.js](https://vuejs.org/)
- [Ajax and jQuery](http://api.jquery.com/jquery.ajax/)
- [Video.js](http://videojs.com/)
- [FFMpeg](https://github.com/linkthrow/ffmpeg)
- [Chartjs](http://www.chartjs.org/)
- [Redis.io](http://redis.io/)
- [Socket.io](http://socket.io/)

Docs
====

[](#docs)

Packagist
=========

[](#packagist)

Tests
=====

[](#tests)

Execute:

```
vendor/bin/phpunit

```

Social Login
============

[](#social-login)

If you want use Social login, you need configure in your file .env:

FACEBOOK\_ID=*----*

FACEBOOK\_SECRET=*----*

FACEBOOK\_URL=http:*----*

TWITTER\_ID=*----*

TWITTER\_SECRET=*----*

TWITTER\_URL=http:*----*

GOOGLE\_ID=*----*

GOOGLE\_SECRET=*----*

GOOGLE\_URL=http:*----*

*----* Is your configuration in:

-
-
-

Versioning
==========

[](#versioning)

I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags in this repository](https://github.com/d3ltcod/LaravelTube/tags).

Author
======

[](#author)

**Adam Alvarado Bertomeu** [d3ltcod](https://github.com/d3ltcod)

See also the list of [contributors](https://github.com/d3ltcod/LaravelTube/graphs/contributors) who participated in this project.

License
=======

[](#license)

This LaravelTube is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~99 days

Recently: every ~147 days

Total

7

Last Release

3047d ago

Major Versions

0.2 → 1.02016-05-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/844819aa32af55c8b4ae06869cc9772487c050a30483215e3a7e7e92e6ace5c1?d=identicon)[d3ltcod](/maintainers/d3ltcod)

---

Top Contributors

[![deltcod](https://avatars.githubusercontent.com/u/14791993?v=4)](https://github.com/deltcod "deltcod (96 commits)")[![d3ltcod](https://avatars.githubusercontent.com/u/34439264?v=4)](https://github.com/d3ltcod "d3ltcod (3 commits)")

---

Tags

laravellaravel-frameworklaravel52vuejslaravelvideobootstrapvuemp4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/d3ltcod-laraveltube/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[mostafaznv/nova-video

Video Field for Laravel Nova

22398.0k1](/packages/mostafaznv-nova-video)[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)[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)
