PHPackages                             farukcam/kuveytturk - 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. [Payment Processing](/categories/payments)
4. /
5. farukcam/kuveytturk

ActiveLibrary[Payment Processing](/categories/payments)

farukcam/kuveytturk
===================

Laravel Kuveyt Türk Sanal Pos

v1.3(5y ago)157147MITPHP

Since Apr 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/farukcam/kuveytturk)[ Packagist](https://packagist.org/packages/farukcam/kuveytturk)[ Docs](https://github.com/farukcam/kuveytturk)[ RSS](/packages/farukcam-kuveytturk/feed)WikiDiscussions master Synced 3w ago

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

Laravel Kuveyt Turk Sanal Pos
=============================

[](#laravel-kuveyt-turk-sanal-pos)

[![Buy me a coffee 😇](https://camo.githubusercontent.com/05c9e24ee25944de3cb8aa12b3429a2ee038e7a053beacaa446be8b5114448ae/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f626d632d6e65772d62746e2d6c6f676f2e737667)Buy me a coffee 😇](https://www.buymeacoffee.com/farukcam)

Komut satırından bu kodu çalıştırınız: Laravel 7'den küçük sürümler için :

```
composer require farukcam/kuveytturk

```

Laravel 7 için : `composer.json` içerisinde `require` tagının içerisine

```
"farukcam/kuveytturk": "^1.2",
```

yazıp, ardından `composer update`yapıyoruz.

sonrasında ;

`config/app.php` dosyasına aşağıda bulunan satırları ekliyoruz.

```
return [
    // ...

    'providers' => [
        // ...

        farukcam\Kuveytturk\KuveytturkServiceProvider::class
    ],

    // ...

    'aliases' => [
        // ...

        'Kuveytturk'    => farukcam\Kuveytturk\Facades\Kuveytturk::class
    ],
);
```

Ayarlar
=======

[](#ayarlar)

```
php artisan vendor:publish

```

komutunu kullanarak ` config/kuveytturk.php` dosyasını yayınlıyoruz.

### kuveytturk.php

[](#kuveytturkphp)

```
return [
    "Type"                => "Sale",
    "APIVersion"          => "1.0.0",
    "ApiUrl"              => "https://boa.kuveytturk.com.tr/sanalposservice/Home/ThreeDModelPayGate", // Test API url : https://boatest.kuveytturk.com.tr/boa.virtualpos.services/Home/ThreeDModelPayGate
    "CustomerId"          => "Müşteri Numarası", // Test Müşteri Numarası : 400235
    "CurrencyCode"        => "0949", // Para birimi TL 0949
    "MerchantId"          => "Mağaza Kodu", // Test Magaza Kodu : 496
    "OkUrl"               => "Basarili sonuç alinirsa, yönledirelecek sayfa",
    "FailUrl"             => "Basarisiz sonuç alinirsa, yönledirelecek sayfa",
    "UserName"            => "Web Yönetim ekranlarindan olusturulan api rollü kullanici", // Test API Kullanıcısı : apiuser1
    "Password"            => "Web Yönetim ekranlarindan olusturulan api rollü kullanici sifresi",  // Test API Kullanıcı Şifresi : api123
    "TransactionSecurity" => "3" // 3d Secure = 3 , 3d'siz = 1
];
```

Kullanıma hazır!

\#Kullanımı

```
use Kuveytturk;

public function index()
{
    $kuveytturk = Kuveytturk::setName('Faruk Çam')
        ->setCardNumber(4033602562020327)
        ->setCardExpireDateMonth(01)
        ->setCardExpireDateYear(30)
        ->setCardCvv2(861)
        ->setOrderId(1)
        ->setAmount(100)
        ->pay();
}
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~272 days

Total

4

Last Release

2174d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40c174853d9a6ce0508816bf92d19cc046ce60e8ceb6f983bebcabec28a05cf7?d=identicon)[farukcam](/maintainers/farukcam)

---

Top Contributors

[![mhd-fettah](https://avatars.githubusercontent.com/u/93012022?v=4)](https://github.com/mhd-fettah "mhd-fettah (4 commits)")[![mohamad-shawa](https://avatars.githubusercontent.com/u/11600501?v=4)](https://github.com/mohamad-shawa "mohamad-shawa (2 commits)")[![sbrsr](https://avatars.githubusercontent.com/u/30501013?v=4)](https://github.com/sbrsr "sbrsr (2 commits)")

---

Tags

kuveytlaravellaravel-5laravel-5-packagelaravel-frameworklaravel-packagelaravel54laravel55sanalpos

### Embed Badge

![Health badge](/badges/farukcam-kuveytturk/health.svg)

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

PHPackages © 2026

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