dev-master
9999999-devDefinitions and implementations of fiat currencies in Openclerk
The Requires
The Development Requires
0.1.0
0.1.0.0Definitions and implementations of fiat currencies in Openclerk
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Definitions and implementations of fiat currencies in Openclerk
A library for describing fiat currencies, used by Openclerk and live on CryptFolio., (*1)
This extends on the abstract currency definitions provided by openclerk/currencies., (*2)
Because fiat currencies are not digitally connected, we can't do interesting things with them like we can with cryptocurrencies; this component only describes fiat currencies with their three-character codes., (*3)
Include openclerk/fiat as a requirement in your project composer.json,
and run composer update to install it into your project:, (*4)
{
"require": {
"openclerk/fiat": "dev-master"
}
}
Get the name for a given currency:, (*5)
$currency = new \Fiat\PolishZloty(); echo $currency->getName(); // returns "Polish złoty" echo $currency->getURL(); // returns "http://en.wikipedia.org/wiki/Polish_z%C5%82oty"
Donations are appreciated., (*6)
Pull requests that contribute new currencies are welcome., (*7)
Definitions and implementations of fiat currencies in Openclerk
Definitions and implementations of fiat currencies in Openclerk