PHPackages                             hisune/tinymvc-demo - 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. hisune/tinymvc-demo

ActiveProject[Framework](/categories/framework)

hisune/tinymvc-demo
===================

Hisune TinyMVC Basic Project Template

2.2(10y ago)6783BSD-3-ClauseCSSPHP &gt;=5.3.0

Since Dec 4Pushed 9y ago3 watchersCompare

[ Source](https://github.com/hisune/tinymvc-demo)[ Packagist](https://packagist.org/packages/hisune/tinymvc-demo)[ Docs](http://hisune.com/)[ RSS](/packages/hisune-tinymvc-demo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Hisune Tiny MVC Framework Demo App
==================================

[](#hisune-tiny-mvc-framework-demo-app)

- ()
- Author: Hisune()
- 示例网站：

安装方法
====

[](#安装方法)

- 执行`composer create-project hisune/tinymvc-demo 2.2`
- composer帮助：()

> linux：
> `curl -sS https://getcomposer.org/installer | php`
> `mv composer.phar /usr/local/bin/composer`
> windows:
>

目录结构介绍
======

[](#目录结构介绍)

- 注意某些目录的首字母大写

```
.
├── app                         // Hisune Tiny Frame的应用程序，里每个目录代表一个应用程序
│   └── App1                    // App1 code，目录下的推荐目录配置如下：
│       ├── bootstrap           // bootstrap文件，及自定义函数库
│       ├── config              // 配置文件
│       ├── Controller          // Controller继承\Tiny\Controller
│       │   ├── Admin           // 模块举例
│       │   │   └── Index.php   // 子模块Controller
│       │   └── Index.php       // 无模块Controller
│       ├── Model               // Model继承\Tiny\Model
│       ├── Helper              // Helper继承\Tiny\Helper
│       ├── var                 // 日志及缓存目录
│       └── view                // 视图文件
├── app1                        // 举例app
│   ├── asset                   // 前端资源目录
│   └── index.php               // app1应用的入口文件
├── vendor                      // composer包，当前只有Hisune Tiny Frame包
└── cli                         // cli接口，执行方法php cli appName fileName
```

- 只允许app1目录暴露，多应用只需加app2， app3等。

示例
==

[](#示例)

themeBuilder 之 dataTable [![admin panel](https://raw.githubusercontent.com/hisune/images/master/tinymvc_admin_1.jpg)](https://raw.githubusercontent.com/hisune/images/master/tinymvc_admin_1.jpg)themeBuilder 之 mod [![admin panel](https://raw.githubusercontent.com/hisune/images/master/tinymvc_admin_2.jpg)](https://raw.githubusercontent.com/hisune/images/master/tinymvc_admin_2.jpg)

About
=====

[](#about)

**Created by Hisune [lyx](http://hisune.com)**

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~77 days

Total

4

Last Release

3953d ago

Major Versions

1.0 → 2.02015-07-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a4ef0906f517b5dcc4658de9d066e7661a6267adcaff49c0cff77278d254e94?d=identicon)[hisune](/maintainers/hisune)

---

Top Contributors

[![hisune](https://avatars.githubusercontent.com/u/7941669?v=4)](https://github.com/hisune "hisune (16 commits)")

---

Tags

frameworkproject templatebasicHisune TinyMVC

### Embed Badge

![Health badge](/badges/hisune-tinymvc-demo/health.svg)

```
[![Health](https://phpackages.com/badges/hisune-tinymvc-demo/health.svg)](https://phpackages.com/packages/hisune-tinymvc-demo)
```

###  Alternatives

[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7031.8M7](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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