PHPackages                             payconn/vakif - 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/vakif

ActiveLibrary[Payment Processing](/categories/payments)

payconn/vakif
=============

Vakıf (Vpos724) payment processing library for PHP

v1.1.0(5y ago)4512[1 PRs](https://github.com/payconn/vakif/pulls)MITPHPPHP &gt;=7.1.3CI failing

Since Jun 9Pushed 3y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (6)Versions (4)Used By (0)

[![](https://camo.githubusercontent.com/294a4e71566bcbdf19ad52b19a3de93ebbb5cbbf234b3283dd84b8da5bf706e8/68747470733a2f2f7777772e76616b696662616e6b2e636f6d2e74722f696d672f6c6f676f2e706e67)](https://www.vakifbank.com.tr/)

### Payconn: Vakıf (Vpos724)

[](#payconn-vakıf-vpos724)

Vakif (Vpos724) gateway for Payconn payment processing library

 [![](https://camo.githubusercontent.com/90d42c4a85fc2510b092911e5b18ecce656f53eaa0b196affd46c858ad547a0e/68747470733a2f2f7472617669732d63692e636f6d2f706179636f6e6e2f76616b69662e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/payconn/vakif)

---

**[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/vakif

```

Supported banks
---------------

[](#supported-banks)

- Vakıf
- Yapı Kredi

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

[](#supported-methods)

- purchase
- authorize
- complete
- refund
- cancel

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

[](#basic-usage)

```
use Payconn\Common\CreditCard;
use Payconn\Vakif\Token;
use Payconn\Vakif\Model\Purchase;
use Payconn\Vakif\Currency;
use Payconn\Vakif;

$token = new Token('000100000013506', 'VP000579', '123456');
$purchase = new Purchase();
$purchase->setTestMode(true);
$purchase->setCurrency(Currency::TRY);
$purchase->setAmount(100);
$purchase->setInstallment(1);
$purchase->setCreditCard(new CreditCard('4289450189088488', '2023', '04', '060'));
$response = (new Vakif($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/vakif/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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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 ~238 days

Total

3

Last Release

2055d ago

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

v1.1.0PHP &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 (23 commits)")[![ahmett](https://avatars.githubusercontent.com/u/12511137?v=4)](https://github.com/ahmett "ahmett (2 commits)")

---

Tags

vpospayconnvakifvpos724

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[payconn/common

Payconn payment processing library for PHP

132.0k6](/packages/payconn-common)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)

PHPackages © 2026

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