twentyua / html-validator-bundle
Installs: 1 230
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- kriswallsmith/buzz: ~0.15
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 18:59:58 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);