PHPackages                             anomaly/fizl-pages - 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. anomaly/fizl-pages

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

anomaly/fizl-pages
==================

Simple file based web site builder.

032PHP

Since Dec 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/anomalylabs/fizl-pages)[ Packagist](https://packagist.org/packages/anomaly/fizl-pages)[ RSS](/packages/anomaly-fizl-pages/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fizl Pages
==========

[](#fizl-pages)

A simple markdown, file based, web site builder.

How it works
------------

[](#how-it-works)

Fizl Pages makes it easy to map URIs to markdown files. For example, when a user visits `/home`, Fizl will render the content in the `home.md` file.

Folder Structure
----------------

[](#folder-structure)

All content goes inside the base folder called `content`. This can be changed in the configuration. All pages go inside a `pages` folder. Error pages such as the `404` go in an `errors` folder.

```
/content/
    pages/
        about.md
        blog/
            index.md
            01-one.md // blog/one
            02-two.md
        home.md
    errors/
        404.md

```

Sub-pages
---------

[](#sub-pages)

You can create sub pages by putting your files within nested folders.

Index Pages
-----------

[](#index-pages)

Lets say a user visits `/about`. Fizl will first check if an `about.md` exists, if not it will try to find `about/index.md`.

Page Content
------------

[](#page-content)

Simply write your the page content in [markdown](http://daringfireball.net/projects/markdown/syntax) syntax.

Page Headers
------------

[](#page-headers)

```
$pages = new Anomaly\FizlPages\Pages;

```

home.md

```
$page = $pages->find('home');

echo $page->title; // echoes Home

echo $page->date;

```

###  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://www.gravatar.com/avatar/3dc718dba9317e897b74dcb30e5c06bd106e1ad72b2df5242b66bcc28053fbf3?d=identicon)[anomaly](/maintainers/anomaly)

---

Top Contributors

[![brignoni](https://avatars.githubusercontent.com/u/558767?v=4)](https://github.com/brignoni "brignoni (2 commits)")

### Embed Badge

![Health badge](/badges/anomaly-fizl-pages/health.svg)

```
[![Health](https://phpackages.com/badges/anomaly-fizl-pages/health.svg)](https://phpackages.com/packages/anomaly-fizl-pages)
```

###  Alternatives

[bonecms/laravel-captcha

Captcha integration for Laravel

77142.2k](/packages/bonecms-laravel-captcha)[raoul2000/yii2-wizflow

The wizard UI pattern implemented using yii2-workfl

144.3k](/packages/raoul2000-yii2-wizflow)

PHPackages © 2026

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