Download the PHP package tijsverkoyen/css-to-inline-styles without Composer
On this page you can find all versions of the php package tijsverkoyen/css-to-inline-styles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tijsverkoyen/css-to-inline-styles
More information about tijsverkoyen/css-to-inline-styles
Files in tijsverkoyen/css-to-inline-styles
Download tijsverkoyen/css-to-inline-styles
More information about tijsverkoyen/css-to-inline-styles
Files in tijsverkoyen/css-to-inline-styles
Vendor tijsverkoyen
Package css-to-inline-styles
Short Description 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.
License BSD-3-Clause
Homepage https://github.com/tijsverkoyen/CssToInlineStyles
Package css-to-inline-styles
Short Description 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.
License BSD-3-Clause
Homepage https://github.com/tijsverkoyen/CssToInlineStyles
Please rate this library. Is it a good library?
Informations about the package css-to-inline-styles
CssToInlineStyles class
About
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.
Installation
The recommended installation way is through Composer.
Example
Known issues
- no support for pseudo selectors
- no support for css-escapes
- UTF-8 charset is not always detected correctly. Make sure you set the charset to UTF-8 using the following meta-tag in the head:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
. (Note: using<meta charset="UTF-8">
does NOT work!)
Sites using this class
- Each site based on Fork CMS
- Print en Bind
- Tiki Wiki CMS Groupware (starting in Tiki 13)
- Laravel Framework
All versions of css-to-inline-styles with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0 || ^8.0
ext-dom Version *
ext-libxml Version *
symfony/css-selector Version ^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
ext-dom Version *
ext-libxml Version *
symfony/css-selector Version ^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
The package tijsverkoyen/css-to-inline-styles contains the following files
Loading the files please wait ....