Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scaytrase/rpc-common
Common RPC interfaces
https://github.com/scaytrase/rpc-common
api client common rpc
Last synced: 4 days ago
JSON representation
Common RPC interfaces
- Host: GitHub
- URL: https://github.com/scaytrase/rpc-common
- Owner: scaytrase
- License: mit
- Created: 2016-04-13T10:06:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T08:54:12.000Z (over 7 years ago)
- Last Synced: 2024-10-11T13:12:59.472Z (28 days ago)
- Topics: api, client, common, rpc
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/scaytrase/rpc-common/v/stable)](https://packagist.org/packages/scaytrase/rpc-common)
[![Total Downloads](https://poser.pugx.org/scaytrase/rpc-common/downloads)](https://packagist.org/packages/scaytrase/rpc-common)
[![Latest Unstable Version](https://poser.pugx.org/scaytrase/rpc-common/v/unstable)](https://packagist.org/packages/scaytrase/rpc-common)
[![License](https://poser.pugx.org/scaytrase/rpc-common/license)](https://packagist.org/packages/scaytrase/rpc-common)[![Build Status](https://travis-ci.org/scaytrase/rpc-common.svg)](https://travis-ci.org/scaytrase/rpc-common?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/scaytrase/rpc-common/badges/quality-score.png)](https://scrutinizer-ci.com/g/scaytrase/rpc-common/)
[![Code Coverage](https://scrutinizer-ci.com/g/scaytrase/rpc-common/badges/coverage.png)](https://scrutinizer-ci.com/g/scaytrase/rpc-common/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/53c29a01-8a7b-48c9-bd70-badb3d23ad32/mini.png)](https://insight.sensiolabs.com/projects/53c29a01-8a7b-48c9-bd70-badb3d23ad32)# RPC Library
Built-in support for batch-like requests. Processing depends on
client implementation (may not be real batch)## Common interfaces
* RPC request (call)
* RPC response (result)
* RPC error
## Decorators
* Lazy client decorator
* Loggable client decorator
* Cacheable client decorator## Test utils
* Mock client to create response queue with acceptance filter