This is the Laravel & Lumem package that can be used to communicate with the StreamOne Platform by using the StreamOne API version 3.
The recommended way to install the SDK is to use Composer.
To install, add the following to your composer.json file:
{
"require": {
"streamone/streamone-laravel": "dev-master"
}
}Afterwards, you should update the package by running Composer in the directory where the composer.json file is located:
php composer.phar update streamone/streamone-laravelAll source code is licensed under the MIT License.
Copyright (c) 2014-2017 StreamOne B.V.