PHPackages                             okyayaykut/omnipay-gvp - 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. okyayaykut/omnipay-gvp

ActiveLibrary[Payment Processing](/categories/payments)

okyayaykut/omnipay-gvp
======================

Gvp (Garanti, Denizbank, TEB, ING, Şekerbank, TFKB sanal pos) gateway for Omnipay payment processing library

3.2.3(6y ago)04MITPHPPHP ^5.6|^7

Since Aug 4Pushed 4y agoCompare

[ Source](https://github.com/okyayaykut/omnipay-gvp)[ Packagist](https://packagist.org/packages/okyayaykut/omnipay-gvp)[ Docs](https://github.com/emr/omnipay-gvp)[ RSS](/packages/okyayaykut-omnipay-gvp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

Omnipay: Gvp
============

[](#omnipay-gvp)

**Gvp (Garanti, Denizbank, TEB, ING, Şekerbank, TFKB sanal pos) gateway for Omnipay payment processing library**

[![Latest Stable Version](https://camo.githubusercontent.com/90c30d04082b58918942c63bb2a7a3800144f63513fd88162bb0ad93e183683a/68747470733a2f2f706f7365722e707567782e6f72672f6f6b79617961796b75742f6f6d6e697061792d6776702f762f737461626c65)](https://packagist.org/packages/okyayaykut/omnipay-gvp)[![Total Downloads](https://camo.githubusercontent.com/5e0f27e639c3156acf9aa2b2ffa9d0972bb72acfb8004700d5bb14242d932fc0/68747470733a2f2f706f7365722e707567782e6f72672f6f6b79617961796b75742f6f6d6e697061792d6776702f646f776e6c6f616473)](https://packagist.org/packages/okyayaykut/omnipay-gvp)[![Latest Unstable Version](https://camo.githubusercontent.com/6fea50b22f677c691db904ee893d7370433eb1dcb868e428b67d4f3a04b35cec/68747470733a2f2f706f7365722e707567782e6f72672f6f6b79617961796b75742f6f6d6e697061792d6776702f762f756e737461626c65)](https://packagist.org/packages/okyayaykut/omnipay-gvp)[![License](https://camo.githubusercontent.com/30ec3b0c6625d0eac6d5195fa57f23520848b9d5fbe9cf0d922c9fcd71043c98/68747470733a2f2f706f7365722e707567782e6f72672f6f6b79617961796b75742f6f6d6e697061792d6776702f6c6963656e7365)](https://packagist.org/packages/okyayaykut/omnipay-gvp)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Gvp (Turkish Payment Gateways) support for Omnipay.

Gvp (Garanti, Denizbank, TEB, ING, Şekerbank, TFKB) sanal pos hizmeti için omnipay kütüphanesi.

Installation
------------

[](#installation)

```
composer require okyayaykut/omnipay-gvp

```

Basic Usage
-----------

[](#basic-usage)

The following gateways are provided by this package:

- Gvp
    - Garanti
    - Denizbank
    - TEB
    - ING
    - Şekerbank
    - TFKB

Gateway Methods

- authorize($options) - authorize an amount on the customer's card
- capture($options) - capture an amount you have previously authorized
- purchase($options) - authorize and immediately capture an amount on the customer's card
- refund($options) - refund an already processed transaction
- void($options) - generally can only be called up to 24 hours after submitting a transaction

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository.

Unit Tests
----------

[](#unit-tests)

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

Sample App
----------

[](#sample-app)

```
