PHPackages                             tinyphporg/tinyphp-docs - 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. tinyphporg/tinyphp-docs

ActiveLibrary[Framework](/categories/framework)

tinyphporg/tinyphp-docs
=======================

tinyphp-framework v2.0的中文文档

2.0.0(3y ago)0941Apache-2.0PHPPHP &gt;=7.3.0

Since Nov 23Pushed 2w ago1 watchersCompare

[ Source](https://github.com/aigameism/tinyphp-docs)[ Packagist](https://packagist.org/packages/tinyphporg/tinyphp-docs)[ RSS](/packages/tinyphporg-tinyphp-docs/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (1)

TinyPHP Framework Documentation
===============================

[](#tinyphp-framework-documentation)

中文
--

[](#中文)

### 简介

[](#简介)

本框架的编码规范基本遵守 PSR 规范标准，仅少数细节做灵活调整。

### 文档索引

[](#文档索引)

#### Demo

[](#demo)

-

#### 中文文档

[](#中文文档)

-
    - [语言基础规范](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/coding)
    - [SQL 设计规范](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/sql)
    - [团队编码规范](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/team)

#### 框架使用手册

[](#框架使用手册)

- [Index/入口文件](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/index-001.md)
- [Application/应用](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/application-002.md)
- [Properties/应用配置](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/profile-003.md)
    - [Debug/调试模式](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/debug-004.md)
    - [Bootstrap/引导程序](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/bootstrap-005.md)
    - [Lang/语言包](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lang-006.md)
    - [Data/数据源](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/data-007.md)
    - [Cache/缓存](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/cache-008.md)
    - [Router/路由器](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/router-009.md)
    - [Logger/日志收集](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/logger-010.md)
    - [Dispatcher/派发器](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/dispatcher-011.md)
    - [Configuration/配置类](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/configuration-012.md)
    - [Builder/打包](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/builder-013.md)
    - [Daemon/守护进程](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/daemon-014.md)
    - [Filter/过滤器](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/filter-015.md)
    - [Plugin/插件](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/plugin-016.md)
- [Controller/控制器](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/controller-017.md)
- [Model/模型](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/model-018.md)
- [Viewer/视图](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/viewer-019.md)

#### 框架标准库参考

[](#框架标准库参考)

- [Tiny: 工具包](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/tiny.md)
- [Tiny\\Runtime: 运行时](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/runtime.md)
- [Tiny\\Build: 打包](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/build.md)
- [Tiny\\Cache: 缓存](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/cache.md)
- [Tiny\\Config: 配置](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/config.md)
- [Tiny\\Console: 命令行](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/console.md)
- [Tiny\\Data: 数据层](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/data.md)
- [Tiny\\Filter: 过滤器](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/filter.md)
- [Tiny\\Image: 图片处理](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/image.md)
- [Tiny\\Lang: 语言包](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/lang.md)
- [Tiny\\Log: 日志处理](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/log.md)
- [Tiny\\MVC: MVC](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/mvc.md)
- [Tiny\\Net: 网络](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/net.md)
- [Tiny\\String: 字符处理](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/string.md)

---

English
-------

[](#english)

### Overview

[](#overview)

This framework follows PSR coding standards with minor flexible adjustments for practical use.

### Documentation Index

[](#documentation-index)

- [Demo Project](https://github.com/aigmlab/tinyphp)
- [Documentation (Chinese)](https://github.com/aigmlab/tinyphp-docs)
    - [Coding Standards](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/coding)
    - [SQL Design Guidelines](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/sql)
    - [Team Conventions](https://github.com/aigmlab/tinyphp-docs/tree/master/docs/team)

#### Framework Manual

[](#framework-manual)

- [Index / Entry Point](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/index-001.md)
- [Application](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/application-002.md)
- [Configuration](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/profile-003.md)
    - [Debug Mode](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/debug-004.md)
    - [Bootstrap](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/bootstrap-005.md)
    - [Language Pack](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lang-006.md)
    - [Data Source](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/data-007.md)
    - [Cache](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/cache-008.md)
    - [Router](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/router-009.md)
    - [Logger](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/logger-010.md)
    - [Dispatcher](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/dispatcher-011.md)
    - [Configuration Class](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/configuration-012.md)
    - [Builder / Single-File Packaging](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/builder-013.md)
    - [Daemon](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/daemon-014.md)
    - [Filter](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/filter-015.md)
    - [Plugin](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/plugin-016.md)
- [Controller](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/controller-017.md)
- [Model](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/model-018.md)
- [Viewer](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/viewer-019.md)

#### Standard Library Reference

[](#standard-library-reference)

- [Tiny: Utilities](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/tiny.md)
- [Tiny\\Runtime: Runtime](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/runtime.md)
- [Tiny\\Build: Build](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/build.md)
- [Tiny\\Cache: Cache](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/cache.md)
- [Tiny\\Config: Config](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/config.md)
- [Tiny\\Console: Console](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/console.md)
- [Tiny\\Data: Data Layer](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/data.md)
- [Tiny\\Filter: Filter](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/filter.md)
- [Tiny\\Image: Image](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/image.md)
- [Tiny\\Lang: Language](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/lang.md)
- [Tiny\\Log: Logging](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/log.md)
- [Tiny\\MVC: MVC](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/mvc.md)
- [Tiny\\Net: Networking](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/net.md)
- [Tiny\\String: String](https://github.com/aigmlab/tinyphp-docs/blob/master/docs/manual/lib/string.md)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance63

Regular maintenance activity

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

1319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf70d29ab0374397ae997ff1eeb8aaa7ed0cd53fa9e9ea15bddeff57a2016aa8?d=identicon)[tinyphp](/maintainers/tinyphp)

![](https://www.gravatar.com/avatar/ce599c3c5b75cab941a16336bc1818d6d91ecbf470d4ea79a1028634229caae2?d=identicon)[opensaas](/maintainers/opensaas)

---

Top Contributors

[![aigameism](https://avatars.githubusercontent.com/u/5679933?v=4)](https://github.com/aigameism "aigameism (267 commits)")[![aigamelab](https://avatars.githubusercontent.com/u/5679933?v=4)](https://github.com/aigamelab "aigamelab (267 commits)")

---

Tags

php7php8tinyphp-frameworktinyphp-ui

### Embed Badge

![Health badge](/badges/tinyphporg-tinyphp-docs/health.svg)

```
[![Health](https://phpackages.com/badges/tinyphporg-tinyphp-docs/health.svg)](https://phpackages.com/packages/tinyphporg-tinyphp-docs)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
