Skip to content

bnns/ex_phaxio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published