|
1 | 1 | # JSON RPC 2.0 PSR-7 Message Factory |
2 | 2 |
|
3 | | -[](https://travis-ci.com/simpod/json-rpc) |
4 | | -[](https://packagist.org/packages/simpod/json-rpc) |
5 | | -[](https://packagist.org/packages/simpod/json-rpc) |
6 | | -[](https://packagist.org/packages/simpod/json-rpc) |
7 | | -[](https://scrutinizer-ci.com/g/simpod/json-rpc) |
8 | | -[](https://scrutinizer-ci.com/g/simpod/json-rpc) |
| 3 | +[![GitHub Actions][GA Image]][GA Link] |
| 4 | +[![Shepherd Type][Shepherd Image]][Shepherd Link] |
| 5 | +[![Code Coverage][Coverage Image]][CodeCov Link] |
| 6 | +[![Downloads][Downloads Image]][Packagist Link] |
| 7 | +[![Packagist][Packagist Image]][Packagist Link] |
| 8 | +[![Infection MSI][Infection Image]][Infection Link] |
| 9 | + |
| 10 | +## Installation |
| 11 | + |
| 12 | +Add as [Composer](https://getcomposer.org/) dependency: |
| 13 | + |
| 14 | +```sh |
| 15 | +composer require simpod/json-rpc |
| 16 | +``` |
| 17 | + |
| 18 | +[GA Image]: https://github.com/simPod/PhpJsonRpc/workflows/CI/badge.svg |
| 19 | + |
| 20 | +[GA Link]: https://github.com/simPod/PhpJsonRpc/actions?query=workflow%3A%22CI%22+branch%3Amaster |
| 21 | + |
| 22 | +[Shepherd Image]: https://shepherd.dev/github/simPod/PhpJsonRpc/coverage.svg |
| 23 | + |
| 24 | +[Shepherd Link]: https://shepherd.dev/github/simPod/PhpJsonRpc |
| 25 | + |
| 26 | +[Coverage Image]: https://codecov.io/gh/simPod/PhpJsonRpc/branch/master/graph/badge.svg |
| 27 | + |
| 28 | +[CodeCov Link]: https://codecov.io/gh/simPod/PhpJsonRpc/branch/master |
| 29 | + |
| 30 | +[Downloads Image]: https://poser.pugx.org/simpod/json-rpc/d/total.svg |
| 31 | + |
| 32 | +[Packagist Image]: https://poser.pugx.org/simpod/json-rpc/v/stable.svg |
| 33 | + |
| 34 | +[Packagist Link]: https://packagist.org/packages/simpod/json-rpc |
| 35 | + |
| 36 | +[Infection Image]: https://badge.stryker-mutator.io/github.com/simPod/PhpJsonRpc/master |
| 37 | + |
| 38 | +[Infection Link]: https://infection.github.io |
0 commit comments