A simple php framework

v0.3.4 2025-04-29 05:23 UTC

This package is auto-updated.

Last update: 2025-05-29 06:54:09 UTC


README

This package will allow you to create a simple MVC project.

Installation

composer require divyashrestha/mvc

Or place manually in composer.json:

"require": {
    "divyashrestha/mvc": "^0.3.0"
}

Run:

composer update