urmaul/yii-apostle

Apostle.io wrapper for Yii 1.1.

v1.0.0 2014-09-16 10:48 UTC

This package is not auto-updated.

Last update: 2024-03-26 01:27:35 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',
],