PHPackages                             phly/phly-simple-page - 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. phly/phly-simple-page

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

phly/phly-simple-page
=====================

ZF2 Module for easily creating static pages

2.0.1(4y ago)3421.1k11[5 issues](https://github.com/phly/PhlySimplePage/issues)PHPPHP ^7.2

Since Apr 29Pushed 9mo ago9 watchersCompare

[ Source](https://github.com/phly/PhlySimplePage)[ Packagist](https://packagist.org/packages/phly/phly-simple-page)[ Docs](https://github.com/weierophinney/PhlySimplePage)[ RSS](/packages/phly-phly-simple-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (11)Versions (9)Used By (0)

PhlySimplePage
==============

[](#phlysimplepage)

> ⚠️ **Archived 2025-08-17**
>
> Use at your own risk.

A Laminas MVC module for "static" pages.

Overview
--------

[](#overview)

In most Laminas MVC applications, you'll have at least a few pages that are basically static — the controller contains no logic for the given endpoint, and it simply renders a template.

By default, this requires the following steps:

- Create a route
- Create a controller (if you don't have one already)
- Create an action in that controller
- Create a template

This module halves the workflow by eliminating the middle two steps.

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

[](#installation)

Use [Composer](https://getcomposer.org):

```
$ composer require phly/phly-simple-page
```

Enable the module
-----------------

[](#enable-the-module)

If you are using [laminas-component-installer](https://docs.laminas.dev/laminas-component-installer), you will get prompted to add the module to your `config/application.config.php`file.

If you are not, or you choose not to use the component installer, you can enable it by adding manually it to your `config/application.config.php` file:

```
