PHPackages                             schranz-templating/mezzio-latte-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/mezzio-latte-integration

ActiveLibrary

schranz-templating/mezzio-latte-integration
===========================================

A integration of template renderer into mezzio via latte template engine.

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

Since Nov 7Pushed 3y ago1 watchersCompare

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

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

Schranz Template Renderer Integration for Latte
===============================================

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

Integrate the templating [Latte Adapter](https://github.com/schranz-templating/latte-adapter)into the Mezzio Framework.

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

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

[](#installation)

Install this package via Composer:

```
composer require schranz-templating/mezzio-latte-integration
```

Register the ConfigProvider class in your `config/config.php` if not already automatically added by the framework:

```
// ...

$aggregator = new ConfigAggregator([
    // ...
    \Schranz\Templating\Integration\Mezzio\Latte\ConfigProvider::class,
]);
```

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

[](#configuration)

The following configuration is available:

```
// src/App/src/ConfigProvider.php

class ConfigProvider
{
    public function __invoke(): array
    {
        return [
            // ...
            'latte' => [
                'path' => 'src/App/templates',
                'cache_dir' => 'data/cache/latte',
                'extensions' => [
                    \App\Latte\MyExtension::class,
                    // or
                    'my_extension',
                ],
            ],
        ];
    }
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

1282d 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k130.5M1.4k](/packages/pimple-pimple)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[internal/dload

Downloads binaries.

98142.7k10](/packages/internal-dload)[symfony/json-streamer

Provides powerful methods to read/write data structures from/into JSON streams.

14440.0k8](/packages/symfony-json-streamer)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)

PHPackages © 2026

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