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 4w ago

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 57% 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

3272d ago

Major Versions

1.0.2 → 2.0.02017-08-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4472550?v=4)[Andy](/maintainers/amajot)[@amajot](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[league/plates

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

2.1k6.3M292](/packages/league-plates)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[moonshine/moonshine

Laravel administration panel

1.3k268.2k88](/packages/moonshine-moonshine)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)

PHPackages © 2026

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