PHPackages                             apvalkov/laravel-openexchangerates - 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. [API Development](/categories/api)
4. /
5. apvalkov/laravel-openexchangerates

ActiveLaravel-project[API Development](/categories/api)

apvalkov/laravel-openexchangerates
==================================

Laravel SDK for https://openexchangerates.org api

v0.0.1(2y ago)3729MITPHPPHP ^8.1

Since Jul 6Pushed 2y ago2 watchersCompare

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

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

Laravel openexchangerates
=========================

[](#laravel-openexchangerates)

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

[](#installation)

Require this package with composer using the following command:

```
composer require apvalkov/laravel-openexchangerates
```

Add the following class to the `providers` array in `config/app.php`:

```
Apvalkov\LaravelOpenexchangerates\ServiceProvider::class,
```

You can also publish the config file to change implementations (ie. interface to specific class).

```
php artisan vendor:publish --provider="Apvalkov\LaravelOpenexchangerates\ServiceProvider"
```

Set your openexchangerates app id

```
OPEN_EXCHANGE_RATES_APP_ID=your-app-id-here
```

How to use
----------

[](#how-to-use)

```
// Latest
$rates = (new Openexchangerates())->latest(new LatestRatesRequest());

//Historical
$rates = (new Openexchangerates())->historical(new LatestRatesRequest(), Carbon::now());
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

1048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42f82d8d437a6cb39e4362a3bba59e5e1f87e11a67ea753628895b144e1749b4?d=identicon)[apavalkov](/maintainers/apavalkov)

---

Top Contributors

[![apvalkov](https://avatars.githubusercontent.com/u/102719109?v=4)](https://github.com/apvalkov "apvalkov (3 commits)")

---

Tags

laravelexchange ratesopenexchangerates.org

### Embed Badge

![Health badge](/badges/apvalkov-laravel-openexchangerates/health.svg)

```
[![Health](https://phpackages.com/badges/apvalkov-laravel-openexchangerates/health.svg)](https://phpackages.com/packages/apvalkov-laravel-openexchangerates)
```

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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