php-pecl-msgpack

API for communicating with MessagePack serialization

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.

 

Homepage: http://pecl.php.net/package/msgpack

Group: Development/Languages

License: BSD

 

Packages

 

php-pecl-msgpack-2.0.2-2.el8.src [55 KiB] Changelog by josef radinger (2020-12-04):
- remove tests/019.phpt as it uses deprecated functions
- rebuild for rhel8

 

other Distributions

 

Epel 8 x86_64  SRPMS
Fedora ALL x86_64   
Use the software as is. Bug-Reports should go to my Ticket-System and not to the systems from Fedora|RedHat|Centos|rpmfusion.