PHPackages                             bijondev/ratesapi - 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. bijondev/ratesapi

ActiveLibrary

bijondev/ratesapi
=================

this will convert your cutrrency to any cutrrency

40PHP

Since Jul 24Pushed 6y agoCompare

[ Source](https://github.com/bijondev/RatesApi)[ Packagist](https://packagist.org/packages/bijondev/ratesapi)[ RSS](/packages/bijondev-ratesapi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RatesApi
========

[](#ratesapi)

Install
-------

[](#install)

composer require bijondev/ratesapi

To gate Current rate
--------------------

[](#to-gate-current-rate)

```
        $getrate=new Ratesapi();
        $pram=array(
                'currency'=>array('USD', 'GBP', 'INR'),
                'base'=>'INR'
        );
        $result= $getrate->getLatestRate($pram);

        echo "";
        print_r($result);

```

Gate rate By Date
-----------------

[](#gate-rate-by-date)

```
        $getrate=new Ratesapi();
        $pram=array(
                'currency'=>array('USD', 'GBP', 'INR'),
                'base'=>'INR'
        );
        $result= $getrate->getRateByDate('2019-07-25', $pram);

        echo "";
        print_r($result);

```

This is using api

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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/12d9c9a67cbb9d4bf69231ac9f63547c27544148bfd6925cfa4534a2ba0db20e?d=identicon)[bijondev](/maintainers/bijondev)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bijondev-ratesapi/health.svg)

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

PHPackages © 2026

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