PHPackages                             samiax/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. samiax/bank-exchange-rates

ActiveLibrary[API Development](/categories/api)

samiax/bank-exchange-rates
==========================

Banka Döviz Kurları - Api

1.2.0(8mo ago)070MITPHPPHP &gt;=7.4

Since Apr 9Pushed 8mo agoCompare

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

READMEChangelogDependencies (3)Versions (14)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';

try {
    $rates = (new \Ahmeti\BankExchangeRates\Service)->get();
    print_r($rates);

}catch (\Exception $exception){
    print_r($exception);
}
```

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

32

—

LowBetter than 72% of packages

Maintenance58

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community6

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

Recently: every ~54 days

Total

13

Last Release

265d ago

Major Versions

0.8.0 → 1.0.02025-08-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/31981d2d39e884b4e5a612d6be11157384a85c0bff5d568bbe953857c19243cc?d=identicon)[samiax](/maintainers/samiax)

---

Top Contributors

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

---

Tags

apiBankexchangerates

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[bornfight/erste-bank-client

Client written in PHP for Erste Bank API

106.1k](/packages/bornfight-erste-bank-client)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

752.5k](/packages/walle89-swedbank-json)[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)
