ExPhaxio

An Elixir client for Phaxio.

Warning: this is not production-ready! Use at your own risk.

Configuration

You will need a key and secret from your Phaxio console.

config :ex_phaxio,
phaxio_key: "PHAXIO_KEY",
phaxio_secret: "PHAXIO_SECRET"

Installation

def deps do
[
{:ex_phaxio, "~> 0.2.1"}
]
end

Development

It's recommended to use your test key while developing (so as to not incur charges).

License

ExPhaxio free software licensed under Apache 2.0.