PHPackages                             mohamed179/php-mvc-framework - 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. mohamed179/php-mvc-framework

ActiveProject

mohamed179/php-mvc-framework
============================

Building a php cli

v1.0.0(4y ago)04MITPHP

Since Aug 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mohamed179/php-mvc-framework)[ Packagist](https://packagist.org/packages/mohamed179/php-mvc-framework)[ RSS](/packages/mohamed179-php-mvc-framework/feed)WikiDiscussions master Synced 6d ago

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

PHP MVC Framework
=================

[](#php-mvc-framework)

My PHP MVC framework

About PHP MVC Framework
-----------------------

[](#about-php-mvc-framework)

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

[](#installation)

Via composer

```
composer create-project mohamed179/php-mvc-framework example-app
```

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

[](#configuration)

You have to create .env file to configure your application.

You can have cope from .env.example file then write your own configuration

```
cp .env.example .env
```

Run the application
-------------------

[](#run-the-application)

You have to run the following command to start serving the application

```
cd public/
php -S localhost:8000
```

Then go to: `http://localhost:8000`

Using CLI
---------

[](#using-cli)

You can run cli commands by running `cli` file

### Examples

[](#examples)

```
php cli --help
```

```
php cli migrate
```

```
php cli make:controller PostController --model Post
```

License
-------

[](#license)

This PHP framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1732d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19167794?v=4)[Mohamed Kamal Zaki](/maintainers/mohamed179)[@mohamed179](https://github.com/mohamed179)

---

Top Contributors

[![mohamed179](https://avatars.githubusercontent.com/u/19167794?v=4)](https://github.com/mohamed179 "mohamed179 (14 commits)")

### Embed Badge

![Health badge](/badges/mohamed179-php-mvc-framework/health.svg)

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

PHPackages © 2026

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