PHPackages                             serefercelik/kuveyt - 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. serefercelik/kuveyt

ActiveLibrary[Payment Processing](/categories/payments)

serefercelik/kuveyt
===================

Laravel 5.4 Kuveyttürk Sanal Pos

139PHP

Since Apr 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/serefercelik/kuveyt)[ Packagist](https://packagist.org/packages/serefercelik/kuveyt)[ RSS](/packages/serefercelik-kuveyt/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5.4 KuveytTurk Sanal Pos
================================

[](#laravel-54-kuveytturk-sanal-pos)

\#Önemli NOT : Bu kütüphane  'dan forklanmıştır.

Komut satırından bu kodu çalıştırınız:

```
composer require serefercelik/kuveyt dev-master

```

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

```
return [
    // ...

    'providers' => [
        // ...

        Serefercelik\Kuveyt\KuveytServiceProvider::class
    ],

    // ...

    'aliases' => [
        // ...

        'Kuveyt'    => Serefercelik\Kuveyt\Facades\Kuveyt::class
    ],
);
```

Ayarlar
=======

[](#ayarlar)

```
php artisan vendor:publish

```

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

### kuveyt.php

[](#kuveytphp)

```
return [
    "Type"                => "Sale",
    "APIVersion"          => "1.0.0",
    "CurrencyCode"        => "0949",
    "MerchantId"          => "Mağaza Kodu",
    "OkUrl"               => "Basarili sonuç alinirsa, yönledirelecek sayfa",
    "FailUrl"             => "Basarisiz sonuç alinirsa, yönledirelecek sayfa",
    "UserName"            => "Web Yönetim ekranlarindan olusturulan api rollü kullanici",
    "Password"            => "Web Yönetim ekranlarindan olusturulan api rollü kullanici sifresi",
    "TransactionSecurity" => "3" // 3d Secure = 3 , 3d'siz = 1
];
```

Kullanıma hazır!

\#Kullanımı

```
use Kuveyt;

public function index()
{
    $kuveyt = Kuveyt::setName('Halil Coşdu')
        ->setCardNumber(1234567891234567)
        ->setCardExpireDateMonth(12)
        ->setCardExpireDateYear(17)
        ->setCardCvv2(855)
        ->setOrderId(1455)
        ->setAmount(100)
        ->setCustomerId(1923)
        ->pay();
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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://www.gravatar.com/avatar/424ad2974c32337e197acb70f17b61d09308ea022aee401591507e48e21a1602?d=identicon)[serefercelik](/maintainers/serefercelik)

---

Top Contributors

[![serefercelik](https://avatars.githubusercontent.com/u/12779444?v=4)](https://github.com/serefercelik "serefercelik (15 commits)")

---

Tags

kuveytlaravellaravel-5-packagelaravel-package

### Embed Badge

![Health badge](/badges/serefercelik-kuveyt/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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