Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php56-php-pecl-msgpack - API for communicating with MessagePack serialization

Website:
http://pecl.php.net/package/msgpack
Licence:
BSD
Vendor:
Remi Collet
Description:
This extension provide API for communicating with MessagePack serialization.

MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON but it's faster and smaller.
For example, small integers (like flags or error code) are encoded into a
single byte, and typical short strings only require an extra byte in addition
to the strings themselves.

If you ever wished to use JSON for convenience (storing an image with metadata)
but could not for technical reasons (encoding, size, speed...), MessagePack is
a perfect replacement.

This extension is still EXPERIMENTAL.

Package built for PHP 5.6 as Software Collection (php56).

Packages

php56-php-pecl-msgpack-0.5.7-3.el8.remi.x86_64 [49 KiB] Changelog by Remi Collet (2019-01-21):
- cleanup for EL-8