alexmasterov/msgpack

A pure and efficient MessagePack serialization library

Maintainers

Package info

github.com/AlexMasterov/msgpack.php

pkg:composer/alexmasterov/msgpack

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2018-03-11 23:57 UTC

This package is not auto-updated.

Last update: 2026-02-25 00:14:19 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..