Download the PHP package vincenzogambino/laratok without Composer
On this page you can find all versions of the php package vincenzogambino/laratok. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vincenzogambino/laratok
More information about vincenzogambino/laratok
Files in vincenzogambino/laratok
Download vincenzogambino/laratok
More information about vincenzogambino/laratok
Files in vincenzogambino/laratok
Vendor vincenzogambino
Package laratok
Short Description Laravel package for OpenTok
License MIT
Homepage https://github.com/VincenzoGambino/LaraTok
Package laratok
Short Description Laravel package for OpenTok
License MIT
Homepage https://github.com/VincenzoGambino/LaraTok
Please rate this library. Is it a good library?
Informations about the package laratok
LaraTok
Laravel package for OpenTok.
Installation
Composer
Open your config/app.php and add the following to the providers array:
In the same config/app.php and add the following to the aliases array:
Run the command below to publish the package config file config/laratok.php:
Create the database:
Set configuration on config/laratok.php:
Minimum configuration:
- api_key
- api_secret
You must have a tokbox account in order to have the parameteres above.
Admin Pages:
- /laratok
From this page you can see existing tokens grouped by sessions.
Example Pages:
- /laratok/examples
Pages showing example session and token. If example session and token does not exist it can be generated from there.
- /laratok/examples/simple
Simple video chat example
- /laratok/examples/signaling
Example page with videochat and messaging.
Usage:
Generate Session and persist it in the database:
Generate Token and persist it in the database:
Usage:
OpenTok documentation:
All versions of laratok with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
opentok/opentok Version 2.4.*
illuminate/database Version 5.3.*
illuminate/config Version 5.3.*
illuminate/view Version 5.3.*
illuminate/http Version 5.3.*
illuminate/support Version 5.3.*
opentok/opentok Version 2.4.*
illuminate/database Version 5.3.*
illuminate/config Version 5.3.*
illuminate/view Version 5.3.*
illuminate/http Version 5.3.*
illuminate/support Version 5.3.*
The package vincenzogambino/laratok contains the following files
Sorry, there are no file data to show!