PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP HTML to Text Conversion   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML to Text Conversion
Parse HTML and extract text contained in it
Author: By
Last change: [+]: fix string repeat (when html tags are inside other html tags)

-> thanks @ vibrantBits -> https://github.com/voku/html2text/pull/17
Date: 5 years ago
Size: 587 bytes
 

Contents

Class file image Download
{ "name": "voku/html2text", "description": "Only a Fork of -> html2text: Converts HTML to formatted plain text", "keywords": [ "html-to-text", "HTMLToText", "HtmlIntoText", "html", "text", "email" ], "type": "library", "license": "GPL-2.0-or-later", "require": { "php": ">=7.0.0", "voku/portable-utf8": "~5.4" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "autoload": { "psr-4": { "voku\\Html2Text\\": "src" } }, "autoload-dev": { "psr-4": { "voku\\Html2Text\\tests\\": "tests" } } }