PHPackages                             wilkques/exchange-rate - 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. wilkques/exchange-rate

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

wilkques/exchange-rate
======================

Easy Exchange Rate

v1.0.0(4y ago)023MITPHPPHP ^7.4|^8.0

Since Jul 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wilkques/ExchangeRatesApi)[ Packagist](https://packagist.org/packages/wilkques/exchange-rate)[ RSS](/packages/wilkques-exchange-rate/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

Exchange rate api
=================

[](#exchange-rate-api)

[![Latest Stable Version](https://camo.githubusercontent.com/e74f7b4da2494521d6df5a2b4feb76a0686257cdf4c6f69496ea0b1172b7d8f3/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f65786368616e67652d726174652f762f737461626c65)](https://packagist.org/packages/wilkques/exchange-rate)[![License](https://camo.githubusercontent.com/f2575f8231d7a0403a2a46de864b5a4afb60acf0918f709362023a251d564b5d/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f65786368616e67652d726174652f6c6963656e7365)](https://packagist.org/packages/wilkques/exchange-rate)

```
composer require wilkques/exchange-rate

```

API
---

[](#api)

APIUrlDocumentexchangeratesapiHow to use
----------

[](#how-to-use)

1. Get ExchangeRatesApi

    ```
    use Wilkques\ExchangeRates\ExchangeRate;
    use Wilkques\ExchangeRates\Enum\FactoriesEnum;

    $exchangeRate = (new ExchangeRate)->exchangeRate(
        FactoriesEnum::Exchangeratesapi
    )->token('');
    // or
    $exchangeRate = ExchangeRate::make(
        FactoriesEnum::Exchangeratesapi
    )->token('')
    ```
2. Example

    ```
    $currencies = $exchangeRate->symbols();

    $currencies->throw(); // throw exception

    // or

    $currencies->throw(function ($response, $exception) {
        // code
    });

    $currencies = $currencies->json(); // to array
    ```
3. All Methods

    1. ExchangeRatesApi MethodsDescription`token`set access token`url`set api url`apiVersion`set api version`currencies`set currencies`callback`set callback`base`set base`from`set from`to`set to`amount`set amount`startDate`set startDate`endDate`set endDate`latest`call api with latest`symbols`call api with symbols`historical`call api with historical`convert`call api with convert`timeseries`call api with timeseries`fluctuation`call api with fluctuation`throw`throw Exception

REFERENCE
=========

[](#reference)

1. [Exchangeratesapi](https://exchangeratesapi.io/documentation/)
2. [Http Client](https://github.com/wilkques/http-client)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~59 days

Total

5

Last Release

1530d ago

Major Versions

v0.1.1 → v1.0.02022-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/906e907ec7e3dbe49f32aebd0f36488176d3736a65d38675753ba9a6a21017b6?d=identicon)[wilkques](/maintainers/wilkques)

---

Top Contributors

[![wilkques](https://avatars.githubusercontent.com/u/51186879?v=4)](https://github.com/wilkques "wilkques (2 commits)")

### Embed Badge

![Health badge](/badges/wilkques-exchange-rate/health.svg)

```
[![Health](https://phpackages.com/badges/wilkques-exchange-rate/health.svg)](https://phpackages.com/packages/wilkques-exchange-rate)
```

###  Alternatives

[jenner/array_group_by

like mysql group by

438.0k](/packages/jenner-array-group-by)

PHPackages © 2026

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