PHPackages                             amajot/plates-catchall-templater - 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. amajot/plates-catchall-templater

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

amajot/plates-catchall-templater
================================

Allows you to render templates without defined routes/actions as a kind of catch-all in Zend Expressive

2.0.0(8y ago)01.8kMITPHPPHP ^5.3 | ^7.0

Since Jul 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/amajot/plates-catchall-templater)[ Packagist](https://packagist.org/packages/amajot/plates-catchall-templater)[ RSS](/packages/amajot-plates-catchall-templater/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

plates-catchall-templater
=========================

[](#plates-catchall-templater)

[![Build Status](https://camo.githubusercontent.com/538f5fbc567d02e526f19f9c566b43d7ff234675889ec303d121a19291deb120/68747470733a2f2f7472617669732d63692e6f72672f616d616a6f742f706c617465732d6361746368616c6c2d74656d706c617465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/amajot/plates-catchall-templater)

middleware that will render templates without predefined routes or actions

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

[](#installation)

Install this library using composer:

```
$ composer require amajot/plates-catchall-templater
```

Add a factory in dependencies.global.php

```
Amajot\CatchAllTemplateRenderer\CatchAllTemplateRenderer::class => Amajot\CatchAllTemplateRenderer\CatchAllTemplateRendererFactory::class,
```

Add the Middleware in the pipeline before the 404 handler

```
use Amajot\CatchAllTemplateRenderer\CatchAllTemplateRenderer;
...
// At this point, if no Response is return by any middleware, the
// NotFoundHandler kicks in; alternately, you can provide other fallback
// middleware to execute.
$app->pipe(CatchAllTemplateRenderer::class);
$app->pipe(NotFoundHandler::class);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3178d ago

Major Versions

1.0.2 → 2.0.02017-08-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa644aac4a7a7785e2d2a1d40d8814eae45a7c739be3e09e3e0227b835f44a9b?d=identicon)[amajot](/maintainers/amajot)

---

Top Contributors

[![amajot](https://avatars.githubusercontent.com/u/4472550?v=4)](https://github.com/amajot "amajot (1 commits)")

---

Tags

packagetemplatingtemplatescatch-alldefault template

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/amajot-plates-catchall-templater/health.svg)

```
[![Health](https://phpackages.com/badges/amajot-plates-catchall-templater/health.svg)](https://phpackages.com/packages/amajot-plates-catchall-templater)
```

###  Alternatives

[league/plates

Plates, the native PHP template system that's fast, easy to use and easy to extend.

1.5k5.9M232](/packages/league-plates)[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)[shoot/shoot

Shoot aims to make providing data to your templates more manageable

40229.9k2](/packages/shoot-shoot)[modx/revolution

MODX Revolution is a Content Management System

1.4k9.1k12](/packages/modx-revolution)[mobicms/render

Native PHP template engine

106.7k1](/packages/mobicms-render)

PHPackages © 2026

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