PHPackages                             ardigital/tbc-exchange-rates - 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. ardigital/tbc-exchange-rates

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

ardigital/tbc-exchange-rates
============================

Tbc Bank Commercial Exchange Rates For Georgian Lari

248PHP

Since Aug 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/temo-arje/tbc-exchange-rates)[ Packagist](https://packagist.org/packages/ardigital/tbc-exchange-rates)[ RSS](/packages/ardigital-tbc-exchange-rates/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Tbc Exchange Rates
==========================

[](#laravel-tbc-exchange-rates)

This package allows you Exchange Rates with TbcBank API

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)

Installation
------------

[](#installation)

```
composer require ardigital/tbc-exchange-rates

```

#### For Laravel &gt;= 7.0

[](#for-laravel--70)

Open `config/app.php` and add `TbcExchangeRatesServiceProvider` to the `providers` array.

```
'providers' => [
   ArDigital\TbcExchangeRates\TbcExchangeRatesServiceProvider::class,
],
```

Then run:

```
php artisan vendor:publish --provider="ArDigital\TbcExchangeRates\TbcExchangeRatesServiceProvider"

```

Place your api key `config/tbcexchange.php` file Or .env :

```

TBC_EXCHANGE_RATES_KEY="Your Api Key"

TBC_GUZZLE_VERIFY=false

```

Usage
-----

[](#usage)

### Exchange rates Class

[](#exchange-rates-class)

In `TbcExchangeRates` class, add `ResultLis()` method and return currency

```
use ArDigital\TbcExchangeRates\TbcExchangeRates;

public function getCurrency(){
 TbcExchangeRates::get(); // Return All currency
 TbcExchangeRates::get('USD'); // Return Usd currency USD buy and sell
}
OR:
public function Convert(){
 TbcExchangeRates::Convert(100, 'USD', 'GEL');
}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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://avatars.githubusercontent.com/u/35239361?v=4)[Temo Arjevanidze](/maintainers/temo-arje)[@temo-arje](https://github.com/temo-arje)

---

Top Contributors

[![temo-arje](https://avatars.githubusercontent.com/u/35239361?v=4)](https://github.com/temo-arje "temo-arje (18 commits)")

### Embed Badge

![Health badge](/badges/ardigital-tbc-exchange-rates/health.svg)

```
[![Health](https://phpackages.com/badges/ardigital-tbc-exchange-rates/health.svg)](https://phpackages.com/packages/ardigital-tbc-exchange-rates)
```

###  Alternatives

[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46299.9k9](/packages/symbiote-silverstripe-advancedworkflow)

PHPackages © 2026

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