PHPackages                             werkint/templating-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. werkint/templating-bundle

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

werkint/templating-bundle
=========================

v0.1.1(10y ago)1923MITPHPPHP &gt;=5.5

Since Jun 26Pushed 10y ago5 watchersCompare

[ Source](https://github.com/Werkint/templating-bundle)[ Packagist](https://packagist.org/packages/werkint/templating-bundle)[ RSS](/packages/werkint-templating-bundle/feed)WikiDiscussions master Synced 1w ago

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

Templating
==========

[](#templating)

### Deprecated

[](#deprecated)

use twig compile instead; and you can use bower

### Composer

[](#composer)

```
composer require 'werkint/templating-bundle:dev-master'

```

### Kernel

[](#kernel)

AppKernel::registerBundles:

```
        ...
    new \Werkint\Bundle\TemplatingBundle\WerkintTemplatingBundle()
        ...

```

### Routing

[](#routing)

app/config/routing.yml:

```
    werkint_templating.:
      resource: "@WerkintTemplatingBundle/Resources/config/routing.yml"
      prefix: "/api"
      options:
        expose: true

```

```
$router->generate('ajax_templating', ['template' => '@YourBundle/Some/someTemplate.twig'])

```

OR

```
define([
    'some-module/views/view',
    'werkint-templating/template!@YourBundle/Some/someTemplate.twig'
], function (View, template) {
    'use strict';

    return View.extend({
        'template': template,
    });
});

```

### JS

[](#js)

```
bower install template --save

```

or include web/bundles/werkinttemplating/js/\*.js

### Public templates

[](#public-templates)

@YourBundle/Resources/config/templates.yml:

```
parameters:
  your_bundle.public_templates:
    - @@YourBundle/Some/someTemplate.twig
services:
  your_bundle.public_template_provider:
    class: Your\Bundle\SomeBundle\Service\TemplateProvider
    arguments:
      - % your_bundle.public_templates%
    tags:
      - {name: werkint_templating.public_template }

```

Or Werkint\\Bundle\\TemplatingBundle\\Service\\TemplateProviderInterface

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.9% 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 ~99 days

Total

3

Last Release

3802d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/533d0c99c4e0c7413a1dcce2d81c37ecf94883e6377d274d6f43247a399bb268?d=identicon)[nick4fake](/maintainers/nick4fake)

---

Top Contributors

[![odesskij](https://avatars.githubusercontent.com/u/4420066?v=4)](https://github.com/odesskij "odesskij (15 commits)")[![kateshch](https://avatars.githubusercontent.com/u/8463703?v=4)](https://github.com/kateshch "kateshch (2 commits)")[![tomfun](https://avatars.githubusercontent.com/u/5002775?v=4)](https://github.com/tomfun "tomfun (2 commits)")

### Embed Badge

![Health badge](/badges/werkint-templating-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/werkint-templating-bundle/health.svg)](https://phpackages.com/packages/werkint-templating-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

566.8M117](/packages/symfony-ux-icons)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

1482.8k1](/packages/symfony-ux-toolkit)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1715.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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