alexmasterov/msgpack

A pure and efficient MessagePack serialization library

0.1.0 2018-03-11 23:57 UTC

This package is not auto-updated.

Last update: 2024-04-23 15:42:26 UTC


README

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..