https://github.com/raiffeisen/yii2-azure-communication-services
Azure communication services widgets for yii2
https://github.com/raiffeisen/yii2-azure-communication-services
acs azure-communication-services yii2-extension
Last synced: 3 months ago
JSON representation
Azure communication services widgets for yii2
- Host: GitHub
- URL: https://github.com/raiffeisen/yii2-azure-communication-services
- Owner: Raiffeisen
- License: mit
- Created: 2022-06-27T13:40:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T07:18:11.000Z (about 2 years ago)
- Last Synced: 2024-10-18T00:27:22.925Z (7 months ago)
- Topics: acs, azure-communication-services, yii2-extension
- Language: TypeScript
- Homepage:
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Azure communication widgets for yii2 (WIP)
This extension provides widgets that would allow you to use different [Azure Communication Services](https://azure.microsoft.com/en-us/services/communication-services)
with [Yii framework 2.0](http://www.yiiframework.com).For license information check the [LICENSE](LICENSE.md)-file.
[](https://packagist.org/packages/raiffeisen/yii2-azure-communication-services)
[](https://packagist.org/packages/raiffeisen/yii2-azure-communication-services)
[](https://packagist.org/packages/raiffeisen/yii2-azure-communication-services)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist raiffeisen/yii2-azure-communication-services
```or add
```json
"raiffeisen/yii2-azure-communication-services": "~1.0.0"
```to the require section of your composer.json.