PHPackages                             openclerk/fiat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. openclerk/fiat

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

openclerk/fiat
==============

Definitions and implementations of fiat currencies in Openclerk

0.1.0(8y ago)01591PHP

Since Sep 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/openclerk/fiat)[ Packagist](https://packagist.org/packages/openclerk/fiat)[ RSS](/packages/openclerk-fiat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

openclerk/fiat [![Build Status](https://camo.githubusercontent.com/7251b54a08231d879bd095a877c9c8ee43feb971ab1502a1be974fd18c27b8b3/68747470733a2f2f7472617669732d63692e6f72672f6f70656e636c65726b2f666961742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/openclerk/fiat)
========================================================================================================================================================================================================================================================================================

[](#openclerkfiat-)

A library for describing fiat currencies, used by [Openclerk](http://openclerk.org)and live on [CryptFolio](https://cryptfolio.com).

This extends on the abstract currency definitions provided by [openclerk/currencies](https://github.com/openclerk/currencies).

Because fiat currencies are not digitally connected, we can't do interesting things with them like we can with [cryptocurrencies](https://github.com/openclerk/cryptocurrencies); this component only describes fiat currencies with their three-character codes.

Installing
----------

[](#installing)

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

```
{
  "require": {
    "openclerk/fiat": "dev-master"
  }
}
```

- [Currencies supported](https://github.com/openclerk/fiat/tree/master/src)

Using
-----

[](#using)

Get the name for a given currency:

```
$currency = new \Fiat\PolishZloty();
echo $currency->getName();   // returns "Polish złoty"
echo $currency->getURL();    // returns "http://en.wikipedia.org/wiki/Polish_z%C5%82oty"
```

Donate
------

[](#donate)

[Donations are appreciated](https://code.google.com/p/openclerk/wiki/Donating).

Contributing
------------

[](#contributing)

Pull requests that contribute new currencies are welcome.

TODO
----

[](#todo)

1. Should fiat currencies have assets?
2. Generate README list of currencies/services automatically
3. Link to live APIs on CryptFolio
4. CI build server and link to test results

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ebbec5ccc867054461adebb7c5b6312f8256f989ef96b124892e6e89724afdb?d=identicon)[soundasleep](/maintainers/soundasleep)

---

Top Contributors

[![soundasleep](https://avatars.githubusercontent.com/u/3889656?v=4)](https://github.com/soundasleep "soundasleep (8 commits)")

### Embed Badge

![Health badge](/badges/openclerk-fiat/health.svg)

```
[![Health](https://phpackages.com/badges/openclerk-fiat/health.svg)](https://phpackages.com/packages/openclerk-fiat)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.7M10](/packages/whitehat101-apr1-md5)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
