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

ActiveLibrary

rebasesoftware/omnipay-gvp
==========================

GVP gateway for Omnipay payment processing library

v1.0.0(8mo ago)056↓100%GPL-3.0-or-laterPHPPHP ^7.4||^8.0CI passing

Since Aug 28Pushed 8mo agoCompare

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

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

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

[](#omnipay-gvp)

[![Build Status](https://github.com/rebasesoftware/omnipay-gvp/workflows/tests/badge.svg)](https://github.com/rebasesoftware/omnipay-gvp/actions)[![Total Downloads](https://camo.githubusercontent.com/7f8511f9665519b1256b9f15c2a22565863eaa9cdfe950f9a76aada1b731d2ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726562617365736f6674776172652f6f6d6e697061792d677670)](https://packagist.org/packages/rebasesoftware/omnipay-gvp)[![Latest Stable Version](https://camo.githubusercontent.com/f1b0f7597c64051d5aa16e11444e2da4c8ae32feee774e36a3ee76d3b153af37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726562617365736f6674776172652f6f6d6e697061792d677670)](https://packagist.org/packages/rebasesoftware/omnipay-gvp)[![License](https://camo.githubusercontent.com/903e880f2497ebbab841f06864aa10ca3cfafa7be47fc9fe73f4e951265c2d1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726562617365736f6674776172652f6f6d6e697061792d677670)](https://packagist.org/packages/rebasesoftware/omnipay-gvp)

GVP gateway for Omnipay payment processing library

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

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

[](#requirement)

- PHP &gt;= 7.4.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 rebasesoftware/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.

```
