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
- Host: GitHub
- URL: https://github.com/kraz/read-model-json-rpc
- Owner: kraz
- License: mit
- Created: 2026-05-09T16:12:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-10T14:50:29.000Z (about 1 month ago)
- Last Synced: 2026-05-10T16:28:55.232Z (about 1 month ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Read Model - JSON-RPC 2.0
[](https://github.com/kraz/read-model-json-rpc/actions/workflows/ci.yml)
[](https://packagist.org/packages/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.