A simple php framework

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/divyashrestha/mvc

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

This package is auto-updated.

Last update: 2025-12-29 08:12:24 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