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

ActiveLibrary[Payment Processing](/categories/payments)

payconn/nestpay
===============

Payconn payment processing library for PHP

v1.2.0(5y ago)207292[2 issues](https://github.com/payconn/nestpay/issues)[1 PRs](https://github.com/payconn/nestpay/pulls)MITPHPPHP &gt;=7.1.3CI failing

Since May 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/payconn/nestpay)[ Packagist](https://packagist.org/packages/payconn/nestpay)[ RSS](/packages/payconn-nestpay/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (15)Used By (0)

[![](https://camo.githubusercontent.com/8e0d17cc3afafe9e7f4181a40420c1f917eac464dfe67d954bbffd98a19e41ae/68747470733a2f2f7777772e7061726174696b612e636f6d2e74722f77702d636f6e74656e742f7468656d65732f77702d626f6f7473747261702d737461727465722f696d672f7061726174696b612d6c6f676f2e706e67)](https://www.paratika.com.tr/)

### Payconn: Nestpay (EST)

[](#payconn-nestpay-est)

Nestpay (A Bank, Ak Bank, Anadolu Bank, Finans Bank, Halk Bank, ING Bank, İş Bank, Şeker Bank, Türk Ekonomi Bank (TEB), Ziraat Bank) gateway for Payconn payment processing library

 [![](https://camo.githubusercontent.com/ac21e331156086787a14af4945ffe17484c3497f8b682d6016b9e5bb8e08a59a/68747470733a2f2f7472617669732d63692e636f6d2f706179636f6e6e2f6e6573747061792e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/payconn/nestpay)

---

**[Installation](#installation)**| **[Supported Methods](#supported-methods)**| **[Basic Usages](#basic-usages)**

---

[Payconn](https://github.com/payconn/common) is a framework agnostic, multi-gateway payment processing library for PHP. This package implements common classes required by Payconn.

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

[](#installation)

```
$ composer require payconn/nestpay

```

Supported methods
-----------------

[](#supported-methods)

- purchase
- authorize
- complete
- refund
- cancel

Basic Usages
------------

[](#basic-usages)

```
use Payconn\Common\CreditCard;
use Payconn\Nestpay\Token;
use Payconn\Nestpay\Currency;
use Payconn\Nestpay\Model\Purchase;
use Payconn\Akbank;

$token = new Token('CLIENT_ID', 'USERNAME', 'PASS');
$creditCard = new CreditCard('4355084355084358', '26', '12', '000');
$purchase = new Purchase();
$purchase->setAmount(1);
$purchase->setInstallment(1);
$purchase->setCurrency(Currency::TRY);
$purchase->setCreditCard($creditCard);
$purchase->setTestMode(true);
$response = (AkBank($token))->purchase($purchase);
if($response->isSuccessful()){
    // success!
}
```

Change log
----------

[](#change-log)

Please see [UPGRADE](UPGRADE.md) for more information on how to upgrade to the latest version.

Support
-------

[](#support)

If you are having general issues with Payconn, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/payconn/nestpay/issues), or better yet, fork the library and submit a pull request.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.5% 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.

###  Release Activity

Cadence

Every ~38 days

Recently: every ~86 days

Total

14

Last Release

2055d ago

PHP version history (2 changes)v1.0PHP &gt;=7.1

v1.1.9PHP &gt;=7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7647972?v=4)[Murat Saç](/maintainers/muratsac)[@muratsac](https://github.com/muratsac)

---

Top Contributors

[![muratsac](https://avatars.githubusercontent.com/u/7647972?v=4)](https://github.com/muratsac "muratsac (82 commits)")[![ahmett](https://avatars.githubusercontent.com/u/12511137?v=4)](https://github.com/ahmett "ahmett (3 commits)")

---

Tags

IsbankestnestpayingTEBabankanadolufinanshalksekerturkekonomiziraat

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/payconn-nestpay/health.svg)

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

###  Alternatives

[mews/pos

Türk bankaları için sanal pos kütüphanesi

32414.6k2](/packages/mews-pos)

PHPackages © 2026

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