Browse Source

[Data Structure and Storage] Add msgpack.php

https://github.com/rybakit/msgpack.php
pull/640/head
Eugene Leonovich 9 years ago
parent
commit
fb538a8178
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

682
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
682
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
683
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
683
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
684
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
684
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
685
+* [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the MessagePack serialization format.
685
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
686
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
686
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
687
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
687
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
688
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.

Loading…
Cancel
Save