openclerk/currencies

There is no license information available for the latest version (0.1.0) of this package.

Interface defintions of fiat, cryptocurrencies and commodity currencies

0.1.0 2015-04-09 09:17 UTC

This package is auto-updated.

Last update: 2024-03-14 08:30:32 UTC


README

A library for defining different types of currencies: cryptocurrencies, fiat currencies, and commodity currencies. Used by Openclerk and live on CryptFolio.

This library only provides interface and abstract definitions. The actual definitions of currencies is provided by other components, such as openclerk/cryptocurrencies, openclerk/fiat, and openclerk/commodities. This allows additional currencies to be provided or discovered at runtime.

Installing

Include openclerk/currencies as a requirement in your project composer.json, and run composer update to install it into your project:

{
  "require": {
    "openclerk/currencies": "dev-master"
  }
}

Donate

Donations are appreciated.

TODO

  1. CI build server and link to test results