PHPackages                             mindas/phpmvc - 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. mindas/phpmvc

ActiveProject[Framework](/categories/framework)

mindas/phpmvc
=============

a php mvc framework project demo

00PHP

Since Sep 14Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Mindasy/phpmvc)[ Packagist](https://packagist.org/packages/mindas/phpmvc)[ RSS](/packages/mindas-phpmvc/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Mindas README
=============

[](#mindas-readme)

### 1、代码规范

[](#1代码规范)

常量要求：全拼、英文大写，单词之间可以用下划线分割 一般变量要求：全部用具有相应意义的全拼英文小写 类文件与类：类文件名需要与类名一致，全部采用 驼峰 写法(每个单词首字母大写) 类方法、属性变量值，统一采用驼峰， namespace: 尽量与目录名保持一致 eg: /controllers/test/TestController.php namespace Controllers\\Test; 包目录名：全部用小写，不能用数字。

项目要求： 1、控制器、模型、视图依次放于/app 目录下对应位置，前两者需要有namespace 约束，遵循上面的定义 2、资源文件统一放于/public/storage/webres/ 目录中,代码中引入举例： &lt;script src="/storage/webres/test.js"&gt;&lt;/script&gt;

### 2、目录描述

[](#2目录描述)

```
|ApplicationName
    |app (include the file of business)
        |controllers
        |models
        |views
    |cache (caching file loc)
    |config(file of configuration)
         config.php
         database.php
    |framework(framework related file)
        |core(framework core file)
            Application.php
            Controller.php
            RouteLoader.php
            ViewLoader.php
        |db(database related operation file)
        |facade(framework facade file)
            Request.php
            Route.php
        |helpers(framework helpers loc)
        |library(third party app or plugin)
    |public(entrance of the project)
        |storage(file or data storage for dev(ers) )
            |upload(temp dir of upload file)
            |webres(web static resources eg:js,css,img,vioce)
    |routes(custom routing rules)
        web.php
    README.md(project introduce)
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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

---

Top Contributors

[![Mindasy](https://avatars.githubusercontent.com/u/43293443?v=4)](https://github.com/Mindasy "Mindasy (8 commits)")

### Embed Badge

![Health badge](/badges/mindas-phpmvc/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/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.7M259](/packages/laravel-dusk)[laravel/prompts

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

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

A simple API extension for DateTime.

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

PHPackages © 2026

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