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

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

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