PHPackages                             alegra/omnipay-nestpay - 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. alegra/omnipay-nestpay

ActiveLibrary[Payment Processing](/categories/payments)

alegra/omnipay-nestpay
======================

NestPay (EST) (İş Bankası, Akbank, Finansbank, Denizbank, Kuveytturk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası sanal pos) payments driver for the Omnipay payment processing library

v0.04(5y ago)72026[1 PRs](https://github.com/alegraio/omnipay-nestpay/pulls)MITPHPPHP ^7.3

Since Nov 23Pushed 4y ago7 watchersCompare

[ Source](https://github.com/alegraio/omnipay-nestpay)[ Packagist](https://packagist.org/packages/alegra/omnipay-nestpay)[ Docs](https://github.com/alegraio/omnipay-nestpay)[ RSS](/packages/alegra-omnipay-nestpay/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

omnipay-nestpay
===============

[](#omnipay-nestpay)

[![Build Status](https://github.com/alegraio/omnipay-nestpay/workflows/nestpay-tests/badge.svg)](https://github.com/alegraio/omnipay-nestpay/actions)[![Total Downloads](https://camo.githubusercontent.com/47f022775526af9ecc622125ad4802e5b8b0e8539a63e2acebc7484518c1836b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c656772612f6f6d6e697061792d6e657374706179)](https://packagist.org/packages/alegra/omnipay-nestpay)[![Latest Stable Version](https://camo.githubusercontent.com/6dc67cc179c4d51e69ff509974b0e57cc2ff275ae67b0f17e9c50b521e38b44b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c656772612f6f6d6e697061792d6e657374706179)](https://packagist.org/packages/alegra/omnipay-nestpay)[![License](https://camo.githubusercontent.com/65fa110ba74c55a784850e3cd4a27f55c9464b585cb6fcd4e2c9afd608d3cf63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c656772612f6f6d6e697061792d6e657374706179)](https://packagist.org/packages/alegra/omnipay-nestpay)

NestPay (EST) (İş Bankası, Akbank, Finansbank, Denizbank, Kuveytturk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası 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 NestPay Online Payment Gateway support for Omnipay.

- You have to contact the NestPay for the document.
- You have to take bank accounts from NestPay.

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-nestpay
```

> `payment-nestpay` follows the PSR-4 convention names for its classes, which means you can easily integrate `payment-nestpay` 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.

```
