An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



Azure communication services logo

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.

[![Latest Stable Version](https://poser.pugx.org/raiffeisen/yii2-azure-communication-services/v/stable?style=flat-square)](https://packagist.org/packages/raiffeisen/yii2-azure-communication-services)
[![Total Downloads](https://poser.pugx.org/raiffeisen/yii2-azure-communication-services/downloads?style=flat-square)](https://packagist.org/packages/raiffeisen/yii2-azure-communication-services)
[![License](https://poser.pugx.org/raiffeisen/yii2-azure-communication-services/license?style=flat-square)](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.