PHPackages                             mbfisher/web - 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. mbfisher/web

ActiveLibrary

mbfisher/web
============

0269PHP

Since Jan 23Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

```
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use mbfisher\Web\Router\Router;
use mbfisher\Web\Router\UrlMatcher\UrlMatcher;
use mbfisher\Web\Route\Route;
use mbfisher\Web\Dispatcher\ClosureDispatcher;

$router = new Router(new UrlMatcher);
$router->add(new Route('GET', '/', 'example'));

$dispatcher = new ClosureDispatcher([
    'example' => function () {
        return new Response;
    }
]);

$app = new Application($router, $dispatcher);

$request = Request::create('/', 'GET');
$response = $app->handle($request);

$response->send();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![mbfisher](https://avatars.githubusercontent.com/u/1162326?v=4)](https://github.com/mbfisher "mbfisher (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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