https://github.com/inteve/teio
Powerfull HTML processor.
https://github.com/inteve/teio
Last synced: 3 months ago
JSON representation
Powerfull HTML processor.
- Host: GitHub
- URL: https://github.com/inteve/teio
- Owner: inteve
- License: other
- Created: 2020-02-01T10:55:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:34:14.000Z (about 1 year ago)
- Last Synced: 2025-01-13T08:12:24.279Z (5 months ago)
- Language: PHP
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
# Inteve\Teio
[](https://github.com/inteve/teio/actions)
[](https://packagist.org/packages/teio/teio)
[](https://github.com/inteve/teio/releases)
[](https://github.com/inteve/teio/blob/master/license.md)Powerful HTML processor.
## Installation
[Download a latest package](https://github.com/inteve/teio/releases) or use [Composer](http://getcomposer.org/):
```
composer require teio/teio
```Inteve\Teio requires PHP 7.4.0 or newer.
## Usage
``` php
$teio = new Teio\Processor(
modules: $modules
);$html = $teio->process($html);
```------------------------------
License: [New BSD License](license.md)
Author: Jan Pecha, https://www.janpecha.cz/