PHPackages                             musonacodex/marvic - 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. musonacodex/marvic

ActiveLibrary[Framework](/categories/framework)

musonacodex/marvic
==================

The Minimalist, Powerful and Independent PHP Web Framework

00PHP

Since Jul 17Pushed 4w agoCompare

[ Source](https://github.com/musonacodex/marvic)[ Packagist](https://packagist.org/packages/musonacodex/marvic)[ RSS](/packages/musonacodex-marvic/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependenciesVersions (9)Used By (0)

Marvic - The Minimalist, Powerful and Independent PHP Web Framework
===================================================================

[](#marvic---the-minimalist-powerful-and-independent-php-web-framework)

```
$app = Marvic::application();

$app->get('/helloworld', function($request, $response) {
    $response->send('Hello World!');
});

$app->run();
```

Features
--------

[](#features)

- **Routing**: It allows to create static and dynamic routes based on router objects or route files, andsupports 9 HTTP request methods.
- **Middlewares**: They are callable functions that intercept a request before or after a handler/controller.
- **Imutable HTTP request**: It is an object with rich properties and limited useful methods, such as: parsed URL, important headers; content negotiation; getting inputs, queries and files; getting headers and cookies; and so on.
- **HTTP response builder**: It allows to acumulate headers, cookies and data for body before the sending. It support automatic Content-Type, output buffering, late shipping, and so on
- **Template Engines**: It allows to register template engine callbacks that follow the `function($view, $data)` signature. The engine is selected automatically based by the file extension.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance62

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

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

Total

8

Last Release

296d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135843088?v=4)[Musona Codex](/maintainers/musonacodex)[@musonacodex](https://github.com/musonacodex)

---

Top Contributors

[![musonacodex](https://avatars.githubusercontent.com/u/135843088?v=4)](https://github.com/musonacodex "musonacodex (120 commits)")

### Embed Badge

![Health badge](/badges/musonacodex-marvic/health.svg)

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

###  Alternatives

[nineinchnick/edatatables

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

173.2k](/packages/nineinchnick-edatatables)[sergebezborodov/beanstalk-yii2

Beanstalk component for Yii Framework 2

201.2k](/packages/sergebezborodov-beanstalk-yii2)

PHPackages © 2026

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