teio/teio

Powerful HTML processor.

Maintainers

Details

github.com/inteve/teio

Source

Issues

Fund package maintenance!
Other

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

This package is auto-updated.

Last update: 2024-04-19 12:34:18 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 7.4.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/