README.md

# Phex
A PHP serialized decoder and encoder.

## Installation

The package can be installed by adding `phex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:phex, "~> 0.1.0"}
  ]
end
```
Full documentation can be found at [https://hexdocs.pm/phex](https://hexdocs.pm/phex).