Unisender API wrapper for yii2
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist omgdef/yii2-unisender "*"
or add
"omgdef/yii2-unisender": "*"
to the require section of your composer.json
file.
Once the extension is installed, you should configure it as component :
'uniSender' => [
'class' => 'omgdef\yii\unisender\UniSender',
'apiKey' => 'api_key',
],