urmaul / yii-apostle
Apostle.io wrapper for Yii 1.1.
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/urmaul/yii-apostle
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: 2025-10-07 09:29:25 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', ],