PHPackages                             evheniy/html5-verti-template-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. [Templating &amp; Views](/categories/templating)
4. /
5. evheniy/html5-verti-template-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

evheniy/html5-verti-template-bundle
===================================

The HTML5VertiTemplateBundle adds the ability to add free responsive site template by HTML5 to your application.

1.0(11y ago)1654MITCSSPHP &gt;=5.3.0

Since May 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/evheniy/HTML5VertiTemplateBundle)[ Packagist](https://packagist.org/packages/evheniy/html5-verti-template-bundle)[ RSS](/packages/evheniy-html5-verti-template-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

HTML5VertiTemplateBundle
========================

[](#html5vertitemplatebundle)

This bundle provides HTML5 Verti Template for Symfony2

[![knpbundles.com](https://camo.githubusercontent.com/5fdb35d30fd82a7ef26c2d5cc58d65cca81ded2e7aa2d4570d24b4d7a43ab7ba/687474703a2f2f6b6e7062756e646c65732e636f6d2f657668656e69792f48544d4c35566572746954656d706c61746542756e646c652f6261646765)](http://knpbundles.com/evheniy/HTML5VertiTemplateBundle)

[![Latest Stable Version](https://camo.githubusercontent.com/e4db00470dcdec464dd09dbfd400c77c8fb9613e077a699617ad21eb3db5a749/68747470733a2f2f706f7365722e707567782e6f72672f657668656e69792f68746d6c352d76657274692d74656d706c6174652d62756e646c652f762f737461626c65)](https://packagist.org/packages/evheniy/html5-verti-template-bundle) [![Total Downloads](https://camo.githubusercontent.com/f6deb117b52f17c776d6e90808178945776cd320c80489fe0bc7ac8f46ed344b/68747470733a2f2f706f7365722e707567782e6f72672f657668656e69792f68746d6c352d76657274692d74656d706c6174652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/evheniy/html5-verti-template-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/c55bc4e8e932c90aad088e7de34fac939d4fd0ce883161af9f14a7cc20038a34/68747470733a2f2f706f7365722e707567782e6f72672f657668656e69792f68746d6c352d76657274692d74656d706c6174652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/evheniy/html5-verti-template-bundle) [![License](https://camo.githubusercontent.com/c326cace78122ac35a60b34ca05f21e34cd187cd69ba7eea49b4c2ff3b37b3bb/68747470733a2f2f706f7365722e707567782e6f72672f657668656e69792f68746d6c352d76657274692d74656d706c6174652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/evheniy/html5-verti-template-bundle)

[![Build Status](https://camo.githubusercontent.com/85211fa2dbd7c260b76dc949e89523ca3d22c586a5f47c860dd92fcefa18bf07/68747470733a2f2f7472617669732d63692e6f72672f657668656e69792f48544d4c35566572746954656d706c61746542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/evheniy/HTML5VertiTemplateBundle)[![Coverage Status](https://camo.githubusercontent.com/dfcd31748a794131490d54eb6761847138d534f6304ae39527ea51f3eed3438b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f657668656e69792f48544d4c35566572746954656d706c61746542756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/evheniy/HTML5VertiTemplateBundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d853ff79526de41dc8c5c475f47abb48b446324135d34aa2cb785bd44cb35a99/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f657668656e69792f48544d4c35566572746954656d706c61746542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/evheniy/HTML5VertiTemplateBundle/?branch=master) [![Build Status](https://camo.githubusercontent.com/ce4937631a9a2949698b5bd3d582196a1a8850033dfbbb05207c1a15442675cb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f657668656e69792f48544d4c35566572746954656d706c61746542756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/evheniy/HTML5VertiTemplateBundle/build-status/master)

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

[](#installation)

```
$ composer require evheniy/html5-verti-template-bundle "1.*"

```

Or add to composer.json

```
"evheniy/evheniy/html5-verti-template-bundle": "1.*"

```

AppKernel:

```
public function registerBundles()
    {
        $bundles = array(
            ...
            new Evheniy\HTML5VertiTemplateBundle\HTML5VertiTemplateBundle(),
        );
        ...

```

config.yml:

```
#HTML5VertiTemplateBundle
html5_verti_template: ~

or

#HTML5VertiTemplateBundle
html5_verti_template:
    cdn: cdn.site.com

```

And Assetic Configuration in config.yml:

```
#Assetic Configuration
assetic:
    bundles: [ HTML5VertiTemplateBundle, JqueryBundle ]
    filters:
        uglifyjs2:
            bin: /usr/local/bin/uglifyjs
        uglifycss:
            bin: /usr/local/bin/uglifycss
        optipng:
            bin: /usr/bin/optipng
        jpegoptim:
            bin: /usr/bin/jpegoptim

```

This bundle uses [JqueryBundle](https://github.com/evheniy/JqueryBundle) and [HTML5CacheBundle](https://github.com/evheniy/HTML5CacheBundle). So you need to configure those bundles

AppKernel:

```
public function registerBundles()
    {
        $bundles = array(
            ...
            new Evheniy\JqueryBundle\JqueryBundle(),
            new Evheniy\HTML5CacheBundle\HTML5CacheBundle(),
        );
        ...

```

config.yml:

```
jquery: ~
html5_cache: ~

```

The last step

```
app/console assetic:dump --env=prod --no-debug

```

And for cache

```
app/console manifest:dump

```

Documentation
-------------

[](#documentation)

You can use local CDN (domain):

```
html5_verti_template:
    cdn: cdn.site.com

```

Default value is empty

Using
-----

[](#using)

This bundle provides 4 kinds of view:

- [main page](http://makedev.org/verti/):

    ```
     {% extends "HTML5VertiTemplateBundle::index.html.twig" %}

    ```
- with [left sidebar](http://makedev.org/verti/left-sidebar.html):

    ```
     {% extends "HTML5VertiTemplateBundle::left_sidebar.html.twig" %}

    ```
- with [right sidebar](http://makedev.org/verti/right-sidebar.html):

    ```
     {% extends "HTML5VertiTemplateBundle::right_sidebar.html.twig" %}

    ```
- [without sidebar](http://makedev.org/verti/no-sidebar.html):

    ```
     {% extends "HTML5VertiTemplateBundle::no_sidebar.html.twig" %}

    ```

You can see how it looks like on [demo](http://makedev.org/verti/)

License
-------

[](#license)

This bundle is under the [MIT](https://github.com/evheniy/HTML5VertiTemplateBundle/blob/master/Resources/meta/LICENSE) license.

[Документация на русском языке](http://makedev.org/articles/symfony/bundles/html5_verti_template_bundle.html)

[Demo](http://makedev.org/verti/)

[Verti is a free responsive site template by HTML5 UP](http://html5up.net/verti)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e25a30b83f9493998640ece1013e05059e4dd4ac55a482c650eb760ac37d843?d=identicon)[evheniy](/maintainers/evheniy)

---

Top Contributors

[![evheniy](https://avatars.githubusercontent.com/u/1702242?v=4)](https://github.com/evheniy "evheniy (23 commits)")

---

Tags

symfonyHTML5templateresponsiveVerty

### Embed Badge

![Health badge](/badges/evheniy-html5-verti-template-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/evheniy-html5-verti-template-bundle/health.svg)](https://phpackages.com/packages/evheniy-html5-verti-template-bundle)
```

###  Alternatives

[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.3k8.5M140](/packages/almasaeed2010-adminlte)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
