Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

wzzirro/laravel-videocdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoCDN wrapper for Laravel

Publish config

$ php artisan vendor:publish

Usage

DI:

<?php
use Illuminate\Support\Facades\Route;
use Wzzirro\VideoCdn\VideoCdnManager;

Route::get('/',  function (VideoCdnManager $videoCdn) 
{ 
    $translations = $videoCdn->translations->call();
    return var_dump($translations);
});

?>

About

VideoCDN API Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages