2017 © Pedro Peláez
 

library premailer

Pre-flight for HTML email - PHP Wrapper.

image

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

The README.md

Premailer PHP Wrapper

Build Status, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*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

  • Documentation

The Versions

03/04 2014

dev-master

9999999-dev

Pre-flight for HTML email - PHP Wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

email premailer

03/04 2014

1.1

1.1.0.0

Pre-flight for HTML email - PHP Wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

email premailer

01/04 2014

1.0

1.0.0.0

Pre-flight for HTML email - PHP Wrapper.

  Sources   Download

The Requires

 

The Development Requires

email premailer