topix-hackademy/laravel-wowza-restapi

A wrapper over wowza restapi with convenience methods

Maintainers

Package info

github.com/topix-hackademy/laravel-wowza-restapi

pkg:composer/topix-hackademy/laravel-wowza-restapi

Statistics

Installs: 664

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

0.1.8 2017-02-10 11:46 UTC

This package is not auto-updated.

Last update: 2026-03-07 05:35:55 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