Skip to content

Commit 48d0b64

Browse files
authored
Merge pull request #8 from DawidMazurek/badges
Badges
2 parents 8b6892b + 6f65835 commit 48d0b64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# JSON-RPC server
22

3+
[![Build Status](https://travis-ci.org/DawidMazurek/php-jsonrpc-server.svg?branch=master)](https://travis-ci.org/DawidMazurek/php-jsonrpc-server)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/e49ed2cff8c2fd505ced/maintainability)](https://codeclimate.com/github/DawidMazurek/php-jsonrpc-server/maintainability)
5+
[![Test Coverage](https://api.codeclimate.com/v1/badges/e49ed2cff8c2fd505ced/test_coverage)](https://codeclimate.com/github/DawidMazurek/php-jsonrpc-server/test_coverage)
6+
37
Json RPC server compatible with official specification:
48
`http://www.jsonrpc.org/specification`
59

0 commit comments

Comments
 (0)