PHPackages                             cyril-verloop/templates-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. cyril-verloop/templates-bundle

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

cyril-verloop/templates-bundle
==============================

Some basic templates for Symfony 7+.

1.1.0(4mo ago)0392↓50%MITTwig

Since Jan 16Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/cyrilverloop/templates-bundle)[ Packagist](https://packagist.org/packages/cyril-verloop/templates-bundle)[ GitHub Sponsors](https://github.com/cyrilverloop)[ RSS](/packages/cyril-verloop-templates-bundle/feed)WikiDiscussions trunk Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

templates-bundle
================

[](#templates-bundle)

Templates for Symfony 7+.

[![License](https://camo.githubusercontent.com/b1874122f11d41e71ec60ca87ab4c8a3b47856cc1d517f24664621d487380fce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f637972696c7665726c6f6f702f74656d706c617465732d62756e646c65)](https://github.com/cyrilverloop/templates-bundle/blob/trunk/LICENSE)

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

[](#installation)

### As a Composer depedency

[](#as-a-composer-depedency)

In your project directory run

```
user@host project$ composer require "cyril-verloop/templates-bundle"
```

### For development purposes

[](#for-development-purposes)

```
user@host ~$ cd [PATH_WHERE_TO_PUT_THE_PROJECT] # E.g. ~/projects/
user@host projects$ git clone https://github.com/cyrilverloop/templates-bundle.git
user@host projects$ cd templates-bundle
```

Usage
-----

[](#usage)

With Symfony Flex, you do not need to add the configuration. Without Symfony Flex, the templates needs to be referenced in the `config/packages/twig.yaml` file :

```
twig:
    paths:
        '%kernel.project_dir%/vendor/cyril-verloop/templates-bundle/templates': CVTemplatesBundle
```

You can also look at the `config/packages/twig.yaml` file of this project.

Then, you can inherit the templates :

```
{% extends "@CVTemplatesBundle/base.html.twig" %}
{# or #}
{% extends "@CVTemplatesBundle/layout.html.twig" %}

{# Your code here #}
```

Detailed documentation
----------------------

[](#detailed-documentation)

You can find detailed informations in the [documentation](docs/index.md).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance75

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~700 days

Total

2

Last Release

143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/322b031f8ce9fdaf307dc75cc45a33dd2d7ea8e5c75c4e5fc7e5507ccab294f7?d=identicon)[cyrilverloop](/maintainers/cyrilverloop)

---

Top Contributors

[![cyrilverloop](https://avatars.githubusercontent.com/u/37014314?v=4)](https://github.com/cyrilverloop "cyrilverloop (7 commits)")

### Embed Badge

![Health badge](/badges/cyril-verloop-templates-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cyril-verloop-templates-bundle/health.svg)](https://phpackages.com/packages/cyril-verloop-templates-bundle)
```

###  Alternatives

[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[friendsofsymfony/ckeditor-bundle

Provides a CKEditor integration for your Symfony project.

53014.3M49](/packages/friendsofsymfony-ckeditor-bundle)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

23018.5M53](/packages/twig-cssinliner-extra)[symfony/ux-twig-component

Twig components for Symfony

21814.8M161](/packages/symfony-ux-twig-component)[twig/markdown-extra

A Twig extension for Markdown

12114.3M83](/packages/twig-markdown-extra)[symfony/ux-live-component

Live components for Symfony

1635.6M71](/packages/symfony-ux-live-component)

PHPackages © 2026

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