Skip to content

OmgDef/yii2-unisender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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