PHPackages                             chunyu/tiny - 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. chunyu/tiny

ActiveProject[Framework](/categories/framework)

chunyu/tiny
===========

tiny v1.x，一个PHP轻量级开源接口框架，致力于快速开发接口服务。

06PHP

Since Jan 4Pushed 8y agoCompare

[ Source](https://github.com/chunyu-zhou/tiny)[ Packagist](https://packagist.org/packages/chunyu/tiny)[ RSS](/packages/chunyu-tiny/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

tiny
====

[](#tiny)

基于phalapi修改来的框架版本

快速安装
----

[](#快速安装)

### composer一键安装

[](#composer一键安装)

使用composer创建项目的命令，可实现一键安装。

```
$ composer create-project chunyu/tiny
```

> 温馨提示：关于composer的使用，请参考[Composer 中文网 / Packagist 中国全量镜像](http://www.phpcomposer.com/)。

### 手动下载安装

[](#手动下载安装)

或者，也可以进行手动安装。将此Git项目代码下载解压后，进行可选的composer更新，即：

```
$ composer update
```

### 访问接口服务

[](#访问接口服务)

随后，可通过以下链接，访问默认接口服务。

```
http://localhost/path/to/tiny/public/

```

可以看到类似这样的输出：

```
{
    "ret": 200,
    "data": {
        "title": "Hello Tiny",
        "version": "2.0.1",
        "time": 1501079142
    },
    "msg": ""
}

```

> 温馨提示：推荐将访问根路径指向/path/to/tiny/public。

更多请见：[Tiny 1.x 开发文档](http://tiny.zcyso.cn/)

发现问题，怎么办？
---------

[](#发现问题怎么办)

如发现问题，或者任何问题，欢迎提交Issue到[这里](https://github.com/chunyu-zhou/tiny/issues)。

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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/b9de57d87623069e70d1ee033d4ab1d3a60a8b634ad1d135a43c625ac9adaf99?d=identicon)[chunyu-zhou](/maintainers/chunyu-zhou)

---

Top Contributors

[![chunyu-zhou](https://avatars.githubusercontent.com/u/31200491?v=4)](https://github.com/chunyu-zhou "chunyu-zhou (5 commits)")

### Embed Badge

![Health badge](/badges/chunyu-tiny/health.svg)

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

###  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)
