PHPackages                             frootbox/mvc - 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. [Framework](/categories/framework)
4. /
5. frootbox/mvc

ActiveLibrary[Framework](/categories/framework)

frootbox/mvc
============

Frootbox MVC Framework

0.13.5(3w ago)03.2kGPL-3.0-or-laterPHPPHP &gt;=8.3

Since Sep 26Pushed 3w agoCompare

[ Source](https://github.com/Frootbox/MVC)[ Packagist](https://packagist.org/packages/frootbox/mvc)[ RSS](/packages/frootbox-mvc/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (28)Versions (57)Used By (0)

Frootbox MVC
============

[](#frootbox-mvc)

Dispatcher options
------------------

[](#dispatcher-options)

Dispatcher options are passed as the second constructor argument:

```
$dispatcher = new \Frootbox\MVC\Dispatcher(
    container: $container,
    options: [
        'namespace' => 'App',
        'cachepath' => __DIR__ . '/../var/cache/',
        'baseDir' => '/admin',
        'loginController' => 'Authentication',
        'loginAction' => 'login',
    ],
);
```

OptionDefaultDescription`namespace``null`Root namespace containing the application's `Controller` namespace.`cachepath``null`Base path for the generated controller cache. The path should include a trailing directory separator.`baseDir``null`Base directory to remove from the incoming request path.`loginController``Session`Controller used for unauthenticated requests to private actions. Nested controllers may be written with `/` or `\` separators.`loginAction``login`Action used for unauthenticated requests to private actions.If `loginController` or `loginAction` is omitted or empty, the dispatcher retains its existing `Session/login` behavior. Requests accepting `application/json` are not dispatched to this target and still result in an access-denied exception.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~33 days

Total

56

Last Release

23d ago

PHP version history (2 changes)0.0.11PHP &gt;=8.0.0

0.8PHP &gt;=8.3

### Community

Maintainers

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

---

Top Contributors

[![JnHbbBrnng](https://avatars.githubusercontent.com/u/45029139?v=4)](https://github.com/JnHbbBrnng "JnHbbBrnng (78 commits)")

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[oro/platform

Business Application Platform (BAP)

645146.3k118](/packages/oro-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9626.1k68](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[concrete5/core

Concrete core subtree split

20168.4k54](/packages/concrete5-core)

PHPackages © 2026

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