PHPackages                             marrrkkk/mvcore - 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. marrrkkk/mvcore

ActiveProject[Framework](/categories/framework)

marrrkkk/mvcore
===============

A simple PHP framework for learning purposes.

1.0.0(1y ago)12MITPHPPHP &gt;=8.0

Since Dec 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/marrrkkk/MVCore)[ Packagist](https://packagist.org/packages/marrrkkk/mvcore)[ RSS](/packages/marrrkkk-mvcore/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

MVCore Framework
================

[](#mvcore-framework)

MVCore is a lightweight PHP MVC framework designed for beginners to learn and understand MVC (Model-View-Controller) architecture. It provides a simple yet powerful structure for building web applications while maintaining clean code organization.

Features
--------

[](#features)

- Simple MVC Architecture
- Lightweight and Fast
- Easy to Learn
- Database Migration System
- Built-in CLI Tool

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- MySQL 5.7 or higher
- Composer

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

[](#installation)

```
composer create-project marrrkkk/mvcore myapp
cd myapp
```

Usage
-----

[](#usage)

```
php mvcore serve
```

Create a new controller

```
php mvcore make:controller ControllerName
```

Create a new model

```
php mvcore make:model ModelName
```

Create a new migration

```
php mvcore make:migration create_table_name
```

Run migrations

```
php mvcore migrate up [migration_name]
```

Rollback migration

```
php mvcore migrate down [migration_name]
```

Configuration
-------------

[](#configuration)

```
DB_HOST=localhost
DB_PORT=3306
DB_NAME=your_database
DB_USER=root
DB_PASSWORD=
DB_CHARSET=utf8mb4
```

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

License
-------

[](#license)

MVCore is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Support
-------

[](#support)

For support, please create an issue in the GitHub repository.

---

This framework is designed for educational purposes and basic web applications. While it's production-capable, consider using more established frameworks like Laravel for large-scale applications.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

504d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42ed1b7625741784ca060c25e9414732c41a031ebc811fc0d766e25fad60bbd8?d=identicon)[marrrkkk](/maintainers/marrrkkk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/marrrkkk-mvcore/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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