PHPackages                             gpfeisoft/hms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. gpfeisoft/hms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gpfeisoft/hms
=============

预定义HTTP请求Method和返回状态码

01PHP

Since Oct 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gpfeisoft/hms)[ Packagist](https://packagist.org/packages/gpfeisoft/hms)[ RSS](/packages/gpfeisoft-hms/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

hms
===

[](#hms)

预定义HTTP请求Method和返回状态码

\##使用方法：

```
class RequestClass implements RequestMethodInterface`
{
    public function index()
    {
        return self::METHOD_GET;
    }
}

```

```
class ResponseClass implements ResponseCodeInterface`
{
    public function index()
    {
        return self::STATUS_OK;
    }
}

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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://avatars.githubusercontent.com/u/13096841?v=4)[gpfeisoft](/maintainers/gpfeisoft)[@gpfeisoft](https://github.com/gpfeisoft)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gpfeisoft-hms/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k131](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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