topix-hackademy/laravel-wowza-restapi

A wrapper over wowza restapi with convenience methods

0.1.8 2017-02-10 11:46 UTC

This package is not auto-updated.

Last update: 2024-04-19 20:09:29 UTC


README

composer require topix-hackademy/laravel-wowza-restapi

config/app.php

'providers' => [
    ..
    Topix\Hackademy\LaravelWowza\ServiceProvider::class,
    ..
     ]
    
'aliases' => [
..
    'LaravelWowza' => \Topix\Hackademy\LaravelWowza\Facade::class,
    ]

Official docs

pip install -r requirements.txt cd documentation mkdocs serve