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.
- Host: GitHub
- URL: https://github.com/baraja-core/html-to-text
- Owner: baraja-core
- License: mit
- Created: 2021-02-05T14:01:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:37:52.000Z (almost 4 years ago)
- Last Synced: 2025-04-18T22:36:10.998Z (about 1 year ago)
- Topics: convertor, html, text, txt
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HTML to text convertor
======================

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.