msgpack-python/php
2010-12-28 16:09:13 +09:00
..
bench import MessagePack for PHP 2010-04-05 00:10:28 +09:00
msgpack php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
tests php: version 0.3.3 2010-12-27 11:09:14 +09:00
benchmark.php php: version 0.3.3 2010-12-27 11:09:14 +09:00
ChangeLog php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
config.m4 php: version 0.3.3 2010-12-27 11:09:14 +09:00
config.w32 php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
CREDITS Update PHP Extension 2010-07-17 18:46:28 +09:00
EXPERIMENTAL import MessagePack for PHP 2010-04-05 00:10:28 +09:00
LICENSE Update PHP Extension 2010-07-17 18:46:28 +09:00
msgpack.c php: version 0.3.3 2010-12-27 11:09:14 +09:00
msgpack.php Update PHP Extension 2010-07-17 18:46:28 +09:00
msgpack_class.c php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
msgpack_class.h php: version 0.3.3 2010-12-27 11:09:14 +09:00
msgpack_pack.c php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
msgpack_pack.h php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_unpack.c php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
msgpack_unpack.h php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
package.xml php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
php-msgpack.spec php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
php_msgpack.h php: version 0.3.4: supported Windows building 2010-12-28 16:09:13 +09:00
README Update PHP Extension 2010-07-17 18:46:28 +09:00
test_normal.php Update PHP Extension 2010-07-17 18:46:28 +09:00
test_streaming.php Update PHP Extension 2010-07-17 18:46:28 +09:00

Description
-----------
This extension provide API for communicating with MessagePack serialization. 

MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.

Resources
---------
 * [msgpack](http://msgpack.sourceforge.net/)