PHPackages                             tomwright/currency-php-fixerio-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. [HTTP &amp; Networking](/categories/http)
4. /
5. tomwright/currency-php-fixerio-rate-fetcher

ActiveLibrary[HTTP &amp; Networking](/categories/http)

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

An extension to fetch exchange rates from the FixerIO API.

06PHP

Since Oct 23Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CurrencyPHP FixerIO Rate Fetcher
================================

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

[![Build Status](https://camo.githubusercontent.com/2d5f78e4399c2647c3aef076bf99e02adb06a778e9891998a65a6f470b7689b3/68747470733a2f2f7472617669732d63692e6f72672f546f6d5772696768742f43757272656e63795048504669786572494f52617465466574636865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/TomWright/CurrencyPHPFixerIORateFetcher)[![Latest Stable Version](https://camo.githubusercontent.com/8fdd34bed4d6a303f9e40b8667c1148a025f57967c028ff534f3022fbb9538c2/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d6669786572696f2d726174652d666574636865722f762f737461626c65)](https://packagist.org/packages/tomwright/currency-php-fixerio-rate-fetcher)[![Total Downloads](https://camo.githubusercontent.com/8b46d116b04bcb7f53ba4c10274717c43cc4f977a70265e8e72e16e58b1b4242/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d6669786572696f2d726174652d666574636865722f646f776e6c6f616473)](https://packagist.org/packages/tomwright/currency-php-fixerio-rate-fetcher)[![Monthly Downloads](https://camo.githubusercontent.com/536d017935b10f1e8efd500aaf49dcc79446d1829a50731c45775d6bd8847125/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d6669786572696f2d726174652d666574636865722f642f6d6f6e74686c79)](https://packagist.org/packages/tomwright/currency-php-fixerio-rate-fetcher)[![Daily Downloads](https://camo.githubusercontent.com/5d547ddf086c466efae84432319db1501be3ee3eed89960cb6e95d90d84c9742/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d6669786572696f2d726174652d666574636865722f642f6461696c79)](https://packagist.org/packages/tomwright/currency-php-fixerio-rate-fetcher)[![License](https://camo.githubusercontent.com/47b07851e96d183ded7d54e4310872884f2b8127d8711b7cc25b8c21fdd69523/68747470733a2f2f706f7365722e707567782e6f72672f746f6d7772696768742f63757272656e63792d7068702d6669786572696f2d726174652d666574636865722f6c6963656e73652e737667)](https://packagist.org/packages/tomwright/currency-php-fixerio-rate-fetcher)

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

[](#installation)

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

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

```

Usage
-----

[](#usage)

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

```
$rateFetcher = new FixerIORateFetcher();

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

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/de2053f4238374bd541fc3fc5711e331c91f3279f7a332ee1c3f3db13a1829d1?d=identicon)[TomWright](/maintainers/TomWright)

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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