Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 963 Bytes

File metadata and controls

20 lines (13 loc) · 963 Bytes

MsgPack

Latest Stable Version GitHub license Build Status Code Coverage

A pure and efficient MessagePack serialization library.

It is influenced by the design of rybakit/msgpack, but reworked internal with focus on performance.

Installation

The suggested installation method is via composer:

$ composer require alexmasterov/msgpack

WIP..