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框架

571[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 3d 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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://www.gravatar.com/avatar/12c3988c7e44f6512401557de9fa2b4d511696dd3bd2b57ef296c95967f33790?d=identicon)[ninvfeng](/maintainers/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/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)
