alaaaq80 / yii2-unifonic
The Unifonic integration for the Yii framework
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: >=2.0.5
This package is auto-updated.
Last update: 2024-11-11 01:09:52 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');