topix-hackademy / laravel-wowza-restapi by gab88slash

A wrapper over wowza restapi with convenience methods
633
2
4
Package Data
Maintainer Username: gab88slash
Maintainer Contact: consigliog@gmail.com (gab88slash)
Package Create Date: 2017-02-10
Package Last Update: 2017-02-10
Language: PHP
License: MIT
Last Refreshed: 2024-11-20 15:00:07
Package Statistics
Total Downloads: 633
Monthly Downloads: 16
Daily Downloads: 0
Total Stars: 2
Total Watchers: 4
Total Forks: 0
Total Open Issues: 1

Fast 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