PHPackages                             ninvfeng/live - 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. ninvfeng/live

ActiveLibrary[Framework](/categories/framework)

ninvfeng/live
=============

live php 简洁高效的PHP框架

471[1 PRs](https://github.com/ninvfeng/live/pulls)PHP

Since Feb 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ninvfeng/live)[ Packagist](https://packagist.org/packages/ninvfeng/live)[ RSS](/packages/ninvfeng-live/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

live php 简洁高效的PHP框架
===================

[](#live-php-简洁高效的php框架)

框架核心只做了一件事: url地址到控制器方法的映射 支持多级控制器目录
------------------------------------

[](#框架核心只做了一件事-url地址到控制器方法的映射-支持多级控制器目录)

- 默认地址:/index/index 对应 app/controller/index.php控制器 index方法
- /admin/user/list 对应 app/controller/admin/user.php控制器 list方法
- /home/user/index/userinfo 对应 app/controller/home/user/index.php控制器 userinfo方法

集成mysql操作
---------

[](#集成mysql操作)

[ninvfeng/mysql](https://github.com/ninvfeng/mysql)

集成mongodb操作
-----------

[](#集成mongodb操作)

[ninvfeng/mongodb](https://github.com/ninvfeng/mongodb)

集成数据验证
------

[](#集成数据验证)

['think-validate'](https://github.com/top-think/think-validate)

封装get和post方法快速获取并验证请求参数
-----------------------

[](#封装get和post方法快速获取并验证请求参数)

- $id=get('id','require','请输入ID');
- $username=post('username','require|min:6','请填写用户名且长度不少于6位');

适用场景
----

[](#适用场景)

- 回归php简单的本质, 快速开始一个简单的项目
- 框架核心只有短短几十行, 特别适合学习如何快速搭建一个自己的框架

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6409949?v=4)[ninvfeng](/maintainers/ninvfeng)[@ninvfeng](https://github.com/ninvfeng)

---

Top Contributors

[![ninvfeng](https://avatars.githubusercontent.com/u/6409949?v=4)](https://github.com/ninvfeng "ninvfeng (13 commits)")

---

Tags

frameworklivephp

### Embed Badge

![Health badge](/badges/ninvfeng-live/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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