open20/webmeeting
There is no license information available for the latest version (1.0.0) of this package.
Amos WebMeeting
1.0.0
2021-09-29 16:13 UTC
Requires
- php:>=7.0.0
- conquer/oauth2:*
- firebase/php-jwt:^5.2.0
- hybridauth/hybridauth:^3.1.1
- phpseclib/phpseclib:^2.0.29
- yiisoft/yii2-authclient:^2.1.0
- yiisoft/yii2-bootstrap:*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 1.0.0
- dev-la_francesca/1.1.0
- dev-filippo/1.3.0/2
- dev-test/1.3.0/1
- dev-la_francesca/1.0.1
- dev-test/1.2.0/2
- dev-gianluca/1.2.0/1
- dev-test/1.2.0/1
- dev-la_francesca/1.2.0
- dev-prova_merge
- dev-test/1.0.0/2
- dev-test/1.1.0/1
- dev-test/1.0.0/1
- dev-mattia/1.0.0/2
- dev-gianluca/1.0.0/1
- dev-riccardo-befe/1.0.0
README
This plugin use HybridAuth v3.x for authentication/authorization and token management
Installation
1. The preferred way to install this extension is through composer.
Either run
composer require "open20/webmeeting:dev-master"
or add this row
"open20/webmeeting": "dev-master"
to the require section of your composer.json
file.
2. Enable module in modules-amos.php:
'webmeeting' => [
'class' => 'open20/webmeeting/WebMeeting',
],
3. Apply migrations
php yii migrate/up --migrationPath=@vendor/open20/webmeeting/src/migrations
or add this row to your migrations config in console:
<?php
return [
'@vendor/open20/webmeeting/src/migrations',
];