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 today

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 18% 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

1374d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M973](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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