twentyua / html-validator-bundle
There is no license information available for the latest version (v0.2) of this package.
v0.2
2016-10-04 09:11 UTC
Requires
- kriswallsmith/buzz: ~0.15
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-01 01:41:06 UTC
README
Installing
composer require "twentyua/html-validator-bundle"
Add the bundle to your AppKernel.php:
new \TwentyUa\HtmlValidatorBundle\TwentyUaHtmlValidatorBundle(),
Configuration
Not additional configuration is needed.
Usage
$container->get('twentyua_htmlvalidator.validator')->isMarkupValid($html);