Skip to content

Commit

Permalink
Update readme with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
adammbalogh committed Dec 26, 2016
1 parent 0089eeb commit 645e2d0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1 +1,9 @@
# phpjsonrpc-server
# PHP JSON-RPC 2.0 Server

[![Author](http://img.shields.io/badge/author-@adammbalogh-blue.svg?style=flat-square)](https://twitter.com/adammbalogh)
[![Build Status](https://img.shields.io/travis/phpjsonrpc/server/master.svg?style=flat-square)](https://travis-ci.org/phpjsonrpc/server)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/phpjsonrpc/server.svg?style=flat-square)](https://scrutinizer-ci.com/g/phpjsonrpc/server/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/phpjsonrpc/server.svg?style=flat-square)](https://scrutinizer-ci.com/g/phpjsonrpc/server)
[![Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
[![Packagist Version](https://img.shields.io/packagist/v/phpjsonrpc/server.svg?style=flat-square)](https://packagist.org/packages/phpjsonrpc/server)
[![Total Downloads](https://img.shields.io/packagist/dt/phpjsonrpc/server.svg?style=flat-square)](https://packagist.org/packages/phpjsonrpc/server)

0 comments on commit 645e2d0

Please sign in to comment.