PHPackages                             michaelthedev/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. [API Development](/categories/api)
4. /
5. michaelthedev/freecurrencyapi-php

ActiveLibrary[API Development](/categories/api)

michaelthedev/freecurrencyapi-php
=================================

A PHP wrapper for the freecurrencyapi.com API

v0.1(2y ago)03MITPHPPHP ^8.0

Since May 26Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)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:

\-- Original repo doesn't have any release --

```
composer require michaelthedev/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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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

1084d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55f23d2b3b3943c0fdab8e8e5a86ec805a950017867d08b7a6a0ac74f780879a?d=identicon)[michaelthedev](/maintainers/michaelthedev)

---

Top Contributors

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

---

Tags

apicurrency-apifreecurrencyapi.comfree currency api foreign exchange rates APIexchange rates datarates APIfreecurrencyapi-phpfree currency conversion API

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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