teio/teio

Powerful HTML processor.

Maintainers

Details

github.com/inteve/teio

Source

Issues

Fund package maintenance!
Other

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/teio/teio

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

This package is auto-updated.

Last update: 2025-10-04 11:19:00 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/