File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
## MsgPack
2
2
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 )
3
5
[ ![ 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 )
4
7
5
8
A pure and efficient [ MessagePack] ( https://msgpack.org ) serialization library.
6
9
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
+
7
12
## Installation
8
13
9
14
The suggested installation method is via [ composer] ( https://getcomposer.org/ ) :
You can’t perform that action at this time.
0 commit comments