An open API service indexing awesome lists of open source software.

https://github.com/baraja-core/html-to-text

HTML to plaintext convertor.
https://github.com/baraja-core/html-to-text

convertor html text txt

Last synced: 7 months ago
JSON representation

HTML to plaintext convertor.

Awesome Lists containing this project

README

          

HTML to text convertor
======================

![Integrity check](https://github.com/baraja-core/html-to-text/workflows/Integrity%20check/badge.svg)

A PHP library for converting HTML to formatted plain text.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/html-to-text) and
[GitHub](https://github.com/baraja-core/html-to-text).

To install, simply use the command:

```shell
$ composer require baraja-core/html-to-text
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

📄 License
-----------

`baraja-core/html-to-text` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/html-to-text/blob/master/LICENSE) file for more details.