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 2w 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 31% 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

2136d ago

Major Versions

v0.3.0 → 1.0.02020-08-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3377272?v=4)[sinpe](/maintainers/sinpe)[@sinpe](https://github.com/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.9k19.5M1.7k](/packages/cakephp-cakephp)[slim/slim

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

12.3k52.9M1.4k](/packages/slim-slim)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[typo3/cms-core

TYPO3 CMS Core

3713.2M4.9k](/packages/typo3-cms-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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