定制 burzum/cakephp-zurb-inky 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

burzum/cakephp-zurb-inky

最新稳定版本:1.0.0

Composer 安装命令:

composer require burzum/cakephp-zurb-inky

包简介

README 文档

README

Software License Scrutinizer Coverage Code Quality

A plugin to render Inky views. This will render HTML and CSS in a way it should work with most of the mail clients. It basically turns divs and external CSS files into very old fashioned tables and inline CSS so that the retarded mail implementations will hopefully display it correctly.

Libraries used by this plugin

Requires php 7.1

How to use it

Assuming you are using a custom mailer as explained here just set the view renderer for all mails of this mailer:

class MyExampleMailer extends Mailer
{
	public function __construct(Email $email = null)
	{
		parent::__construct($email);

		$this->setViewRenderer('Burzum/ZurbInky.Inky');
	}
}

If you want to parse the CSS as inline CSS call setCssFiles() in your views.

In your layout or action set the CSS files you want to use with Inky.

$this->setCssFiles([
	'one',
	'two'
]);

The files are set using the same notation as UrlHelper::css() and are looked up in the apps webroot/css folder by default.

License

Copyright Florian Krämer

Licensed under The MIT License Redistributions of files must retain the above copyright notice.

统计信息

  • 总下载量: 7.3k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-22