library premailer
Pre-flight for HTML email - PHP Wrapper.
scottrobertson/premailer
Pre-flight for HTML email - PHP Wrapper.
- Thursday, April 3, 2014
- by scottrobertson
- Repository
- 3 Watchers
- 9 Stars
- 5,387 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 3 % Grown
Premailer PHP Wrapper
, (*1)
, (*2)
Pre-flight for HTML email - PHP Wrapper., (*3)
http://premailer.dialect.ca, (*4)
Example
<?php
require __DIR__ . '/vendor/autoload.php';
$premailer = new ScottRobertson\Premailer\Request();
// Convert our HTML email using Premailer
$response = $premailer->convert('
Hi
');
// Download the generated HTML file from Premailer
echo $response->downloadHtml();
Todo
dev-master
9999999-dev
Pre-flight for HTML email - PHP Wrapper.
Sources
Download
MIT
The Requires
The Development Requires
email
premailer
1.1
1.1.0.0
Pre-flight for HTML email - PHP Wrapper.
Sources
Download
MIT
The Requires
The Development Requires
email
premailer
1.0
1.0.0.0
Pre-flight for HTML email - PHP Wrapper.
Sources
Download
The Requires
The Development Requires
email
premailer