PHPackages                             arpon/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. [Framework](/categories/framework)
4. /
5. arpon/mvc

ActiveProject[Framework](/categories/framework)

arpon/mvc
=========

A powerful and elegant MVC framework project built on Arpon Framework.

v1.0.0(3mo ago)017MITPHPPHP ^8.1

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/arponascension1/arpon-mvc)[ Packagist](https://packagist.org/packages/arpon/mvc)[ Docs](https://github.com/arponascension1/arpon-mvc)[ RSS](/packages/arpon-mvc/feed)WikiDiscussions v1.0.0 Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Arpon MVC Framework
===================

[](#arpon-mvc-framework)

A powerful, elegant, and lightweight PHP MVC framework built on top of the [Arpon Framework](https://github.com/arponascension1/arpon-framework) core. This project serves as the base application structure for building modern web applications.

Features
--------

[](#features)

- **Elegant Syntax:** Clean and expressive API inspired by modern PHP standards.
- **Modular Structure:** Separated core framework and application logic.
- **Routing:** Powerful and flexible routing system.
- **ORM &amp; Migrations:** Easy database management and interaction.
- **CLI Support:** Built-in Artisan-like command-line interface.
- **Security:** Built-in protection against common web vulnerabilities.

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 8.1
- Composer
- SQLite/MySQL (depending on your choice)

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

[](#installation)

You can create a new project using Composer:

```
composer create-project arpon/mvc your-project-name
```

The installation process will automatically:

1. Copy `.env.example` to `.env`
2. Generate your `APP_KEY`

Alternatively, for manual installation:

```
git clone https://github.com/arponascension1/arpon-mvc.git
cd arpon-mvc
composer install
php artisan key:gen
```

Running the Application
-----------------------

[](#running-the-application)

You can use the built-in PHP server:

```
php artisan serve
```

Then visit `http://localhost:8000` in your browser.

Directory Structure
-------------------

[](#directory-structure)

- `app/` - Your application logic (Controllers, Models, Middleware).
- `bootstrap/` - Framework bootstrap and configuration cache.
- `config/` - Application configuration files.
- `database/` - Migrations and database files.
- `public/` - Publicly accessible files (index.php, assets).
- `resources/` - Views and raw assets.
- `routes/` - Route definitions.
- `storage/` - Logs, sessions, and compiled views.

License
-------

[](#license)

The Arpon Framework is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance80

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

2

Last Release

105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97a61075c994a1e00c6389bacb03c0407f15c3494165e139c0bec511d5aabab6?d=identicon)[arponascension1](/maintainers/arponascension1)

---

Top Contributors

[![arponascension1](https://avatars.githubusercontent.com/u/80333684?v=4)](https://github.com/arponascension1 "arponascension1 (9 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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