PHPackages                             rofil/template-master - 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. rofil/template-master

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

rofil/template-master
=====================

The default template for rofil application

026HTML

Since Aug 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rhsitorus/ice)[ Packagist](https://packagist.org/packages/rofil/template-master)[ RSS](/packages/rofil-template-master/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#INSTRUCTION# ##Introduction## This bundle is used as default theme of my symfony project. This theme is based on bootstrap css framework. ##Installation## Add to composer.json

```
...
"rofil/template-master": "master-dev"
...

```

update composer.json by running

```
    ...
    $ composer update
    ...

```

register the bundle in appkernel.php

```
...
    new Rofil\Template\MasterBundle\RofilTemplateMasterBundle(),
...

```

\##Configuration###

in app/config/config.yml

```
...
assetic:
    ...
    bundles:        [ "RofilTemplateMasterBundle" ]
...

```

```
twig:
    ...
    form:
        resources:
            - 'RofilTemplateMaster:Form:fields.html.twig'

```

\##Dump Asset##

```
app/console assets:install

```

\##Assetic Dump

```
php app/console assetic:dump

```

\##Usage## in template you can extends our template by using

```
{% extends("RofilTemplateMasterBundle:one-column.html.twig") %}

{% block "content" %}
    ...
{% endblock %}

```

for one column template or for two column template by using

```
{% extends("RofilTemplateMasterBundle:one-column.html.twig") %}

{% block "sidebar" %}
    ...
{% endblock %}

{% block "content" %}
    ...
{% endblock %}

```

the available block that availabel to override are `header`, `navigation`, `title`, `layout` and `footer`.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c0fb9ddfdf07bf3d17519455862aeb200b25e2c83dff35ef4e50e394af6ddf3?d=identicon)[rhsitorus](/maintainers/rhsitorus)

---

Top Contributors

[![rhsitorus](https://avatars.githubusercontent.com/u/7325894?v=4)](https://github.com/rhsitorus "rhsitorus (37 commits)")

### Embed Badge

![Health badge](/badges/rofil-template-master/health.svg)

```
[![Health](https://phpackages.com/badges/rofil-template-master/health.svg)](https://phpackages.com/packages/rofil-template-master)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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