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

This package is not auto-updated.

Last update: 2024-05-11 16:39: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);