alaaaq80/yii2-unifonic

The Unifonic integration for the Yii framework

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.1 2019-08-01 15:33 UTC

This package is auto-updated.

Last update: 2024-03-10 23:42:00 UTC


README

The Unifonic integration for the Yii framework

Installation

The preferred way to install this extension is through composer. To install it, either run

$ composer require alaaaq80/yii2-unifonic:master-dev

or add

"alaaaq80/yii2-unifonic":"master-dev"

to the require section of your composer.json file.

Usage

use alaaaq80\unifonic\src\API\Client;

   $client = new Client('YOUR_APPSID');
   $client->Messages->Send('00962XXXXX', 'Your Message', 'Sender');