topix-hackademy/laravel-wowza-restapi

A wrapper over wowza restapi with convenience methods

Installs: 657

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 1

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

0.1.8 2017-02-10 11:46 UTC

This package is not auto-updated.

Last update: 2025-10-04 03:08:40 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