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

https://github.com/inteve/teio

Powerfull HTML processor.
https://github.com/inteve/teio

Last synced: 3 months ago
JSON representation

Powerfull HTML processor.

Awesome Lists containing this project

README

        

# Inteve\Teio

[![Build Status](https://github.com/inteve/teio/workflows/Build/badge.svg)](https://github.com/inteve/teio/actions)
[![Downloads this Month](https://img.shields.io/packagist/dm/teio/teio.svg)](https://packagist.org/packages/teio/teio)
[![Latest Stable Version](https://poser.pugx.org/teio/teio/v/stable)](https://github.com/inteve/teio/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/inteve/teio/blob/master/license.md)

Powerful HTML processor.

Donate

## 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/