phpser: a fast, HMAC-signed binary serializer for PHP cache workloads.
Faster than igbinary on encode and decode for caches. Its signed mode refuses to decode anything not signed with your key, to keep object-injection out of untrusted caches.
Code: https://github.com/iliaal/phpser
Writeup + benchmarks: https://ilia.ws/blog/phpser-a-fast-secure-binary-serializer-for-php-cache-workloads

GitHub - iliaal/phpser: Fast binary serializer for PHP cache workloads. Decoder-optimized, beats igbinary on packed numerics, deep-nested structures, and same-class DTO batches.
Fast binary serializer for PHP cache workloads. Decoder-optimized, beats igbinary on packed numerics, deep-nested structures, and same-class DTO batches. - iliaal/phpser


