omgdef / yii2-unisender
Unisender API wrapper for yii2
Installs: 15 613
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- omgdef/unisender-wrapper: ~1.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-22 23:07:17 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', ],