Quantcast
Channel: Live News for Yii Framework
Viewing all articles
Browse latest Browse all 2941

[extension] alaaaq80/yii2-unifonic

$
0
0

unifonic

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');


Viewing all articles
Browse latest Browse all 2941

Trending Articles