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

ActiveLibrary

flormich/skeleton-mvc
=====================

v1.1.0(7y ago)0162[1 PRs](https://github.com/flormich/skeleton-mvc/pulls)PHP

Since Sep 12Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

Demo MVC
--------

[](#demo-mvc)

[![Codacy Badge](https://camo.githubusercontent.com/0ae353594fd5a34ce0aa56da6f4c6cd5625f5d497bb8331d110822aac2ed8dd5/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6438383763323663303039353466356562353834613633663933313939373137)](https://www.codacy.com/app/flormich/skeleton-mvc?utm_source=github.com&utm_medium=referral&utm_content=flormich/skeleton-mvc&utm_campaign=Badge_Grade)

> Start from PHP MVC skeleton

📃 Description
-------------

[](#-description)

- Front Controller
- Configuration routes
- PDO
- Template

💻 Installation
--------------

[](#-installation)

Clone this reposoitory

```
git clone  https://github.com/flormich/skeleton-mvc

```

Move to the demo-MVC folder

```
cd skeleton-MVC

```

Generate the autoloading

```
composer dump-autoload

```

Create your routes in `config/route.json` like in exemple :

```
{
    "index": {
        "method" : "get",
        "path" : "/Demo-MVC/public/",
        "controller" : "AppController",
        "action" : "show"
    }
}
```

Change the database in `config/database.json` like in exemple :

```
{
    "username" :  "root",
    "database" : "database_name",
    "host" : "localhost",
    "password" : "password"
}
```

✨️ Usage
--------

[](#️-usage)

Add routes, create controllers

📺 [Demo](https://flomi.000webhostapp.com/demo-mvc/public/roles)
---------------------------------------------------------------

[](#-demo)

[![logo](resources/demo-mvc.gif)](resources/demo-mvc.gif)

➕ Todo
------

[](#-todo)

- Catch exception
- Create error page
- Create Flashbag

©️ Copyright
------------

[](#️-copyright)

This project is under the MIT LICENSE

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

4

Last Release

2798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff9a105492d743b381f5977472f8e7fcfe53ac39b0699fcb66794dfc5bf3aa4e?d=identicon)[flormich](/maintainers/flormich)

---

Top Contributors

[![flormich](https://avatars.githubusercontent.com/u/43203255?v=4)](https://github.com/flormich "flormich (15 commits)")

### Embed Badge

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

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

PHPackages © 2026

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