PHPackages                             flyddy/http-annotation - 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. flyddy/http-annotation

ActiveLibrary

flyddy/http-annotation
======================

php stander lib

01PHP

Since Sep 20Pushed 1y agoCompare

[ Source](https://github.com/flyddy/http-annotation)[ Packagist](https://packagist.org/packages/flyddy/http-annotation)[ RSS](/packages/flyddy-http-annotation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HttpAnnotation
==============

[](#httpannotation)

安装
--

[](#安装)

```
composer require easyswoole/http-annotation
```

注解规范
----

[](#注解规范)

### Example

[](#example)

```
/**
 * Class ControllerA
 * @package EasySwoole\HttpAnnotation\Tests\TestController
 * @ApiGroup(groupName="A")
 * @ApiGroupDescription()
 */
class ControllerA extends AnnotationController
{
    /**
     * @Api(path="/A/test")
     */
    function test()
    {

    }

    /**
     * @Api(path="")
     */
    function test2()
    {

    }
}
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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/72a86df20b052ff466f06377b4ff4ecc4e8c41a7bcda3898836cfa03903e22d1?d=identicon)[XueSiLf](/maintainers/XueSiLf)

---

Top Contributors

[![XueSiLf](https://avatars.githubusercontent.com/u/31389659?v=4)](https://github.com/XueSiLf "XueSiLf (1 commits)")

### Embed Badge

![Health badge](/badges/flyddy-http-annotation/health.svg)

```
[![Health](https://phpackages.com/badges/flyddy-http-annotation/health.svg)](https://phpackages.com/packages/flyddy-http-annotation)
```

PHPackages © 2026

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