PHPackages                             t4web/ze-prototype - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. t4web/ze-prototype

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

t4web/ze-prototype
==================

Zend-Expressive middleware. Prototyping tool - for fast and simple create static html pages

031HTML

Since Feb 9Pushed 10y ago3 watchersCompare

[ Source](https://github.com/t4web/ZE-Prototype)[ Packagist](https://packagist.org/packages/t4web/ze-prototype)[ RSS](/packages/t4web-ze-prototype/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZE-Prototype
============

[](#ze-prototype)

Zend-Expressive middleware. Prototyping tool - for fast and simple create static html pages

Just add Prototype module to your app like [this](https://zendframework.github.io/zend-expressive/cookbook/modular-layout). Then, make sure you create a template for the page. In the above example, I'd likely create the file in `templates/app/prototype/about.phtml`.

After this you may go to page `http://your.host/proto?t=about` or

- `http://your.host/proto?t=about/first` - and will be shown template `templates/app/prototype/about/first.phtml`
- `http://your.host/proto?t=about/second` - and will be shown template `templates/app/prototype/about/second.phtml`
- `http://your.host/proto?t=about/second&l=layout/empty` - and will be shown template `templates/app/prototype/about/second.phtml`and layout `templates/layout/empty.phtml`

Configure
---------

[](#configure)

You may override config for your application. In `config/autoload/templates.global.php` just add `proto` and `proto-layout` namespace:

```
'templates' => [
    // ...
    'paths' => [
        // ...
        'proto'  => ['templates/app/proto'],
        'proto-layout'  => ['templates/app/proto/layout'],
    ],
],
```

And create folder `proto` in `templates/app/`.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/208688?v=4)[max](/maintainers/maxgu)[@maxgu](https://github.com/maxgu)

---

Top Contributors

[![maxgu](https://avatars.githubusercontent.com/u/208688?v=4)](https://github.com/maxgu "maxgu (9 commits)")

### Embed Badge

![Health badge](/badges/t4web-ze-prototype/health.svg)

```
[![Health](https://phpackages.com/badges/t4web-ze-prototype/health.svg)](https://phpackages.com/packages/t4web-ze-prototype)
```

###  Alternatives

[coduo/php-to-string

Simple library that converts PHP value into strings

26913.1M13](/packages/coduo-php-to-string)

PHPackages © 2026

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