mathsgod/html-content-extractor

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mathsgod/html-content-extractor

1.0.0 2024-07-16 05:18 UTC

This package is auto-updated.

Last update: 2025-09-17 10:48:34 UTC


README

Description

This is a simple tool to extract the content of a HTML file into string format.

Usage

$html= "<html><body><h1>Hello World</h1></body></html>";

echo Html\Extractor::Extract($html);