urmaul / yii-apostle
为 Yii 1.1 提供的 Apostle.io 包装器。
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-09-24 04:06:52 UTC
README
Apostle PHP 为 Yii 1.1 提供的包装器。它是一个 CApplicationComponent,有一个公开方法 - send($template, $to, $data = array())
。
安装
安装后,通过 composer 将此组件添加到 main.php。
'apostle' => [ 'class' => 'yii\apostle\Component', 'domainKey' => 'ApostleDomainKey', 'from' => 'robot@test.com', ],