Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 660 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 660 Bytes

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