PHPackages                             teknasyon/isbank - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. teknasyon/isbank

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

teknasyon/isbank
================

İşbank web servisleri için PHP kütüphanesi

v0.2.2(8y ago)51211MITPHPPHP &gt;=7.0

Since Nov 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Teknasyon-Teknoloji/isbank-php)[ Packagist](https://packagist.org/packages/teknasyon/isbank)[ RSS](/packages/teknasyon-isbank/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

PHP ile İşbank Web Servisleri
-----------------------------

[](#php-ile-i̇şbank-web-servisleri)

İşbank web servislerinin PHP ile kullanımını kolaylaştıran bir kütüphane.

### Requirements

[](#requirements)

- php: &gt;=7.0
- guzzlehttp/guzzle: ^6.3

### Todo

[](#todo)

- Test Cases

#### Merchant Ayarları (opsiyonel)

[](#merchant-ayarları-opsiyonel)

`merchantId` ve `merchantPassword` parametreleri global config objesinde birkez yada her servis başına ayrı ayrı set edilebilir.

```
IsbankConfig::set('merchantId', '12345');
IsbankConfig::set('merchantPassword', '12345');

```

#### MPI Enrollment

[](#mpi-enrollment)

```
$service = new \Teknasyon\Isbank\Services\MpiEnrollment\MpiEnrollmentService();

$service->params()
    ->setPurchaseAmount(0.01)
    ->setCurrency(949)
    ->setPan(51xxxxxxxxxx5531)
    ->setExpiryDate(2205) // YYMM
    ->setBrandName('mastercard')
    ->setSuccessUrl('http://127.0.0.1/OK')
    ->setFailureUrl('http://127.0.0.1/ERROR')
    ->setRequestId('unique-request-id'); // verifyEnrollmentRequestId

$response = $service->makeRequest()->getResponse();
echo $response->Status; // Y/N/E

```

#### Virtual POS

[](#virtual-pos)

```
$data = []; // MPI success callback parametreleri ile dolu oldugunu farz edelim.

$service = new \Teknasyon\Isbank\Services\VirtualPos\VirtualPosService();

$service->params()
    ->setEci($data['ECI']) // MPI'dan donen ECI
    ->setCavv($data['CAVV']) // MPI'dan donen Cavv
    ->setPan($data['Pan'])
    ->setExpiry(20 . $data['Expiry']) // YYYYMM
    ->setCvv(CARD_CVV) // callback gelene kadar session'da saklanmis olmali.
    ->setCurrencyAmount(0.01) //
    ->setCurrencyCode(949) // TL: 949
    ->setMpiTransactionId($data['VerifyEnrollmentRequestId'])
    ->setTransactionId($data['VerifyEnrollmentRequestId']);

$response = $service->makeRequest()->getResponse();
var_dump($response->isSuccessfull()); // true/false

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~11 days

Total

9

Last Release

3044d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11849997?v=4)[Teknasyon](/maintainers/teknasyon)[@Teknasyon](https://github.com/Teknasyon)

---

Top Contributors

[![iSerter](https://avatars.githubusercontent.com/u/1284841?v=4)](https://github.com/iSerter "iSerter (3 commits)")[![fustundag](https://avatars.githubusercontent.com/u/841630?v=4)](https://github.com/fustundag "fustundag (1 commits)")

---

Tags

Isbankişbank sanal pos

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/teknasyon-isbank/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

673139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1533.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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