https://github.com/simpod/phpjsonrpc
PHP factory for creating JSON RPC 2.0 PSR-7 requests
https://github.com/simpod/phpjsonrpc
Last synced: 3 months ago
JSON representation
PHP factory for creating JSON RPC 2.0 PSR-7 requests
- Host: GitHub
- URL: https://github.com/simpod/phpjsonrpc
- Owner: simPod
- License: other
- Created: 2019-10-10T17:18:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T19:22:36.000Z (about 1 year ago)
- Last Synced: 2025-02-05T02:40:31.992Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# JSON RPC 2.0 PSR-7 Message Factory
[![GitHub Actions][GA Image]][GA Link]
[![Code Coverage][Coverage Image]][CodeCov Link]
[![Downloads][Downloads Image]][Packagist Link]
[![Packagist][Packagist Image]][Packagist Link]
## Installation
Add as [Composer](https://getcomposer.org/) dependency:
```sh
composer require simpod/json-rpc
```
[GA Image]: https://github.com/simPod/PhpJsonRpc/workflows/CI/badge.svg
[GA Link]: https://github.com/simPod/PhpJsonRpc/actions?query=workflow%3A%22CI%22+branch%3Amaster
[Coverage Image]: https://codecov.io/gh/simPod/PhpJsonRpc/branch/master/graph/badge.svg
[CodeCov Link]: https://codecov.io/gh/simPod/PhpJsonRpc/branch/master
[Downloads Image]: https://poser.pugx.org/simpod/json-rpc/d/total.svg
[Packagist Image]: https://poser.pugx.org/simpod/json-rpc/v/stable.svg
[Packagist Link]: https://packagist.org/packages/simpod/json-rpc