An Elixir client for Phaxio.
Warning: this is not production-ready! Use at your own risk.
You will need a key and secret from your Phaxio console.
config :ex_phaxio,
phaxio_key: "PHAXIO_KEY",
phaxio_secret: "PHAXIO_SECRET"
def deps do
[
{:ex_phaxio, "~> 0.2.1"}
]
end
It's recommended to use your test
key while developing (so as to not incur charges).
ExPhaxio free software licensed under Apache 2.0.