PHPackages                             tomwright/currency-php-yahoo-rate-fetcher - 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. tomwright/currency-php-yahoo-rate-fetcher

ActiveLibrary

tomwright/currency-php-yahoo-rate-fetcher
=========================================

An extension to fetch exchange rates from the Yahoo API.

1.0.0(9y ago)08PHP

Since Apr 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TomWright/CurrencyPHPYahooRateFetcher)[ Packagist](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)[ RSS](/packages/tomwright-currency-php-yahoo-rate-fetcher/feed)WikiDiscussions master Synced 2mo ago

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

CurrencyPHP Yahoo Rate Fetcher
==============================

[](#currencyphp-yahoo-rate-fetcher)

[![Build Status](https://camo.githubusercontent.com/285d780a11f5b47cad6cc6e9042a2b5090e31e767b326c928acb7b4df1c294ee/68747470733a2f2f7472617669732d63692e6f72672f546f6d5772696768742f43757272656e63795048505961686f6f52617465466574636865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/TomWright/CurrencyPHPYahooRateFetcher)[![Latest Stable Version](https://camo.githubusercontent.com/d058958d6650dd0d92580b7f632d7368250db8418dbb2ca358fa9222065b8134/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d7961686f6f2d726174652d666574636865722f762f737461626c65)](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)[![Total Downloads](https://camo.githubusercontent.com/84161af5ad7e064fbe46a09e3ad11b2e233fc37135e85421a9161f275538e5e7/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d7961686f6f2d726174652d666574636865722f646f776e6c6f616473)](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)[![Monthly Downloads](https://camo.githubusercontent.com/338e64b843589beb5aeede6a580dd9c3d689de8b0f6e851852906b28e85aa27f/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d7961686f6f2d726174652d666574636865722f642f6d6f6e74686c79)](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)[![Daily Downloads](https://camo.githubusercontent.com/f437845831adf616c6bf2045c55d5648bb4c6bc05c1cc3a9a1169229032c0bdb/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d7961686f6f2d726174652d666574636865722f642f6461696c79)](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)[![License](https://camo.githubusercontent.com/a0e67bb334bda810a033dc5cef6651dbb54cfa6dfb95b0b7da70b2e045a94a21/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d7961686f6f2d726174652d666574636865722f6c6963656e73652e737667)](https://packagist.org/packages/tomwright/currency-php-yahoo-rate-fetcher)

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

[](#installation)

Install [CurrencyPHP](https://github.com/TomWright/CurrencyPHP).

```
composer require tomwright/currency-php
composer require tomwright/currency-php-yahoo-rate-fetcher

```

Usage
-----

[](#usage)

YahooRateFetcher is just a RateFetcher for [CurrencyPHP](https://github.com/TomWright/CurrencyPHP).

```
$rateFetcher = new YahooRateFetcher();

$gbp = new Currency('GBP', $rateFetcher);
$usd = new Currency('USD', $rateFetcher);

$priceInGBP = 100;
$priceInUSD = $gbp->convertTo($usd, $priceInGBP);
echo $priceInUSD; // 126
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3315d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de2053f4238374bd541fc3fc5711e331c91f3279f7a332ee1c3f3db13a1829d1?d=identicon)[TomWright](/maintainers/TomWright)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tomwright-currency-php-yahoo-rate-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/tomwright-currency-php-yahoo-rate-fetcher/health.svg)](https://phpackages.com/packages/tomwright-currency-php-yahoo-rate-fetcher)
```

###  Alternatives

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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