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-05-21 07:03:02 UTC


README

Example:

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