svmk/tidy-html-validator

Validating HTML markup using tidy.

dev-master 2015-01-05 19:17 UTC

This package is not auto-updated.

Last update: 2025-07-01 12:10:08 UTC


README

Example:

use TidyValidator\Validator;
$html = file_get_contents('http://google.com/');
$result = Validator::validate($html);
print_r($result);