Skip to content

NotFoundNL/laravel-video

This branch is 2 commits ahead of imanghafoori1/laravel-video:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e105a9 Β· Mar 27, 2024

History

51 Commits
Oct 5, 2020
Dec 15, 2019
Feb 15, 2023
Dec 15, 2019
Dec 15, 2019
Feb 16, 2023
Mar 27, 2024

Repository files navigation

Video Stream in laravel πŸŽ₯

Quality Score Software License Latest Stable Version Monthly Downloads Total Downloads

Built with ❀️ 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

πŸ™‹ Contributing:

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

⭐ Your Stars Make Us Do More ⭐

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

πŸ’Ž A minimal yet powerful package to give a better structure and caching opportunity for your laravel apps.


Laravel Microscope

πŸ’Ž Test your laravel application without writing tests!


About

A laravel package to stream video content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%