scottrobertson / premailer
HTML电子邮件预飞行 - PHP包装器。
1.1
2014-04-03 14:34 UTC
Requires
- guzzlehttp/guzzle: 4.*
Requires (Dev)
- mockery/mockery: ~0.9
This package is not auto-updated.
Last update: 2024-09-14 16:30:41 UTC
README
HTML电子邮件预飞行 - PHP包装器。
示例
<?php require __DIR__ . '/vendor/autoload.php'; $premailer = new ScottRobertson\Premailer\Request(); // Convert our HTML email using Premailer $response = $premailer->convert('<h1>Hi</h1>'); // Download the generated HTML file from Premailer echo $response->downloadHtml();
待办事项
- 文档