SkillAgentSearch skills...

Premailer

Pre-flight for HTML email - PHP Wrapper.

Install / Use

/learn @scottrobertson/Premailer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Premailer PHP Wrapper

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

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated6y ago
Forks0

Languages

PHP

Security Score

70/100

Audited on Nov 17, 2019

No findings