PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP HTML to Text   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML to Text
Convert HTML string to text from the HTML document
Author: By
Last change:
Date: 1 year ago
Size: 730 bytes
 

Contents

Class file image Download
{ "name": "ph-7/html-to-text", "description": "Lightweight package to convert HTML code to plain text (handy for plain text email format).", "keywords": [ "text", "html", "html2text", "html to text", "plain text", "convert", "converter", "convertor" ], "type": "library", "license": "MIT", "homepage": "https://github.com/pH-7", "require": { "php": ">=7.4.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "PH7\\HtmlToText\\": "src" } }, "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://ph7.me" } ], "scripts": { "test": "vendor/bin/phpunit" } }