PHPackages                             ahmeti/bank-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. [API Development](/categories/api)
4. /
5. ahmeti/bank-exchange-rates

ActiveLibrary[API Development](/categories/api)

ahmeti/bank-exchange-rates
==========================

Banka Döviz Kurları - Api

2.0(10mo ago)5532[1 issues](https://github.com/ahmeti/bank-exchange-rates/issues)MITPHPPHP &gt;=8.1

Since Jan 5Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ahmeti/bank-exchange-rates)[ Packagist](https://packagist.org/packages/ahmeti/bank-exchange-rates)[ Docs](https://github.com/ahmeti/bank-exchange-rates)[ RSS](/packages/ahmeti-bank-exchange-rates/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (11)Used By (0)

Banka Döviz Kurları - Api
=========================

[](#banka-döviz-kurları---api)

Bu paket ile aşağıda belirtilen bankaların, herkese açık (public) kur bilgilerine ulaşabilirsiniz.

Composer ile Yükleme
--------------------

[](#composer-ile-yükleme)

```
composer require ahmeti/bank-exchange-rates

```

```
require __DIR__ . '/vendor/autoload.php';

$service = new \Ahmeti\BankExchangeRates\Service();

print_r($service->get());

if ($service->hasError()) {
    print_r($service->getErrors());
}
```

Banka Listesi
-------------

[](#banka-listesi)

- Garanti
- Yapı Kredi
- Halkbank
- Enpara
- Akbank
- İş Bankası
- Kuveyt Türk
- Ziraat
- Cepte TEB

Örnek Veriler
-------------

[](#örnek-veriler)

```
[
  "USD/TRY" => [
    [
      "name" => "Garanti",
      "symbol" => "USD/TRY"
      "buy" => 18.463
      "sell" => 19.063
      "time" => "2023-01-06 00:00:37"
      "description" => "Amerikan Doları (us/tr)"
    ],
    [
      "name" => "Yapı Kredi",
      "symbol" => "USD/TRY"
      "buy" => 18.70675
      "sell" => 18.94574
      "time" => "2023-01-06 00:16:08"
      "description" => null
    ]
  ]

  "EUR/TRY" => [
    [
      "name" => "Garanti",
      "symbol" => "EUR/TRY"
      "buy" => 19.427
      "sell" => 20.059
      "time" => "2023-01-06 00:00:37"
      "description" => "Avrupa Para Birimi (eu/tr)"
    ],
    [
      "name" => "Yapı Kredi",
      "symbol" => "EUR/TRY"
      "buy" => 19.70949
      "sell" => 19.96007
      "time" => "2023-01-06 00:16:08"
      "description" => null
    ]
  ]
]
...
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance51

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~102 days

Recently: every ~228 days

Total

10

Last Release

300d ago

Major Versions

1.8 → 2.02025-07-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc658445844c864a8f57f4a8aa9f71db79bb686fa90f1a59b14c30aea8531a5c?d=identicon)[ahmeti](/maintainers/ahmeti)

---

Top Contributors

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

---

Tags

apiBankexchangerates

### Embed Badge

![Health badge](/badges/ahmeti-bank-exchange-rates/health.svg)

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

###  Alternatives

[sleeping-owl/apist

Package to provide api-like access to foreign sites based on html parsing

3105.3k](/packages/sleeping-owl-apist)[bornfight/erste-bank-client

Client written in PHP for Erste Bank API

106.1k](/packages/bornfight-erste-bank-client)[ultraleet/currency-rates

Library for interacting with various currency exchange rates APIs

108.1k](/packages/ultraleet-currency-rates)

PHPackages © 2026

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