Laravel Video Save

A laravel package to stream video content.

Project README

Video Stream in laravel 🎥

Quality Score Software License Latest Stable Version Monthly Downloads Total Downloads

Built with :heart: for every smart laravel developer

Installation:

Install via Composer

composer require imanghafoori/laravel-video

Usage:

<?php

use Iman\Streamer\VideoStreamer;

Route::get('/home', function () {
    $path = public_path('vid.mp4');
    
    VideoStreamer::streamFile($path);
});

That's it ! you can play your video file ! You do not need to return from your controller

Compatibility:

  • Laravel: v5.1 or above
  • Php: 7.2 or above

:raising_hand: Contributing:

If you find an issue, or have a better way to do something, feel free to open an issue or a pull request.

:star: Your Stars Make Us Do More :star:

As always if you found this package useful and you want to encourage us to maintain and work on it. Just press the star button to declare your willingness.

More from the author:

Laravel Widgetize

:gem: A minimal yet powerful package to give a better structure and caching opportunity for your laravel apps.


Laravel Microscope

:gem: Test your laravel application without writing tests!


Open Source Agenda is not affiliated with "Laravel Video" Project. README Source: imanghafoori1/laravel-video
Stars
255
Open Issues
8
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating