PHPackages                             tmont/facilius - 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. tmont/facilius

ActiveLibrary[Framework](/categories/framework)

tmont/facilius
==============

PHP port of ASP.NET MVC. Kind of.

1.1.1(12y ago)115WTFPLPHP

Since Jan 16Pushed 12y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Facilius
========

[](#facilius)

[![Build Status](https://camo.githubusercontent.com/89c3eeeaaad791bd22e70dacf24e4bd9c857153fd9f6ac104a6c143f6ddfd89e/68747470733a2f2f7472617669732d63692e6f72672f746d6f6e742f666163696c6975732e706e67)](https://travis-ci.org/tmont/facilius)

This is a pseudo-port of ASP.NET MVC 3ish to PHP. I wrote it because I wanted to. It supports model binding, action filters, routing and all of the other good(ish) stuff about ASP.NET MVC.

It was more of an academic exercise than anything useful, but it actually does work pretty well.

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

[](#installation)

Use composer:

```
{
  "require": {
    "tmont/facilius": "1.1.1"
  }
}
```

Facilius uses PSR-4 autoloading, facilitated by composer. So the following will set everything up properly:

```
require_once 'vendor/autoload.php';
```

Usage
-----

[](#usage)

There is an example hello world app in [example/](./example). It probably works. You can test it by running `(cd example && php -S localhost:8000)`and visiting  in your browser.

Take a look at [example/index.php](./example/index.php) to see how to set up the app.

Development
-----------

[](#development)

```
git clone git@github.com:tmont/facilius.git
cd facilius

# run tests
ant test

# generate code coverage in build/coverage
ant coverage
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

4500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cb8047aac36e053ac854aa3235d075dcdff2492e6728ec5125f971041780730?d=identicon)[tmont](/maintainers/tmont)

---

Top Contributors

[![tmont](https://avatars.githubusercontent.com/u/188562?v=4)](https://github.com/tmont "tmont (75 commits)")

---

Tags

mvc

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

17224.4M365](/packages/laminas-laminas-mvc)

PHPackages © 2026

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