omgdef/yii2-unisender

Unisender API wrapper for yii2


Keywords
api, extension, yii2, unisender
License
BSD-4-Clause

Documentation

Unisender API wrapper for yii2

Unisender API wrapper for yii2

Installation

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.

Usage

Once the extension is installed, you should configure it as component :

'uniSender' => [
    'class' => 'omgdef\yii\unisender\UniSender',
    'apiKey' => 'api_key',
],

More info https://github.com/OmgDef/unisender-wrapper