PHPackages                             everapi/freecurrencyapi-php - 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. everapi/freecurrencyapi-php

ActiveLibrary

everapi/freecurrencyapi-php
===========================

A PHP wrapper for the freecurrencyapi.com API

834.9k—0.7%2[1 issues](https://github.com/everapihq/freecurrencyapi-php/issues)PHP

Since May 26Pushed 2y ago2 watchersCompare

[ Source](https://github.com/everapihq/freecurrencyapi-php)[ Packagist](https://packagist.org/packages/everapi/freecurrencyapi-php)[ RSS](/packages/everapi-freecurrencyapi-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/ac47aac34443a29fa4e65e05b14bd0bddc8ec4f2f8e67b2e2c8664a96e71a97b/68747470733a2f2f6170702e6672656563757272656e63796170692e636f6d2f696d672f6c6f676f2f6672656563757272656e63796170692e706e67)](https://camo.githubusercontent.com/ac47aac34443a29fa4e65e05b14bd0bddc8ec4f2f8e67b2e2c8664a96e71a97b/68747470733a2f2f6170702e6672656563757272656e63796170692e636f6d2f696d672f6c6f676f2f6672656563757272656e63796170692e706e67)

freecurrencyapi-php - PHP Free Currency Converter API
=====================================================

[](#freecurrencyapi-php---php-free-currency-converter-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cd80b0064c1539be037af8284d4d48021d61932782fa3bfc22cc8fb330b34c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657665726170692f6672656563757272656e63796170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/freecurrencyapi-php)[![Total Downloads](https://camo.githubusercontent.com/5c939fd041d860b32355c93e1f4f586015f71741f97761f1f5876619b3df7d8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657665726170692f6672656563757272656e63796170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/freecurrencyapi-php)

This package is a PHP wrapper for [freecurrencyapi.com](https://freecurrencyapi.com), a free currency conversion API, that aims to make the usage of the API as easy as possible in your project.

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

[](#installation)

You can install the package via composer:

```
composer require everapi/freecurrencyapi-php
```

Usage
-----

[](#usage)

Initialize the API with your API Key (get one for free at [freecurrencyapi.com](https://freecurrencyapi.com)):

```
$freecurrencyapi = new \FreeCurrencyApi\FreeCurrencyApi\FreeCurrencyApiClient('YOUR-API-KEY');
```

Afterwards you can use the endpoints of the API like this:

```
echo $freecurrencyapi->latest([
    'base_currency' => 'EUR',
    'currencies' => 'USD',
]);
```

Other available functions / endpoints are:

- `status`
- `currencies`
- `latest`
- `historical`

Learn more about endpoints, parameters and response data structure in the [docs](https://freecurrencyapi.com/docs).

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/309ffc139b4aad5ab670a50706449e75eeea2798f284e1380f88d69a68f9fe65?d=identicon)[everapi](/maintainers/everapi)

---

Top Contributors

[![dominikkukacka](https://avatars.githubusercontent.com/u/243319?v=4)](https://github.com/dominikkukacka "dominikkukacka (1 commits)")

### Embed Badge

![Health badge](/badges/everapi-freecurrencyapi-php/health.svg)

```
[![Health](https://phpackages.com/badges/everapi-freecurrencyapi-php/health.svg)](https://phpackages.com/packages/everapi-freecurrencyapi-php)
```

PHPackages © 2026

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