Skip to content

Commit bedeb76

Browse files
committed
Add badges
1 parent 1d7a6bb commit bedeb76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
## MsgPack
22

3+
[![Latest Stable Version](https://poser.pugx.org/alexmasterov/msgpack.php/v/stable)](https://packagist.org/packages/alexmasterov/msgpack.php)
4+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/AlexMasterov/msgpack.php/master/LICENSE)
35
[![Build Status](https://travis-ci.org/AlexMasterov/msgpack.php.svg)](https://travis-ci.org/AlexMasterov/msgpack.php)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/AlexMasterov/msgpack.php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/AlexMasterov/msgpack.php/?branch=master)
47

58
A pure and efficient [MessagePack](https://msgpack.org) serialization library.
69

10+
It is influenced by the design of [rybakit/msgpack.php](https://github.com/rybakit/msgpack.php), but reworked internal with focus on performance.
11+
712
## Installation
813

914
The suggested installation method is via [composer](https://getcomposer.org/):

0 commit comments

Comments
 (0)