PHPackages                             schranz-templating/symfony-smarty-integration - 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. schranz-templating/symfony-smarty-integration

ActiveLibrary

schranz-templating/symfony-smarty-integration
=============================================

A integration of template renderer into symfony via smarty template engine.

0.1.0(3y ago)225MITPHPPHP ^7.0 || ^8.0

Since Sep 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/schranz-templating/symfony-smarty-integration)[ Packagist](https://packagist.org/packages/schranz-templating/symfony-smarty-integration)[ RSS](/packages/schranz-templating-symfony-smarty-integration/feed)WikiDiscussions 0.1 Synced 1mo ago

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

Schranz Template Renderer Integration for Smarty
================================================

[](#schranz-template-renderer-integration-for-smarty)

Integrate the templating [Smarty Adapter](https://github.com/schranz-templating/smarty-adapter)into the Symfony Framework.

Part of the [Schranz Templating Project](https://github.com/schranz-templating/templating).

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

[](#installation)

Install this package via Composer:

```
composer require schranz-templating/symfony-smarty-integration
```

Register the Bundle class in your `config/bundles.php` or Kernel file:

```
return [
    // ...
    Schranz\Templating\Integration\Symfony\Smarty\SchranzTemplatingMustacheBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

The Smarty Integration has the following configuration available:

```
schranz_templating_smarty:
    default_path: '%kernel.project_dir%/templates'
    cache: '%kernel.cache_dir%/smarty'
```

None of the configuration is required.

### default\_path

[](#default_path)

**type:** `string` **default:** `'%kernel.project_dir%/templates'`

The path to the directory where Symfony will look for the application Smarty templates by default.

### cache

[](#cache)

**type:** `string` **default:** `'%kernel.cache_dir%/smarty'`

Before using the Smarty templates to render some contents, they are compiled into regular PHP code. Compilation is a costly process, so the result is cached in the directory defined by this configuration option.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~0 days

Total

2

Last Release

1333d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1698337?v=4)[Alexander Schranz](/maintainers/alexander-schranz)[@alexander-schranz](https://github.com/alexander-schranz)

---

Top Contributors

[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (5 commits)")

### Embed Badge

![Health badge](/badges/schranz-templating-symfony-smarty-integration/health.svg)

```
[![Health](https://phpackages.com/badges/schranz-templating-symfony-smarty-integration/health.svg)](https://phpackages.com/packages/schranz-templating-symfony-smarty-integration)
```

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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