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

ActiveLibrary

payconn/ipara
=============

iPara payment processing library for PHP

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

Since Jun 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/payconn/ipara)[ Packagist](https://packagist.org/packages/payconn/ipara)[ RSS](/packages/payconn-ipara/feed)WikiDiscussions master Synced 2mo ago

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

[![](https://camo.githubusercontent.com/35a562cde30dafcd0f20efee0f24d6e7784f52202c573b769ea9502ac4d8c914/68747470733a2f2f69706172612e636f6d2e74722f6173736574732f696d672f69706172612d6c6f676f2e737667)](https://ipara.com.tr/)

### Payconn: iPara

[](#payconn-ipara)

iPara gateway for Payconn payment processing library

 [![](https://camo.githubusercontent.com/aa2ad1eed667638f34ba446c71933dbada955eb4f8586c75433d3ffecbee655d/68747470733a2f2f7472617669732d63692e636f6d2f706179636f6e6e2f69706172612e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/payconn/ipara)

---

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

```

Supported card families
-----------------------

[](#supported-card-families)

- Bonus
- World
- Axess
- Maximum
- Paraf
- CardFinans
- Sağlam Kart
- Advantage

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

[](#supported-methods)

- purchase
- authorize
- complete
- refund

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

[](#basic-usage)

```
use Payconn\Ipara;
use Payconn\Ipara\Token;
use Payconn\Ipara\Product;
use Payconn\Ipara\Model\Purchase;
use Payconn\Common\CreditCard;

$token = new Token('YOUR_PUBLIC_KEY', 'YOUR_PRIVATE_KEY');
$purchase = new Purchase();
$purchase->setTestMode(true);
$purchase->setAmount(100);
$purchase->setInstallment(1);
$purchase->setFirstName('Murat');
$purchase->setLastName('Sac');
$purchase->setEmail('muratsac@mail.com');
$purchase->addProduct((new Product('001', 'Test', 100)));
$purchase->setCreditCard((new CreditCard('4282209027132016', '2024', '12', '358'))
    ->setHolderName('MuratSac'));
$purchase->generateOrderId();
$response = (new Ipara($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/ipara/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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~467 days

Total

2

Last Release

2051d 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 (28 commits)")[![ahmett](https://avatars.githubusercontent.com/u/12511137?v=4)](https://github.com/ahmett "ahmett (2 commits)")

---

Tags

payconnipara

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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