msgpack-python/php
2010-09-29 08:47:06 +09:00
..
bench import MessagePack for PHP 2010-04-05 00:10:28 +09:00
msgpack php: update 0.3.0 2010-09-29 08:47:06 +09:00
tests php: update 0.3.0 2010-09-29 08:47:06 +09:00
benchmark.php Update PHP Extension 2010-07-17 18:46:28 +09:00
ChangeLog php: update 0.3.0 2010-09-29 08:47:06 +09:00
config.m4 php: update 0.3.0 2010-09-29 08:47:06 +09:00
config.w32 php: update 0.3.0 2010-09-29 08:47:06 +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: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack.php Update PHP Extension 2010-07-17 18:46:28 +09:00
msgpack_class.c php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_class.h php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_pack.c php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_pack.h php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_unpack.c php: update 0.3.0 2010-09-29 08:47:06 +09:00
msgpack_unpack.h php: update 0.3.0 2010-09-29 08:47:06 +09:00
package.xml php: update 0.3.0 2010-09-29 08:47:06 +09:00
php-msgpack.spec php: update 0.3.0 2010-09-29 08:47:06 +09:00
php_msgpack.h php: update 0.3.0 2010-09-29 08:47:06 +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/)