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: 2024-11-05 09:17:48 UTC


README

Example:

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