PHPackages                             alicfeng/service-client - 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. [API Development](/categories/api)
4. /
5. alicfeng/service-client

ActiveLibrary[API Development](/categories/api)

alicfeng/service-client
=======================

A client for remote calling microservice communication

1.0.0(4y ago)419MITPHPPHP ^7.0|^8.0

Since May 19Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

 [ 服务客户端 ](https://github.com/alicfeng/service-client)
======================================================

[](#------------服务客户端----)

 一款远程调用微服务通讯的客户端
 支持多种通讯协议的远程调用客户端，安装一个客户端可配置灵活调用多个服务

 [ ![Build Status](https://camo.githubusercontent.com/75852b3f825a639179641635b548547f69e620cf224cb1a9883a0f13bb37058b/68747470733a2f2f7472617669732d63692e636f6d2f616c696366656e672f736572766963652d636c69656e742e7376673f6272616e63683d6d6173746572) ](https://travis-ci.com/github/alicfeng/service-client) [ ![Latest Stable Version](https://camo.githubusercontent.com/c6d5cd7b5b2968834614356e418c5559c9cfd06ded8c2137da34f651c42a3776/68747470733a2f2f706f7365722e707567782e6f72672f616c696366656e672f736572766963652d636c69656e742f762f737461626c652e737667) ](https://packagist.org/packages/alicfeng/service-client) [ ![Total Downloads](https://camo.githubusercontent.com/83f9b9c3f755c748f05030763757844246b8f424473395f2a7babad4dd2f0320/68747470733a2f2f706f7365722e707567782e6f72672f616c696366656e672f736572766963652d636c69656e742f642f746f74616c2e737667) ](https://packagist.org/packages/alicfeng/service-client) [ ![License](https://camo.githubusercontent.com/8023c58edf98da4cd9372734ea62d457cc110d7670b30c380bb316abd75716f4/68747470733a2f2f706f7365722e707567782e6f72672f616c696366656e672f736572766963652d636c69656e742f6c6963656e73652e737667) ](https://packagist.org/packages/alicfeng/service-client)

🚀 安装配置
------

[](#-安装配置)

- **`standard`**

```
composer require alicfeng/service-client -vvv

```

- **`Laravel`**

```
php artisan vendor:publish --provider="Samego\Client\ServiceProvider\ServiceClientProvider"
```

✨ 支持特性
------

[](#-支持特性)

- Http
- ICE
- Grpc

☛ 快速使用
------

[](#-快速使用)

```
