urmaul / yii-apostle
Apostle.io wrapper for Yii 1.1.
v1.0.0
2014-09-16 10:48 UTC
Requires
- php: >=5.4.0
- apostle/apostle-php: 0.1.4
Requires (Dev)
- yiisoft/yii: ~1.1
This package is not auto-updated.
Last update: 2024-11-05 04:46:29 UTC
README
Apostle PHP wrapper for Yii 1.1. It's an CApplicationComponent with one public method - send($template, $to, $data = array())
.
Installing
After installing it through composer add this component into main.php.
'apostle' => [ 'class' => 'yii\apostle\Component', 'domainKey' => 'ApostleDomainKey', 'from' => 'robot@test.com', ],