PHPackages                             katmore/flat-webapp - 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. katmore/flat-webapp

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

katmore/flat-webapp
===================

boilerplate flat web application

v1.0.0(9y ago)03MITPHPPHP &gt;=7.0.1

Since Dec 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/katmore/flat-webapp)[ Packagist](https://packagist.org/packages/katmore/flat-webapp)[ Docs](https://github.com/katmore/flat-webapp)[ RSS](/packages/katmore-flat-webapp/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

flat webapp
===========

[](#flat-webapp)

**the boilerplate flat web package**

features
--------

[](#features)

- HTML templating
- Front-End Routing (for the HTML template)
- Back-End Routing (for the RESTful API webservice)

directory map
-------------

[](#directory-map)

- [/webapp/app/AppRoute/Api](https://github.com/katmore/flat-webapp/tree/master/app/AppRoute) "Webservice Routing": starting point of the **route map** used by the "API" *entry point controller*, i.e., from the URL \*
    - for example... define a class `MyResource` defined in /webapp/app/AppRoute/Api/MyResource.php (using namespace `\AppRoute\Api\Resolve` in class definition)
    - then... visit the URL `http://example.com/webapp/web/api.php/MyResource`, and the `api.php` *entry point controller* will instantiate the class named \\AppRoute\\Api\\Resolve\\MyResource (from above example)
- [/webapp/app/Resources/design/tmpl/view/](https://github.com/katmore/flat-webapp/tree/master/app/Resources/design/tmpl): "HTML View Routing": Starting point of the **route map** used by the "View" *entry-point controller*
    - [/webapp/app/Resources/design/tmpl/view/home.php](https://github.com/katmore/flat-webapp/blob/master/app/Resources/design/tmpl/view/home.php) maps to URI

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

[](#installation)

The easiest way to get going is with a two-step process using *Composer* and *Bower*

Step 1. Composer 'create-project'...

```
composer create-project katmore/flat-webapp my_project_dir
```

(copies this repo and configures php dependencies)

Step 2. Bower update...

```
cd my_project_dir
bower update
```

(installs static dependencies)

### Copyright

[](#copyright)

Flat webapp -

Copyright (c) 2012-2017 Doug Bird. All Rights Reserved.

### License

[](#license)

"Flat webapp" is copyrighted free software.

You can redistribute it and/or modify it under either the terms and conditions of the "[The MIT License (MIT)](https://github.com/katmore/flat-webapp/blob/master/LICENSE)"; or the terms and conditions of the "[GPL v3 License](https://github.com/katmore/flat-webapp/blob/master/GPLv3)".

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3488d ago

### Community

Maintainers

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

---

Top Contributors

[![ackspony](https://avatars.githubusercontent.com/u/1947018?v=4)](https://github.com/ackspony "ackspony (18 commits)")

### Embed Badge

![Health badge](/badges/katmore-flat-webapp/health.svg)

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

###  Alternatives

[slack-php/slack-block-kit

OOP interface for writing Slack Block Kit messages and modals

56854.3k6](/packages/slack-php-slack-block-kit)[kahusoftware/filament-ckeditor-field

A basic CKEditor 5 form field configured with non-premium features.

1513.1k](/packages/kahusoftware-filament-ckeditor-field)

PHPackages © 2026

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