Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scottrobertson/premailer
- Owner: scottrobertson
- License: mit
- Created: 2014-03-31T20:47:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T14:36:59.000Z (over 10 years ago)
- Last Synced: 2024-10-12T02:29:43.671Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 228 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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