Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmasterov/msgpack.php

A pure and efficient MessagePack serialization library [experimental]
https://github.com/alexmasterov/msgpack.php

messagepack msgpack php serialization

Last synced: about 5 hours ago
JSON representation

A pure and efficient MessagePack serialization library [experimental]

Awesome Lists containing this project

README

        

## MsgPack

[![Latest Stable Version](https://poser.pugx.org/alexmasterov/msgpack/v/stable)](https://packagist.org/packages/alexmasterov/msgpack)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/AlexMasterov/msgpack.php/master/LICENSE)
[![Build Status](https://travis-ci.org/AlexMasterov/msgpack.php.svg)](https://travis-ci.org/AlexMasterov/msgpack.php)
[![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)

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

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

## Installation

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

```sh
$ composer require alexmasterov/msgpack
```

_WIP_..