Download the PHP package dpodium/yii2-nexmo without Composer
On this page you can find all versions of the php package dpodium/yii2-nexmo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-nexmo
Yii2 Nexmo
Nexmo yii2 wrapper. Enable nexmo services in yii2 application.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Component Setup
Once the extension is installed, simply modify your application configuration as follows:
Usage
Sending message
Yii::$app->nexmo->sendSms(TO, FROM, 'Test Nexmo Message');
Receiving A Message
Yii::$app->nexmo->receiveMessage();
Fetching A Message
Yii::$app->nexmo->fetchMessage(MESSAGE_ID);
Starting a Verification
Yii::$app->nexmo->initVerification(NUMBER, BRAND);
Controlling a Verification
Trigger
Yii::$app->nexmo->triggerVerification(REQUEST_ID);
Cancel
Yii::$app->nexmo->cancelVerification(REQUEST_ID);
Checking A Verification
Yii::$app->nexmo->checkVerification(REQUEST_ID, CODE);
Searching For A Verification
Yii::$app->nexmo->searchVerification(REQUEST_ID);
All versions of yii2-nexmo with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
2.0.*
php Version >=5.4
php-http/client-implementation Version ^1.0
zendframework/zend-diactoros Version ^1.3
php-http/guzzle6-adapter Version ^1.0
php Version >=5.4
php-http/client-implementation Version ^1.0
zendframework/zend-diactoros Version ^1.3
php-http/guzzle6-adapter Version ^1.0
The package dpodium/yii2-nexmo contains the following files
Loading the files please wait ....