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

AbandonedArchivedLibrary

ciro23/mvc-framework
====================

Simple MVC framework with a default Controller, Model and Dbh

027PHP

Since Jun 30Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

MVC framework
=============

[](#mvc-framework)

Simple MVC framework with a default Controller, Model and Dbh

How to use
----------

[](#how-to-use)

This "framework" only contains the default Controller, Model and Dbh classes, but not a router, which must be implemented by yourself. All the custom controllers and models must be extended respectively with Mvc\\Controller and Mvc\\Model. The .env.example file contains the template of all the private data needed to connect to the database. Change these static properties according to own folder structure:

- Mvc\\Controller::modelSuffix, common suffix for all the models class name (default is "Model");
- Mvc\\Controller::viewsPath, path where the views are stored (default is "/app/views/");
- Mvc\\Controller::viewsSuffix, common suffix for all the views (default is ".view.php").

Features
--------

[](#features)

- Mvc\\Controller-&gt;model($model), creates the desired model object by its class name;
- Mvc\\Controller-&gt;view($view), include the desired view by its file name (without extension);
- Mvc\\Model-&gt;executeStmt($stmt, $inParameters).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d258d80702a65969473540c9d8110335183b4711e07749acc5de4b3b9adbbc5?d=identicon)[Ciro23](/maintainers/Ciro23)

---

Top Contributors

[![Ciro23](https://avatars.githubusercontent.com/u/38884767?v=4)](https://github.com/Ciro23 "Ciro23 (24 commits)")

### Embed Badge

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

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

PHPackages © 2026

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