2017 © Pedro Peláez
 

library css-to-inline-styles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

image

voku/css-to-inline-styles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  • Friday, December 1, 2017
  • by voku
  • Repository
  • 4 Watchers
  • 10 Stars
  • 16,002 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 156 Forks
  • 0 Open issues
  • 57 Versions
  • 11 % Grown

The README.md

Build Status codecov.io Coverage Status Scrutinizer Code Quality Codacy Badge SensioLabsInsight Latest Stable Version Total Downloads Latest Unstable Version PHP 7 ready License, (*1)

CssToInlineStyles class

WARNING: this is only a Extended-Fork of "https://github.com/tijsverkoyen/CssToInlineStyles", (*2)

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails., (*3)

About

PHP CssToInlineStyles is a class to convert HTML into HTML with inline styles., (*4)

Installation

The recommended installation way is through Composer., (*5)

$ composer require voku/css-to-inline-styles

Example

use voku\CssToInlineStyles\CssToInlineStyles;

// Convert HTML + CSS to HTML with inlined CSS
$cssToInlineStyles= new CssToInlineStyles();
$cssToInlineStyles->setHTML($html);
$cssToInlineStyles->setCSS($css);
$html = $cssToInlineStyles->convert();

// Or use inline-styles blocks from the HTML as CSS
$cssToInlineStyles = new CssToInlineStyles($html);
$cssToInlineStyles->setUseInlineStylesBlock(true);
$html = $cssToInlineStyles->convert();

// Or use linked files from the HTML as CSS
$cssToInlineStyles = new CssToInlineStyles($html);
$cssToInlineStyles->setLoadCSSFromHTML(true);
$html = $cssToInlineStyles->convert(false, 0, __DIR__ . '/../tests/');

Documentation

The following properties exists and have set methods available:, (*6)

Property Default Description
cleanup false Should the generated HTML be cleaned?
useInlineStylesBlock false Use inline-styles block as CSS.
stripOriginalStyleTags false Strip original style tags.
excludeMediaQueries true Exclude media queries from extra "css" and keep media queries for inline-styles blocks.
excludeConditionalInlineStylesBlock true Exclude conditional inline-style blocks.

Warning

Also if the default is cleanup === false, you maybe need to use this feature, because Outlook has some special features where the inline-CSS will be ignored and it will fallback to use only the CSS-Class- or ID-properties., (*7)

$cssToInlineStyles->setCleanup(true);

Known issues

  • no support for pseudo selectors

The Versions

01/12 2017

dev-master

9999999-dev https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/11 2017

dev-analysis-z4gVaG

dev-analysis-z4gVaG https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/11 2017

2.0.0

2.0.0.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

18/10 2017

1.6.37

1.6.37.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

12/05 2017

1.6.36

1.6.36.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

18/03 2017

1.6.35

1.6.35.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

08/02 2017

1.6.34

1.6.34.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

08/02 2017

1.6.33

1.6.33.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

07/02 2017

1.6.32

1.6.32.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

06/12 2016

1.6.31

1.6.31.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

21/09 2016

1.6.30

1.6.30.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

12/08 2016

1.6.29

1.6.29.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

27/07 2016

1.6.28

1.6.28.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/07 2016

1.6.27

1.6.27.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/07 2016

1.6.26

1.6.26.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/07 2016

1.6.25

1.6.25.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

20/07 2016

1.6.24

1.6.24.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

28/06 2016

1.6.23

1.6.23.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

25/06 2016

1.6.22

1.6.22.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

07/06 2016

1.6.21

1.6.21.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

04/06 2016

1.6.20

1.6.20.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

20/05 2016

1.6.19

1.6.19.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

05/04 2016

1.6.18

1.6.18.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

05/04 2016

1.6.17

1.6.17.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

09/03 2016

1.6.16

1.6.16.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

10/02 2016

1.6.15

1.6.15.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

02/12 2015

1.6.14

1.6.14.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

02/12 2015

1.6.13

1.6.13.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

23/11 2015

1.6.12

1.6.12.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

22/11 2015

1.6.11

1.6.11.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

12/10 2015

1.6.10

1.6.10.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

11/10 2015

1.6.9

1.6.9.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

05/10 2015

1.6.8

1.6.8.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

29/09 2015

1.6.7

1.6.7.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

19/08 2015

1.6.6

1.6.6.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

27/07 2015

1.6.5

1.6.5.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

21/07 2015

1.6.4

1.6.4.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

30/06 2015

1.6.3

1.6.3.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

29/06 2015

1.6.2

1.6.2.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

29/06 2015

1.6.1

1.6.1.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

29/06 2015

1.6.0

1.6.0.0 https://github.com/voku/CssToInlineStyles

Only a Fork of -> CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Tijs Verkoyen

email css inline style css-to-html csstohtml cssinline

01/04 2015

1.5.4

1.5.4.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

The Development Requires

by Tijs Verkoyen

01/04 2015

1.5.3

1.5.3.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

The Development Requires

by Tijs Verkoyen

23/08 2014

dev-patch-5

dev-patch-5 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

The Development Requires

by Tijs Verkoyen

01/08 2014

1.5.2

1.5.2.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

The Development Requires

by Tijs Verkoyen

25/07 2014

1.5.1

1.5.1.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

25/07 2014

1.5.0

1.5.0.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

25/07 2014

1.4.4

1.4.4.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

25/07 2014

1.4.3

1.4.3.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

25/07 2014

1.4.2

1.4.2.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

18/07 2014

1.4.1

1.4.1.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

18/07 2014

1.4.0

1.4.0.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

 

by Tijs Verkoyen

05/05 2014

1.3.0

1.3.0.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

by Tijs Verkoyen

09/02 2013

1.2.1

1.2.1.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

by Tijs Verkoyen

09/02 2013

1.2.0

1.2.0.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

by Tijs Verkoyen

13/10 2012

1.1.0

1.1.0.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Tijs Verkoyen

13/10 2012

1.0.6

1.0.6.0 https://github.com/tijsverkoyen/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

  Sources   Download

BSD

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Tijs Verkoyen