<!---
# This file is part of the ChillDev ViewHelpers bundle.
#
# @author Rafał Wrzeszcz <rafal.wrzeszcz@wrzasq.pl>
# @copyright 2012 - 2013 © by Rafał Wrzeszcz - Wrzasq.pl.
# @version 0.1.8
# @since 0.0.1
# @package ChillDev\Bundle\ViewHelpersBundle
-->

# About this project

This project is a Symfony2 bundle, that provides set of view helpers for PHP templating engine.

Currently it contains:

-   `&lt;title&gt;` tag helper,
-   `&lt;meta&gt;` tag helper,
-   `&lt;link&gt;` tag helper,
-   `&lt;script&gt;` tag helper,
-   `xmlns=""` attribute helper,
-   XHTML Content-Type negotation helper for real XHTML applications (`application/xhtml+xml`),
-   text truncating helper,
-   sub-requests shortcut helper,
-   PHP helper wrapper for [SonataFormatterBundle](https://github.com/sonata-project/SonataFormatterBundle).

Because not everyone uses Twig…
