scottrobertson/premailer

This package is abandoned and no longer maintained. No replacement package was suggested.

Pre-flight for HTML email - PHP Wrapper.

Maintainers

👁 scottrobertson

Package info

github.com/scottrobertson/premailer

pkg:composer/scottrobertson/premailer

Statistics

Installs: 6 171

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 0

1.1 2014-04-03 14:34 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c7869561473c496766ddd5ed10506508aa24dd8f

emailpremailer

This package is not auto-updated.

Last update: 2026-04-11 23:52:57 UTC


README

👁 Build Status

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

Pre-flight for HTML email - PHP Wrapper.

http://premailer.dialect.ca

Example

<?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();

Todo

  • Documentation