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

ActiveLibrary[Payment Processing](/categories/payments)

naimeken/omnipay-gvp
====================

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

v1.0.0(2y ago)09MITPHPPHP ^7.3 || ^8.0

Since Mar 26Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

omnipay-gvp
===========

[](#omnipay-gvp)

[![Build Status](https://github.com/alegraio/omnipay-gvp/workflows/tests/badge.svg)](https://github.com/alegraio/omnipay-gvp/actions)[![Total Downloads](https://camo.githubusercontent.com/441f06c16e5a0dc2717913ba8cd90b0508e00d311611e0ccb21eef7a7af9f707/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c656772612f6f6d6e697061792d677670)](https://packagist.org/packages/alegra/omnipay-gvp)[![Latest Stable Version](https://camo.githubusercontent.com/6977af9b205711ad591914eae4faee4a5117e22f2b218a573210c75cff1136a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c656772612f6f6d6e697061792d677670)](https://packagist.org/packages/alegra/omnipay-gvp)[![License](https://camo.githubusercontent.com/b8433bcbd5d3e01d582e85a19edc13b73ecd12e53e89b69520896ce782ab0cab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c656772612f6f6d6e697061792d677670)](https://packagist.org/packages/alegra/omnipay-gvp)

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

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

- You have to contact the Garanti(Gvp) for the document.

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.3.x,
- [Omnipay V.3](https://github.com/thephpleague/omnipay) repository,
- PHPUnit to run tests

Autoload
--------

[](#autoload)

You have to install omnipay V.3

```
composer require league/omnipay:^3
```

Then you have to install omnipay-payu package:

```
composer require alegra/omnipay-gvp
```

> `payment-gvp` follows the PSR-4 convention names for its classes, which means you can easily integrate `payment-gvp` classes loading in your own autoloader.

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

[](#basic-usage)

- You can use /examples folder to execute examples. This folder is exists here only to show you examples, it is not for production usage.
- First in /examples folder:

```
composer install
```

**Authorize Example**

- You can check authorize.php file in /examples folder.

```
