PHPackages                             knplabs/knp-markup-validator-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. knplabs/knp-markup-validator-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

knplabs/knp-markup-validator-bundle
===================================

Provide markup validation for your Symfony2 based projects.

8483PHP

Since Mar 11Pushed 13y ago30 watchersCompare

[ Source](https://github.com/KnpLabs/KnpMarkupValidatorBundle)[ Packagist](https://packagist.org/packages/knplabs/knp-markup-validator-bundle)[ RSS](/packages/knplabs-knp-markup-validator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Markup Validator Bundle
=======================

[](#markup-validator-bundle)

Bundle that provides markup validation functionality to your Symfony2 based projects.

This bundle is in early development state, so any contribution is welcome! ;)

Installation
------------

[](#installation)

If you use a `deps` file, add:

```
[KnpMarkupValidatorBundle]
    git=http://github.com/KnpLabs/KnpMarkupValidatorBundle.git
    target=/bundles/Knp/Bundle/MarkupValidatorBundle

```

Or if you want to clone the repo:

```
git clone git://github.com/KnpLabs/KnpMarkupValidatorBundle.git vendor/bundles/Knp/Bundle/MarkupValidatorBundle

```

### Add the namespace to your autoloader

[](#add-the-namespace-to-your-autoloader)

```
