https://github.com/uzdevid/yii2-agora
Videoconferencing with Agora
https://github.com/uzdevid/yii2-agora
Last synced: 2 months ago
JSON representation
Videoconferencing with Agora
- Host: GitHub
- URL: https://github.com/uzdevid/yii2-agora
- Owner: uzdevid
- Created: 2022-06-11T07:24:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T16:29:17.000Z (about 2 years ago)
- Last Synced: 2025-01-19T18:51:52.032Z (4 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Videoconferencing with Agora
============================
Videoconferencing with AgoraInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist uzdevid/yii2-agora "1.0.0"
```or add
```
"uzdevid/yii2-agora": "1.0.0"
```to the require section of your `composer.json` file.