PHPackages                             long/guanzy - 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. long/guanzy

ActiveLibrary[Framework](/categories/framework)

long/guanzy
===========

Guanzy Framwork, It is a simple PHP web framwork with ADR and PSR.

1.0.0(5y ago)14MITPHPPHP &gt;=7.2

Since Nov 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sinpe/guanzy)[ Packagist](https://packagist.org/packages/long/guanzy)[ Docs](https://github.com/sinpe/guanzy)[ RSS](/packages/long-guanzy/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

Guanzy
======

[](#guanzy)

[English](./README_en_US.md)

Guanzy（管子）是一个简单的应用在web上的框架，可以快速用来搭建web程序或者api程序，它基于ADR模式和PSR规范实现！正如其名，它只担当自己作为一个管子的角色。

安装
--

[](#安装)

推荐你使用Composer来安装。

```
$ composer require long/guanzy
```

执行此命令后，它将安装框架文件和少量的依赖包。请在PHP7.2或者更高版本运行。

如何使用
----

[](#如何使用)

比如：&lt;你的应用文件夹&gt;/public/index.php

```
use Lib\Application; // 你的Application子类，对父类做必要的改写或填充

// 您的其他扩展代码

$classLoader = require_once __DIR__ . '/vendor/autoload.php';

// 您的其他扩展代码

$app = new Application();

$app->run();
```

其他相关
----

[](#其他相关)

[Slim](https://github.com/slimphp/Slim/) 本框架的来源，它是一个微型PHP框架。

[FastRoute](https://github.com/nikic/FastRoute) 本框架路由的解析器。

[Psr](https://www.php-fig.org/) PSR。

推荐包
---

[](#推荐包)

[Flysystem](https://flysystem.thephpleague.com/docs/) 文件系统

[TWIG](https://github.com/twigphp/Twig) 模板解析

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~98 days

Total

4

Last Release

2089d ago

Major Versions

v0.3.0 → 1.0.02020-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/2868860be40a3a756a100c8896c7819dc61730e5e63a1ec4c433b70c4ef686ab?d=identicon)[sinpe](/maintainers/sinpe)

---

Top Contributors

[![sinpe](https://avatars.githubusercontent.com/u/3377272?v=4)](https://github.com/sinpe "sinpe (24 commits)")

---

Tags

psrmiddlewareframeworkrouterslimfast-routeadrsinpeGuanzy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/long-guanzy/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[slim/slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs

12.2k49.9M1.3k](/packages/slim-slim)[slim/csrf

Slim Framework 4 CSRF protection PSR-15 middleware

3512.1M94](/packages/slim-csrf)[yiisoft/yii-middleware

Yii Middleware

21151.3k1](/packages/yiisoft-yii-middleware)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[chubbyphp/chubbyphp-framework

A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.

13544.4k4](/packages/chubbyphp-chubbyphp-framework)

PHPackages © 2026

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