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

ActiveProject[Framework](/categories/framework)

khamdullaevuz/mvc
=================

24113PHP

Since Apr 23Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

mvc
===

[](#mvc)

### simple mvc project

[](#simple-mvc-project)

Usage
=====

[](#usage)

Using git (for usage and contribute)
------------------------------------

[](#using-git-for-usage-and-contribute)

### Clone repository

[](#clone-repository)

```
git clone https://github.com/khamdullaevuz/mvc
```

### Dump autoloader

[](#dump-autoloader)

```
composer dump-autoload
```

Using composer (for usage)
--------------------------

[](#using-composer-for-usage)

### Create project

[](#create-project)

```
composer create-project khamdullaevuz/mvc:dev-main
```

Configure
---------

[](#configure)

### Make config

[](#make-config)

```
php do make:config
```

#### and change config file `config/Core.php`

[](#and-change-config-file-configcorephp)

### Make controller

[](#make-controller)

```
php do make:controller TestController
```

### Make model

[](#make-model)

```
php do make:model Test
```

### Make migration

[](#make-migration)

```
php do make:migration Products
```

### Migration up

[](#migration-up)

```
php do migrate:up
```

### Migration down

[](#migration-down)

```
php do migrate:down
```

### Run server

[](#run-server)

#### with default port (8000)

[](#with-default-port-8000)

```
php do serve
```

#### and visit [localhost:8000](http://localhost:8000)

[](#and-visit-localhost8000)

#### with custom port

[](#with-custom-port)

```
php do serve 9000
```

#### and visit [localhost:9000](http://localhost:9000)

[](#and-visit-localhost9000)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

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://avatars.githubusercontent.com/u/81905341?v=4)[Elbek Khamdullaev](/maintainers/khamdullaevuz)[@khamdullaevuz](https://github.com/khamdullaevuz)

---

Top Contributors

[![khamdullaevuz](https://avatars.githubusercontent.com/u/81905341?v=4)](https://github.com/khamdullaevuz "khamdullaevuz (90 commits)")

---

Tags

learnmvcphp

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.7M255](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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