teio/teio

Powerful HTML processor.

Maintainers

Package info

github.com/inteve/teio

pkg:composer/teio/teio

Fund package maintenance!

Other

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2.0 2024-04-19 12:33 UTC

This package is auto-updated.

Last update: 2026-03-04 12:16:56 UTC


README

Build Status Downloads this Month Latest Stable Version License

Powerful HTML processor.

Donate

Installation

Download a latest package or use Composer:

composer require teio/teio

Inteve\Teio requires PHP 8.0 or newer.

Usage

$teio = new Teio\Processor(
	modules: $modules
);

$html = $teio->process($html);

License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/