PHPackages                             pageflow/pageflow - 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. pageflow/pageflow

ActiveProject

pageflow/pageflow
=================

v0.0.92(1mo ago)12PHP

Since Feb 21Pushed 1w ago1 watchersCompare

[ Source](https://github.com/jimpouwels/pageflow)[ Packagist](https://packagist.org/packages/pageflow/pageflow)[ RSS](/packages/pageflow-pageflow/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Intro
=====

[](#intro)

Pageflow is an initiative to offer a simple, modular and multi-language web content management system. Pageflow is open-source, and therefore free. The idea behind a web content management system is to facilitate the creation of a website with as little technical or programming knowledge as possible. Creation of a website using Pageflow will involve the following activities:

- Programming Smarty Templates according to the Pageflow API's and configuring them in the Pageflow WebUI.
- Authoring articles, pages, images, etc. in the Pageflow WebUI. Templates will be linked to these presentable elements and will be rendered as HTML.

Getting started
===============

[](#getting-started)

Pageflow is written in PHP and runs on top of a Mysql Database. A hosting platform therefore requires at least a PHP runtime and a Mysql database.

When you look at the source of Pageflow, it has 2 sections:

Installation
============

[](#installation)

Make a new website
------------------

[](#make-a-new-website)

A new website that is based on Pageflow starts with the creation of a new PHP packagist application. Make Pageflow a dependency. It will be installed to the `vendor` section.

Upload Pageflow
---------------

[](#upload-pageflow)

Upload your `vendor` folder to the private webspace of your webhosting. This includes Pageflow sources.

Initialize the frontend and prepare the Pageflow WebUI
------------------------------------------------------

[](#initialize-the-frontend-and-prepare-the-pageflow-webui)

In the public section (e.g. `httpd.www`) of your webspace, you will need to create one file to render the frontend and the Pageflow WebUI:

`index.php`

```
namespace reisvirus\reisvirus;

define("PUBLIC_ROOT", __DIR__);
define("PRIVATE_ROOT", PUBLIC_ROOT . "/");
define("PAGEFLOW_ROOT", PRIVATE_ROOT . "/vendor/pageflow/pageflow/src");

require_once PAGEFLOW_ROOT . "/bootstrap.php";

```

Fill in `` as required.

Make a request from the browser to the root of your webspace, e.g. . This will initialize a .htaccess file so that all routing works properly.

Frontend Templates
------------------

[](#frontend-templates)

You can now start adding frontend templates to `/templates`

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance95

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Recently: every ~196 days

Total

11

Last Release

48d ago

### Community

Maintainers

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

---

Top Contributors

[![jimpouwels-philips](https://avatars.githubusercontent.com/u/150339190?v=4)](https://github.com/jimpouwels-philips "jimpouwels-philips (391 commits)")

### Embed Badge

![Health badge](/badges/pageflow-pageflow/health.svg)

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

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.5k67.7M18.7k](/packages/pestphp-pest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M321](/packages/drupal-core-dev)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

30300.1k6](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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