PHPackages                             jasny/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. jasny/mvc

AbandonedArchivedMetapackage[Framework](/categories/framework)

jasny/mvc
=========

The basics for an MVC application

v1.3.3(5y ago)523.4k↓50%10MITPHPPHP &gt;=5.4.0

Since Apr 1Pushed 5y ago3 watchersCompare

[ Source](https://github.com/jasny/mvc)[ Packagist](https://packagist.org/packages/jasny/mvc)[ RSS](/packages/jasny-mvc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (1)Versions (18)Used By (0)

Jasny's MVC basics for PHP
==========================

[](#jasnys-mvc-basics-for-php)

Includes a router, a controller base class and a class for loading views.

### What is MVC?

[](#what-is-mvc)

The Model View Controller pattern splits the user interface interaction into three distinct roles. Each with it's own responsibility.

> View: "Hey, controller, the user just told me he wants item 4 deleted." Controller: "Hmm, having checked his credentials, he is allowed to do that... Hey, model, I want you to get item 4 and do whatever you do to delete it." Model: "Item 4... got it. It's deleted. Back to you, Controller." Controller: "Here, I'll collect the new set of data. Back to you, view." View: "Cool, I'll show the new set to the user now."

- [Andres Jaan Tack @ stackoverflow](http://stackoverflow.com/a/1015853/1160754)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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 ~146 days

Recently: every ~346 days

Total

17

Last Release

2092d ago

Major Versions

v1.x-dev → v2.0.0-beta12020-08-26

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

v2.0.0-beta1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3379a93d51305df325df9045e1a8b205d195e4e8c01312dff53a000ee79002eb?d=identicon)[jasny](/maintainers/jasny)

---

Top Contributors

[![jasny](https://avatars.githubusercontent.com/u/100821?v=4)](https://github.com/jasny "jasny (90 commits)")[![moesjarraf](https://avatars.githubusercontent.com/u/5793511?v=4)](https://github.com/moesjarraf "moesjarraf (1 commits)")[![zltn](https://avatars.githubusercontent.com/u/1194401?v=4)](https://github.com/zltn "zltn (1 commits)")

---

Tags

routerroutingmvccontroller

### Embed Badge

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

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

###  Alternatives

[klein/klein

A lightning fast router for PHP

2.7k1.1M31](/packages/klein-klein)[nette/application

🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

44615.4M983](/packages/nette-application)[pecee/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.

696214.6k17](/packages/pecee-simple-router)[vectorface/snappy-router

A quick and snappy routing framework.

4614.7k](/packages/vectorface-snappy-router)

PHPackages © 2026

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