An open API service indexing awesome lists of open source software.

https://github.com/kraz/read-model-json-rpc

Read Model JSON-RPC 2.0
https://github.com/kraz/read-model-json-rpc

Last synced: 6 days ago
JSON representation

Read Model JSON-RPC 2.0

Awesome Lists containing this project

README

          

# Read Model - JSON-RPC 2.0

[![CI](https://github.com/kraz/read-model-json-rpc/actions/workflows/ci.yml/badge.svg)](https://github.com/kraz/read-model-json-rpc/actions/workflows/ci.yml)
[![Packagist Version](https://img.shields.io/packagist/v/kraz/read-model-json-rpc)](https://packagist.org/packages/kraz/read-model-json-rpc)
[![GitHub license](https://img.shields.io/github/license/kraz/read-model-json-rpc)](LICENSE)

JSON RPC 2.0 implementation for the [Read Models Domain](https://github.com/kraz/read-model).

> [!NOTE]
> This library expects a [read model](https://github.com/kraz/read-model) exposed as JSON-RPC 2.0 API.

## Installation

```bash
composer require kraz/read-model-json-rpc
```

## License

This library is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.