omgdef/yii2-unisender

Unisender API wrapper for yii2

Installs: 14 041

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1 2017-12-14 05:49 UTC

This package is auto-updated.

Last update: 2024-04-22 22:08:53 UTC


README

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