Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottrobertson/premailer

Pre-flight for HTML email - PHP Wrapper.
https://github.com/scottrobertson/premailer

Last synced: 21 days ago
JSON representation

Pre-flight for HTML email - PHP Wrapper.

Awesome Lists containing this project

README

        

Premailer PHP Wrapper
====

![Build Status](https://www.codeship.io/projects/22f3a3a0-9b4c-0131-14bd-7a152f4f5052/status)

[![Latest Stable Version](https://poser.pugx.org/scottrobertson/premailer/v/stable.png)](https://packagist.org/packages/scottrobertson/premailer) [![Total Downloads](https://poser.pugx.org/scottrobertson/premailer/downloads.png)](https://packagist.org/packages/scottrobertson/premailer) [![Latest Unstable Version](https://poser.pugx.org/scottrobertson/premailer/v/unstable.png)](https://packagist.org/packages/scottrobertson/premailer) [![License](https://poser.pugx.org/scottrobertson/premailer/license.png)](https://packagist.org/packages/scottrobertson/premailer)

Pre-flight for HTML email - PHP Wrapper.

http://premailer.dialect.ca

# Example
```php
convert('

Hi

');

// Download the generated HTML file from Premailer
echo $response->downloadHtml();
```

# Todo
- Documentation