PHPackages                             kiyatilahun/ethiocurrencyconverter - 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. kiyatilahun/ethiocurrencyconverter

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

kiyatilahun/ethiocurrencyconverter
==================================

This is my package ethiocurrencyconverter

25[5 PRs](https://github.com/KiyaTilahun/EthioCurrencyConverter/pulls)PHPCI passing

Since Dec 19Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/KiyaTilahun/EthioCurrencyConverter)[ Packagist](https://packagist.org/packages/kiyatilahun/ethiocurrencyconverter)[ RSS](/packages/kiyatilahun-ethiocurrencyconverter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

This is my package ethiocurrencyconverter
=========================================

[](#this-is-my-package-ethiocurrencyconverter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3701e43ed80d8920b8eb77420c2e4c696ddb918a46617ceb31c681007461935e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b69796174696c6168756e2f657468696f63757272656e6379636f6e7665727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kiyatilahun/ethiocurrencyconverter)[![GitHub Tests Action Status](https://camo.githubusercontent.com/297dfdb1e87be3d9eb241ce37a5774d1383b8d0f2d5ab61116e50671f6de9c04/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b69796174696c6168756e2f657468696f63757272656e6379636f6e7665727465722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/kiyatilahun/ethiocurrencyconverter/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/becbc8426ff29b4f8322e9f92da088b40c2ebdeaa840a7bce10cec495aaa40fa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b69796174696c6168756e2f657468696f63757272656e6379636f6e7665727465722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/kiyatilahun/ethiocurrencyconverter/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/18aefbf953aa4a510802b2917c2f7b8e4323241252f57acac9181b1832007cba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b69796174696c6168756e2f657468696f63757272656e6379636f6e7665727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kiyatilahun/ethiocurrencyconverter)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require kiyatilahun/ethiocurrencyconverter
```

Usage
-----

[](#usage)

To convert From one currency to another

```
ConvertCurrency::convertAmount($amount, $fromcurrency, $tocurrency);
ConvertCurrency::convertAmount(100, 'usd', 'etb');
```

To get all currency symbols

```
ConvertCurrency::getAllCurrenciesSymbol();
```

To get all currency symbols

```
ConvertCurrency::getAllCurrenciesSymbol();
```

To get the exchange rate between two currencies

```
ConvertCurrency::getExchangeRate($fromcurrency, $tocurrency);
ConvertCurrency::getExchangeRate('usd', 'etb');
```

To get the exchange rate from Ethiopian Birr (ETB) to another currency

```
ConvertCurrency::getBirrExchangeRate($tocurrency);
ConvertCurrency::getBirrExchangeRate('usd');
```

Credits
-------

[](#credits)

- [kiyatilahun](https://github.com/KiyaTilahun)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance60

Regular maintenance activity

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/76183d1cb0e9a61504ebe490725365f59a4d9763c3b904b6ae3302706e9d9509?d=identicon)[KiyaTilahun](/maintainers/KiyaTilahun)

---

Top Contributors

[![KiyaTilahun](https://avatars.githubusercontent.com/u/98279891?v=4)](https://github.com/KiyaTilahun "KiyaTilahun (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/kiyatilahun-ethiocurrencyconverter/health.svg)

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

###  Alternatives

[archtechx/money

A lightweight package for handling money math in PHP.

169219.0k5](/packages/archtechx-money)[pragmarx/laravelcs

PHP\_CodeSniffer custom Sniff for Laravel coding standard

236111.7k2](/packages/pragmarx-laravelcs)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)[aidynmakhataev/laravelsurveyjs

Laravel wrapper for surveyjs library

8211.2k](/packages/aidynmakhataev-laravelsurveyjs)

PHPackages © 2026

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