PHPackages                             qalbit/exchangescoop - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. qalbit/exchangescoop

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

qalbit/exchangescoop
====================

A simple currency exchange library in PHP using CurrencyScoop.

v1.0.0(4y ago)05MITPHP

Since Jul 12Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/qalbit/exchangescoop)[ Packagist](https://packagist.org/packages/qalbit/exchangescoop)[ RSS](/packages/qalbit-exchangescoop/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Exchangescoop
=============

[](#exchangescoop)

A simple PHP library to convert and get latest exchange rate from Exchange Rate API.

Requirements
------------

[](#requirements)

PHP 5.6.0 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](https://getcomposer.org/). Run the following command:

```
composer require qalbit/exchangescoop
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Dependencies
------------

[](#dependencies)

The bindings require the following extensions in order to work properly:

- [curl](https://www.php.net/manual/en/book.curl.php), although you can use your own non-cURL client if you prefer

Getting Started
---------------

[](#getting-started)

Simple example looks like:

```
$scoop = new Exchange("YOUR_EXCHANGE_RATE_API_KEY");

// Set base currency
$scoop->setBaseCurrency("AUD");

// Get latest exchange rate
$exchange_rates = $scoop->getLatestExchangeRate();
print_r($exchange_rates);
```

Convert currency

```
// Convert your currency
$target_currency = "USD";
$amount_to_convert = 100;
$converted_amount = $scoop->convert($target_currency, $amount_to_convert);
print_r($converted_amount);
```

Author
------

[](#author)

- Abidhusain Chidi
-
- [QalbIT](https://qalbit.com/)

Licensing &amp; Support
-----------------------

[](#licensing--support)

Copyright © QalbIT
Licensed under the MIT license.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c1338d4fc86a801729bb15d31e3639bbefcdca3c00ae008b627778a42065cf4?d=identicon)[abidhusain](/maintainers/abidhusain)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/qalbit-exchangescoop/health.svg)

```
[![Health](https://phpackages.com/badges/qalbit-exchangescoop/health.svg)](https://phpackages.com/packages/qalbit-exchangescoop)
```

###  Alternatives

[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)[sanmai/pindx

Эталонный справочник почтовых индексов объектов почтовой связи

2724.1k](/packages/sanmai-pindx)[verbb/events

A full-featured plugin for event management and ticketing.

2311.7k](/packages/verbb-events)[fractas/elemental-stylings

Collection of useful and reusable SilverStripe Elemental stylings properties

1416.4k1](/packages/fractas-elemental-stylings)

PHPackages © 2026

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