PHPackages                             fijma/cobber - 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. fijma/cobber

ActiveLibrary[Framework](/categories/framework)

fijma/cobber
============

A miniscule web framework for PHP, inspired by Rack.

v1.0.2(10y ago)022MITPHPPHP &gt;=5.4.0

Since Dec 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fijma/cobber)[ Packagist](https://packagist.org/packages/fijma/cobber)[ RSS](/packages/fijma-cobber/feed)WikiDiscussions master Synced 2w ago

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

Cobber
======

[](#cobber)

Cobber is a miniscule PHP web framework, inspired by rack.

```
$app = new Cobber(function($env) { return [200, [], ["G'day mate!"]]; });
$app->run();

```

Cobber accepts your app as a classname, instance, or closure. Just pass it in on instantiation.

Cobber supports middlewares. They can be loaded on instantiation:

```
$middlewares = [['MyMiddleware', ['some', 'optional', 'options']]];
$app = new Cobber($myapp, $middlewares);
$app->run();

```

or added via the add() method:

```
$app = new Cobber($myapp);
$app->add('MyMiddleware', ['some', 'optional', 'options']);
$app->run();

```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Every ~1 days

Total

2

Last Release

3882d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12407546?v=4)[fijma](/maintainers/fijma)[@fijma](https://github.com/fijma)

---

Top Contributors

[![fijma](https://avatars.githubusercontent.com/u/12407546?v=4)](https://github.com/fijma "fijma (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)[andregasparin/leafletadianti

Plugins for Adianti Framework

143.2k](/packages/andregasparin-leafletadianti)

PHPackages © 2026

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