h4kuna/serialize-polyfill

Provide methods for serialization and use igbinary if is available.

v0.2.1 2022-12-19 16:16 UTC

This package is auto-updated.

Last update: 2023-05-19 18:29:40 UTC


README

Downloads this Month Latest stable

In your project are available two new methods.

  • h4kuna\Serialize\Serialize::encode()
  • h4kuna\Serialize\Serialize::decode()

If you enable igbinary extension, then automatic use Driver\IgBinary. Or you can define own implmentation by Driver interface.