PHPackages                             opqclick/currency-converter - 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. opqclick/currency-converter

ActiveLibrary[API Development](/categories/api)

opqclick/currency-converter
===========================

The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.

1.0.1(3y ago)04MITPHP

Since Sep 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/opqclick/currency-converter)[ Packagist](https://packagist.org/packages/opqclick/currency-converter)[ RSS](/packages/opqclick-currency-converter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

currency-converter
==================

[](#currency-converter)

` composer require opqclick/currency-converter `

By default, Composer pulls in packages from Packagist. So you’ll have to make a slight adjustment to your new project composer.json file. Open the file and update include the following array somewhere in the object:
=======================================================================================================================================================================================================================

[](#by-default-composer-pulls-in-packages-from-packagist-so-youll-have-to-make-a-slight-adjustment-to-your-new-project-composerjson-file-open-the-file-and-update-include-the-following-array-somewhere-in-the-object)

`"repositories": [    {        "type": "vcs",        "url": "https://github.com/fhsinchy/inspire"    }]`Add the service provider in {config/app.php} providers array
============================================================

[](#add-the-service-provider-in-configappphp-providers-array)

`Opqclick\CurrencyConverter\Providers\CurrencyConverterServiceProvider::class`

endpoints
=========

[](#endpoints)

The package containing 1 endpoints

2. {base\_url}/{amount}{required}/{currency}{required}

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

1327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fd27c41e7997ca255da56336584693ec90757a9f04c0dce38c940690b116935?d=identicon)[opqclick](/maintainers/opqclick)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/opqclick-currency-converter/health.svg)

```
[![Health](https://phpackages.com/badges/opqclick-currency-converter/health.svg)](https://phpackages.com/packages/opqclick-currency-converter)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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