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

ActiveLibrary

schranz-templating/spiral-smarty-integration
============================================

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

0.1.0(3y ago)02MITPHPPHP ^7.2 || ^8.0

Since Nov 14Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (4)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 Spiral Framework.

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

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

[](#installation)

Install this package via Composer:

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

Register the Bootloader class in your `app/src/Application/Kernel.php` if not already automatically added by the framework:

```
class Kernel extends \Spiral\Framework\Kernel
{
    protected const LOAD = [
        // ...
        \Schranz\Templating\Integration\Spiral\Smarty\Bootloader\SmartyBootloader::class,
    ];
}
```

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

[](#configuration)

The integration provides the following configuration.

```
// app/config/schranz_templating_smarty.php

declare(strict_types=1);

return [
    'paths' => [
        'hello' => 'app/views',
    ],
    'cache_dir' => 'runtime/cache/smarty/cache',
    'compile_dir' => 'runtime/cache/smarty/compile',
];
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1275d 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 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[cycle/orm

PHP DataMapper ORM and Data Modelling Engine

1.3k835.4k65](/packages/cycle-orm)[spiral/temporal-bridge

Temporal integration package for Spiral Framework

58901.5k](/packages/spiral-temporal-bridge)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[spiral/cycle-bridge

Cycle ORM integration package

18128.9k7](/packages/spiral-cycle-bridge)

PHPackages © 2026

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