twentyua/html-validator-bundle

There is no license information available for the latest version (v0.2) of this package.

Installs: 1 237

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/twentyua/html-validator-bundle

v0.2 2016-10-04 09:11 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:16:02 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);