PHPackages                             schranz-templating/laminas-blade-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. [Templating &amp; Views](/categories/templating)
4. /
5. schranz-templating/laminas-blade-integration

ActiveLibrary[Templating &amp; Views](/categories/templating)

schranz-templating/laminas-blade-integration
============================================

A integration of template renderer into laminas via blade template engine.

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

Since Sep 17Pushed 3y ago1 watchersCompare

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

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

Schranz Template Renderer Integration for Blade
===============================================

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

Integrate the templating [Blade Adapter](https://github.com/schranz-templating/blade-adapter)into the [Laminas Framework](https://getlaminas.org/).

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

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

[](#installation)

Install this package via Composer:

```
composer require schranz-templating/laminas-blade-integration
```

Add the module to the `config/modules.config.php.php`:

```
return [
    // ...
    'Schranz\Templating\Integration\Laminas\Blade',
];
```

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

[](#configuration)

The example and default configuration can be found in [config/module.config.php](config/module.config.php).

Extensions
----------

[](#extensions)

To extend Blade functionality you can create a new service extending from `Blade\Extension`the service need to be registered and its service name configured the `module.config.php`:

```
return [
    // ...
    'schranz_templating_blade' => [
        'extensions' => [
            \App\Blade\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

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 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[laminas/laminas-view

Fast and type safe HTML templating library with a flexible plugin system supporting multistep template composition

7526.3M230](/packages/laminas-laminas-view)[oxcom/zend-twig

ZendTwig is a module that integrates the Twig template engine with Zend Framework 3.

19109.7k](/packages/oxcom-zend-twig)[kokspflanze/zfc-twig

Laminas/Zend Framework Module that provides a Twig rendering strategy and extensions to render actions or trigger events from your templates

15299.3k4](/packages/kokspflanze-zfc-twig)

PHPackages © 2026

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