PHPackages                             faysoft/feignphp - 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. faysoft/feignphp

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

faysoft/feignphp
================

通过nacos注册中心，调用spring cloud web服务

1.1.5(2mo ago)0120MITPHPPHP ^8.0

Since Jul 18Pushed 2mo agoCompare

[ Source](https://github.com/fayfox/feignphp)[ Packagist](https://packagist.org/packages/faysoft/feignphp)[ RSS](/packages/faysoft-feignphp/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (8)Versions (17)Used By (0)

Kuabound\\FeignPHP\\FeignClient 用法示例
====================================

[](#kuaboundfeignphpfeignclient-用法示例)

```
use Kuabound\FeignPHP\FeignClient;

// 假设已设置好 NACOS_ADDR、NACOS_NAMESPACE_ID 环境变量

$client = FeignClient::make('your-service-name');

// 获取业务数据
try {
    // GET 请求
    $data = $client->get('/api/path', ['foo' => 'bar']);

    // POST 请求
    $data = $client->post('/api/path', ['key' => 'value']);
    // 处理 $data
    // ...
} catch (\Kuabound\FeignPHP\exception\FeignClientException $e) {
    // 自定义异常处理，或直接不套try catch，往外抛，看业务场景
}
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance87

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~21 days

Recently: every ~31 days

Total

16

Last Release

63d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/715c78792b69c79219be55b9a49579071e21c476978d99ca1670841c54e59d47?d=identicon)[fayfox](/maintainers/fayfox)

---

Top Contributors

[![gitqian123](https://avatars.githubusercontent.com/u/35099890?v=4)](https://github.com/gitqian123 "gitqian123 (2 commits)")

### Embed Badge

![Health badge](/badges/faysoft-feignphp/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M142](/packages/roots-acorn)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M282](/packages/laravel-ai)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.5M2.4k](/packages/flarum-core)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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