PHPackages                             tcgunel/omnipay-pttakilliesnaf - 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. tcgunel/omnipay-pttakilliesnaf

ActiveLibrary[Payment Processing](/categories/payments)

tcgunel/omnipay-pttakilliesnaf
==============================

Omnipay extension for Ptt Akıllı Esnaf Sanal POS

v3.0.0(1mo ago)01011MITPHPPHP ^8.3CI passing

Since Aug 8Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (14)Versions (13)Used By (0)

3D İşlem Başlat
===============

[](#3d-i̇şlem-başlat)

```
/** @var \Omnipay\PttAkilliEsnaf\Gateway $gateway */
$gateway = \Omnipay\Omnipay::create('PttAkilliEsnaf');

$gateway
    ->setTestMode(true)
    ->setClientId('1000000032')
    ->setApiUser('Entegrasyon_01')
    ->setApiPass('gkk4l2*TY112');

$options = [
    'transactionId' => 'abc87264872642zzzz',
    'amount'        => 600,
    'installment'        => 1,
    'card'          => [
        // You can supply \Omnipay\Common\CreditCard object here.
        'firstName'        => 'Example',
        'lastName'         => 'User',
        'number'           => '4159560047417732',
        'expiryMonth'      => '08',
        'expiryYear'       => '2024',
        'cvv'              => '123',
        'billingAddress1'  => '123 Billing St',
        'billingAddress2'  => 'Billsville',
        'billingCity'      => 'Billstown',
        'billingPostcode'  => '12345',
        'billingState'     => 'CA',
        'billingCountry'   => 'TR',
        'billingPhone'     => '5554443322',
        'shippingAddress1' => '123 Shipping St',
        'shippingAddress2' => 'Shipsville',
        'shippingCity'     => 'Shipstown',
        'shippingPostcode' => '54321',
        'shippingState'    => 'NY',
        'shippingCountry'  => 'TR',
        'shippingPhone'    => '5554443322',
    ],

    'clientIp' => '127.0.0.1',
    'items'    => [
        // You can supply \Omnipay\Common\ItemBag here.
        [
            'name'        => 'Perspiciatis et facilis tempore facilis.',
            'description' => 'My notion was that she was talking. \'How CAN I have done that?\' she thought. \'I must be a LITTLE larger, sir, if you like,\' said the King and Queen of Hearts, carrying the King\'s crown on a.',
            'quantity'    => 6,
            'price'       => 100,
        ],
    ],

    'secure'    => true,
    'returnUrl' => 'http://localhost/return.php',
];

/** @var \Omnipay\PttAkilliEsnaf\Message\PurchaseResponse $response */
$response = $gateway->purchase($options)->send();

if ($response->isRedirect()) {

    // Does form submit to provider. Will return to returnUrl or cancelUrl.
    $render = $response->getRedirectResponse();

    echo $render;

} else {

    var_dump($response->getData());
    var_dump($response->isSuccessful());

}
```

3D ile Ödeme
============

[](#3d-ile-ödeme)

```
/** @var \Omnipay\PttAkilliEsnaf\Gateway $gateway */
$gateway = \Omnipay\Omnipay::create('PttAkilliEsnaf');

$gateway
    ->setTestMode(true)
    ->setClientId('1000000032')
    ->setApiUser('Entegrasyon_01')
    ->setApiPass('gkk4l2*TY112');

/** @var \Omnipay\PttAkilliEsnaf\Message\VerifyEnrolmentRequest $verify */
$verify = $gateway->verifyEnrolment();

$verify
    ->setTransactionId('abc87264872642zzzz')
    ->setMdStatus($_POST['MdStatus'])
    ->setBankResponseCode($_POST['BankResponseCode'])
    ->setBankResponseMessage($_POST['BankResponseMessage'])
    ->setRequestStatus($_POST['RequestStatus'])
    ->setHashParameters($_POST['HashParameters'])
    ->setHash($_POST['Hash']);

$verify_response = $verify->send();

var_dump($verify_response->getData());

if ($verify_response->isSuccessful()){

    var_dump(true);

}else{

    var_dump(false);

}
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~87 days

Recently: every ~6 days

Total

12

Last Release

50d ago

Major Versions

v1.0.9 → v2.0.02026-03-23

v2.0.0 → v3.0.02026-03-23

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.0

v3.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/36dffe883e88aeef07c26067af3d6a7eda1c2a81f1ae45fdd430b721665131da?d=identicon)[Mobius Studio](/maintainers/Mobius%20Studio)

---

Top Contributors

[![tcgunel](https://avatars.githubusercontent.com/u/3923425?v=4)](https://github.com/tcgunel "tcgunel (9 commits)")[![tolgaCTRLF5](https://avatars.githubusercontent.com/u/33447585?v=4)](https://github.com/tolgaCTRLF5 "tolgaCTRLF5 (6 commits)")

---

Tags

paymentgatewayomnipay3d-secureödemeptt akıllı esnaf3D İşlem Başlatma3D ile Ödeme

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tcgunel-omnipay-pttakilliesnaf/health.svg)

```
[![Health](https://phpackages.com/badges/tcgunel-omnipay-pttakilliesnaf/health.svg)](https://phpackages.com/packages/tcgunel-omnipay-pttakilliesnaf)
```

PHPackages © 2026

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