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(6mo ago)0445↓83.3%MITTwig

Since Jan 16Pushed 6mo 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 today

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

35

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity15

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

198d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[shopware/storefront

Storefront for Shopware

684.6M236](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[mati365/ckeditor5-symfony

CKEditor 5 integration for Symfony

262.6k](/packages/mati365-ckeditor5-symfony)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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