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

ActiveProject

aram-hamo/mvc
=============

Model View Controller Framework

0.6.4(2y ago)168GPL-3.0-or-laterPHP

Since Mar 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aram-hamo/mvc)[ Packagist](https://packagist.org/packages/aram-hamo/mvc)[ GitHub Sponsors](https://github.com/aram-hamo)[ RSS](/packages/aram-hamo-mvc/feed)WikiDiscussions main Synced 1mo ago

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

[![License](https://camo.githubusercontent.com/7ccce44e8eec1be0c26bf74bd92f3bcafc28af718b6086c574f5cf9b71e06650/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6172616d2d68616d6f2f6d76633f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/7ccce44e8eec1be0c26bf74bd92f3bcafc28af718b6086c574f5cf9b71e06650/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6172616d2d68616d6f2f6d76633f7374796c653d666f722d7468652d6261646765)[![GitHub Workflow Status](https://camo.githubusercontent.com/adcfb00c14c4a44240d6e80aa2800559de97d3fb7098b2ad69e37d5697ed5599/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6172616d2d68616d6f2f6d76632f7068702e796d6c3f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/adcfb00c14c4a44240d6e80aa2800559de97d3fb7098b2ad69e37d5697ed5599/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6172616d2d68616d6f2f6d76632f7068702e796d6c3f7374796c653d666f722d7468652d6261646765)

Description
-----------

[](#description)

Minimal MVC Framework written in PHP.

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

```
composer create-project --no-dev aram-hamo/mvc

```

### Starting the local dev server

[](#starting-the-local-dev-server)

The default port is `8080`.

```
php mvc serve

```

### Create a new page

[](#create-a-new-page)

This will create a View and a Controller with the same name of the &lt;pagename&gt;, and route it to the given &lt;path&gt; argument.

```
php mvc newpage

```

### DB Migration

[](#db-migration)

This will migrate all the migration files found in `database/migrations/` directory.

```
php mvc migrate

```

Contact
-------

[](#contact)

Aram Hamo -

License
-------

[](#license)

```
Copyright (C) 2023  Aram Hamo

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see .

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Recently: every ~29 days

Total

26

Last Release

1018d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d169422b6626a00808abe037e3336def06deab55a23490b741b01221483ca4b7?d=identicon)[aram-hamo](/maintainers/aram-hamo)

---

Top Contributors

[![aram-hamo](https://avatars.githubusercontent.com/u/35272300?v=4)](https://github.com/aram-hamo "aram-hamo (90 commits)")

---

Tags

frameworkmvcphpphp-framework

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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