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.4.0(2mo ago)0106MITPHPPHP &gt;=7.4

Since Apr 9Pushed 2mo 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 2w ago

READMEChangelogDependencies (9)Versions (16)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

40

—

FairBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Recently: every ~74 days

Total

15

Last Release

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

[laravel/framework

The Laravel Framework.

34.9k556.2M21.5k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M778](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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