PHPackages                             rohitkumarinc/puniya-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. rohitkumarinc/puniya-mvc

ActiveLibrary

rohitkumarinc/puniya-mvc
========================

02PHP

Since Oct 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rohitkumarinc/Puniya-MVC)[ Packagist](https://packagist.org/packages/rohitkumarinc/puniya-mvc)[ RSS](/packages/rohitkumarinc-puniya-mvc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Puniya MVC
==========

[](#puniya-mvc)

Puniya MVC is a lightweight and modular PHP framework designed to facilitate the development of web applications using the MVC (Model-View-Controller) architecture. It aims to provide developers with a structured and efficient way to build dynamic web applications with ease.

Features
--------

[](#features)

- **MVC Architecture**: Organizes your code into Models, Views, and Controllers for better separation of concerns.
- **Routing**: Simple and intuitive routing system to manage URL requests easily.
- **Database Abstraction**: Built-in support for database interactions using PDO for secure and efficient database queries.
- **Template Engine**: Lightweight templating engine to create dynamic HTML views.
- **Error Handling**: Comprehensive error handling for debugging and user-friendly error messages.

Installation
------------

[](#installation)

To install and set up Puniya MVC, follow these steps:

1. Create a new project using Composer:

    ```
    composer create-project rohitkumarinc/puniya-mvc aaa --stability dev
    ```
2. Navigate to the project directory:

    ```
    cd aaa
    ```
3. Configure your database settings in the .env file.
4. Start your local development server:

    ```
    php -S localhost:8000 -t public
    ```
5. Open your browser and visit  to see the application in action.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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/b4ba5ba5736ce893c22c57690560c9e5e9f4cfafb0c8d2ed87ac30346721b590?d=identicon)[rohitkumarinc](/maintainers/rohitkumarinc)

---

Top Contributors

[![rohitkumarinc](https://avatars.githubusercontent.com/u/51706808?v=4)](https://github.com/rohitkumarinc "rohitkumarinc (3 commits)")

### Embed Badge

![Health badge](/badges/rohitkumarinc-puniya-mvc/health.svg)

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

PHPackages © 2026

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