topix-hackademy / laravel-wowza-restapi
A wrapper over wowza restapi with convenience methods
0.1.8
2017-02-10 11:46 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- topix-hackademy/wowza-restapi: ^0.0.2
- verdant/xml2array: dev-master
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^2.0
- illuminate/support: ^5.2
- laravel/framework: ^5.2
- phpspec/phpspec: ^2.0
- symfony/var-dumper: ^3.1
This package is not auto-updated.
Last update: 2024-11-15 22:50:15 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