2017 © Pedro Peláez
 

library laravel-emogrifier

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

image

hnhdigital-os/laravel-emogrifier

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  • Saturday, February 3, 2018
  • by bluora
  • Repository
  • 1 Watchers
  • 1 Stars
  • 379 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 71 % Grown

The README.md

                                 _  __ _ 
                                (_)/ _(_)
  ___ _ __ ___   ___   __ _ _ __ _| |_ _  ___ _ __
 / _ \ '_ ` _ \ / _ \ / _` | '__| |  _| |/ _ \ '__|
|  __/ | | | | | (_) | (_| | |  | | | | |  __/ |
 \___|_| |_| |_|\___/ \__, |_|  |_|_| |_|\___|_|
                       __/ |
                      |___/

This package provides a Laravel wrapper to the Emogrifier package that provides the ability to convert CSS styles into inline style attributes in your HTML code., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License Donate to this project using Patreon, (*2)

Build Status StyleCI Test Coverage Issue Count Code Climate, (*3)

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*4)

Documentation

Requirements

  • Laravel 5.4
  • PHP 7.1

Installation

Via composer:, (*5)

$ composer require hnhdigital-os/laravel-emogrifier ~2.0, (*6)

The service provider will autoload from Laravel 5.5., (*7)

Enable the facade by editing config/app.php:, (*8)

'aliases' => array(
    ...
    'Emogrifier' => HnhDigital\Emogrifier\Facade::class,
    ...
)

To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:, (*9)

Enable the service provider by editing config/app.php:, (*10)

'providers' => array(
    ...
    HnhDigital\Emogrifier\ServiceProvider::class,
    ...
)

Instructions

$output = Emogrifier::parse($html, $css);
$output = app('Emogrifier')->parse($html, $css);

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

03/02 2018

dev-master

9999999-dev http://www.pelagodesign.com/sidecar/emogrifier/

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email css pre-processing

03/02 2018

2.0.3

2.0.3.0 http://www.pelagodesign.com/sidecar/emogrifier/

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email css pre-processing

03/02 2018

2.0.2

2.0.2.0 http://www.pelagodesign.com/sidecar/emogrifier/

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email css pre-processing

03/02 2018

2.0.1

2.0.1.0 http://www.pelagodesign.com/sidecar/emogrifier/

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email css pre-processing

30/01 2018

2.0.0

2.0.0.0 http://www.pelagodesign.com/sidecar/emogrifier/

A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email css pre-processing

02/01 2018

v1.x-dev

1.9999999.9999999.9999999-dev http://www.pelagodesign.com/sidecar/emogrifier/

Converts CSS styles into inline style attributes in your HTML code

  Sources   Download

MIT

The Requires

 

laravel email css pre-processing

02/01 2018

1.0.0

1.0.0.0 http://www.pelagodesign.com/sidecar/emogrifier/

Converts CSS styles into inline style attributes in your HTML code

  Sources   Download

MIT

The Requires

 

laravel email css pre-processing

02/01 2018

dev-analysis-8Lo0WP

dev-analysis-8Lo0WP http://www.pelagodesign.com/sidecar/emogrifier/

Converts CSS styles into inline style attributes in your HTML code

  Sources   Download

MIT

The Requires

 

laravel email css pre-processing