PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP CSS to Inline Styles   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSS to Inline Styles
Convert CSS styles into HTML attribute values
Author: By
Last change: [+]: use "phpcs" + "phpstan" + fix unicode-regex support
Date: 4 years ago
Size: 1,134 bytes
 

Contents

Class file image Download
{ "name": "voku/css-to-inline-styles", "type": "library", "description": "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.", "keywords": [ "email", "css-to-html", "CSSToHtml", "CSSinline", "inline", "style", "css" ], "homepage": "https://github.com/voku/CssToInlineStyles", "license": "BSD-3-Clause", "authors": [ { "name": "Tijs Verkoyen", "email": "css_to_inline_styles@verkoyen.eu", "role": "Developer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://github.com/voku", "role": "Developer" } ], "require": { "php": ">=7.0.0", "symfony/css-selector": "~3.0 || ~4.0", "voku/simple_html_dom": "~4.5", "ext-dom": "*" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "autoload": { "psr-4": { "voku\\CssToInlineStyles\\": "src" } }, "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } } }