alexmasterov / msgpack
A pure and efficient MessagePack serialization library
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/alexmasterov/msgpack
Requires
- php: 7.2 - 7.3
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2025-10-21 22:39:39 UTC
README
A pure and efficient MessagePack serialization library.
It is influenced by the design of rybakit/msgpack, but reworked internal with focus on performance.
Installation
The suggested installation method is via composer:
$ composer require alexmasterov/msgpack
WIP..