Phex
A PHP serialized decoder and encoder.
Installation
The package can be installed by adding phex to your list of dependencies in mix.exs:
def deps do
[
{:phex, "~> 0.1.0"}
]
endFull documentation can be found at https://hexdocs.pm/phex.