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

ActiveProject

obcato/obcato
=============

v0.0.8(2y ago)136PHP

Since Feb 21Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/jimpouwels/obcato)[ Packagist](https://packagist.org/packages/obcato/obcato)[ RSS](/packages/obcato-obcato/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (9)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

30

—

LowBetter than 62% of packages

Maintenance61

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.6% 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 ~15 days

Recently: every ~26 days

Total

8

Last Release

757d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.5k](/packages/pestphp-pest)[brianium/paratest

Parallel testing for PHP

2.5k136.1M985](/packages/brianium-paratest)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[drupal/core-dev

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

2022.6M343](/packages/drupal-core-dev)

PHPackages © 2026

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