All Projects → imanghafoori1 → Laravel Video

imanghafoori1 / Laravel Video

Licence: mit
A laravel package to stream video content.

Projects that are alternatives of or similar to Laravel Video

Technicsolder
PHP web app that brings incremental pack updates to the Technic Launcher and Technic Platform
Stars: ✭ 146 (-2.67%)
Mutual labels:  laravel
Stitchem
Vahana VR & VideoStitch Studio: software to create immersive 360° VR video, live and in post-production
Stars: ✭ 147 (-2%)
Mutual labels:  video-streaming
Laravel Api Templates
Laravel API starter kit collection using different structures.
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Laravel Disposable Email
Disposable email address validator for Laravel
Stars: ✭ 147 (-2%)
Mutual labels:  laravel
Laravel Model Expires
A package to assign expiration dates to Eloquent models.
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel
Discord
Discord notification channel for Laravel
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel
Hls Server
Middleware for serving HTTP Live Streaming (HLS) compatible media streams.
Stars: ✭ 146 (-2.67%)
Mutual labels:  video-streaming
Laravel Admin Template
Laravel 4.2 Bootstrap Admin Starter Template [with Oracle DB Support]
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Servermonitor
💓 Laravel package to periodically monitor the health of your server and application.
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel
Has Parameters
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Grosir Obat
Sebuah sistem kasir dan manajemen produk obat untuk penjualan Grosir
Stars: ✭ 147 (-2%)
Mutual labels:  laravel
Google Places Api
This is a PHP wrapper for Google Places API Web Service. And is Laravel Framework friendly.
Stars: ✭ 147 (-2%)
Mutual labels:  laravel
Apiserver
基于Laravel的API服务端架构代码
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel
Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel
Request Migrations
HTTP Request Migrations for API Versioning like Stripe
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Speedy
🚄A Laravel Admin Package to create a website quickly
Stars: ✭ 146 (-2.67%)
Mutual labels:  laravel
Ott Packager
OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
Stars: ✭ 148 (-1.33%)
Mutual labels:  video-streaming
Phpspec Laravel
Test your Laravel applications with phpspec
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Laravel Translatable String Exporter
Translatable String Exporter for Laravel
Stars: ✭ 149 (-0.67%)
Mutual labels:  laravel
Laravel Shortcodes
Wordpress like shortcodes for Laravel 4.2, 5.x, 6.x, 7.x and 8.x
Stars: ✭ 148 (-1.33%)
Mutual labels:  laravel

Video Stream in laravel 🎥

Quality Score Software License Latest Stable Version Build Status 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 willing.

More from the author:

Laravel Widgetize

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


Laravel Terminator

💎 A minimal yet powerful package to give you opportunity to refactor your controllers.


Eloquent Relativity

💎 It allows you to decouple your eloquent models to reach a modular structure


Laravel Self Test

💎 It automatically tests your laravel application


🍌 Reward me a crypto-banana 🍌

so that I will have energy to start the next package for you.

  • Dodge Coin: DJEZr6GJ4Vx37LGF3zSng711AFZzmJTouN
  • LiteCoin: ltc1q82gnjkend684c5hvprg95fnja0ktjdfrhcu4c4
  • BitCoin: bc1q53dys3jkv0h4vhl88yqhqzyujvk35x8wad7uf9
  • Ripple: rJwrb2v1TR6rAHRWwcYvNZxjDN2bYpYXhZ
  • Etherium: 0xa4898246820bbC8f677A97C2B73e6DBB9510151e

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].