PHPackages                             codenteq/iyzico-payment-gateway - 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. codenteq/iyzico-payment-gateway

ActivePackage[Payment Processing](/categories/payments)

codenteq/iyzico-payment-gateway
===============================

The Laravel eCommerce Iyzico Payment Gateway

v1.6.0(4mo ago)111.2k5MITPHP

Since Mar 21Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/codenteq/iyzico-payment-gateway)[ Packagist](https://packagist.org/packages/codenteq/iyzico-payment-gateway)[ Docs](https://codenteq.com)[ GitHub Sponsors](https://github.com/sponsors/codenteq)[ RSS](/packages/codenteq-iyzico-payment-gateway/feed)WikiDiscussions master Synced 1w ago

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

[![](src/Resources/assets/images/iyzico.svg)](https://codenteq.com)

Iyzico Payment Gateway
======================

[](#iyzico-payment-gateway)

[![License](https://camo.githubusercontent.com/95cd9115e3f40092a82a2b6346d0024b428eed51a5626a0cb889c3be7af0488f/68747470733a2f2f706f7365722e707567782e6f72672f636f64656e7465712f69797a69636f2d7061796d656e742d676174657761792f6c6963656e7365)](https://github.com/codenteq/iyzico-payment-gateway/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/531403cd56e475c51cddf6922c02714fb327d35a7cef6b96ee774bcee586f99d/68747470733a2f2f706f7365722e707567782e6f72672f636f64656e7465712f69797a69636f2d7061796d656e742d676174657761792f642f746f74616c)](https://packagist.org/packages/codenteq/iyzico-payment-gateway)

1. Introduction:
----------------

[](#1-introduction)

Install this package now to receive secure payments in your online store. Iyzico offers an easy and secure payment gateway.

2. Requirements:
----------------

[](#2-requirements)

- **PHP**: 8.2 or higher.
- **Bagisto**: v2.\*
- **Composer**: 1.6.5 or higher.

3. Installation:
----------------

[](#3-installation)

- Run the following command

```
composer require codenteq/iyzico-payment-gateway

```

- Publish the assets using the command below

```
php artisan vendor:publish --tag=iyzico-assets

```

- Run database migrations after installation

```
php artisan migrate

```

> WARNING
> Go to `/admin/configuration/sales/payment_methods`, find Iyzico, and enter your API Key and Secret Key.

> That's it, now just execute the project on your specified domain.

Installation without composer:
------------------------------

[](#installation-without-composer)

- To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the `bootstrap/providers.php` file in the Bagisto root directory.

```
Webkul\Iyzico\Providers\IyzicoServiceProvider::class,

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\Iyzico\\": "packages/Webkul/Iyzico/src"

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

- Run database migrations after installation

```
php artisan migrate

```

> WARNING
> Go to `/admin/configuration/sales/payment_methods`, find Iyzico, and enter your API Key and Secret Key.

> That's it, now just execute the project on your specified domain.

How to contribute
-----------------

[](#how-to-contribute)

Iyzico Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our [Contribution Guideline document.](https://opensource.codenteq.com/contributor-covenant-code-of-conduct/)

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance76

Regular maintenance activity

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82% 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 ~101 days

Total

12

Last Release

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06878efbf4b8ae440f1f737718455196a9cffd6e35de36f1838891fb7dd683cd?d=identicon)[ahmetarsiv](/maintainers/ahmetarsiv)

![](https://www.gravatar.com/avatar/d05ff9d17560c6df9f4e137f1f35d1ab44d43a060fb027931bb052213b6f3c59?d=identicon)[karabayyazilim](/maintainers/karabayyazilim)

---

Top Contributors

[![ahmetarsiv](https://avatars.githubusercontent.com/u/101526596?v=4)](https://github.com/ahmetarsiv "ahmetarsiv (50 commits)")[![karabayyazilim](https://avatars.githubusercontent.com/u/45515180?v=4)](https://github.com/karabayyazilim "karabayyazilim (11 commits)")

---

Tags

acikkaynakbagistocodenteqecommerceiyzicoopensourcepaymentpaymentecommerceiyzicobagistoopensourcecodenteq

### Embed Badge

![Health badge](/badges/codenteq-iyzico-payment-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/codenteq-iyzico-payment-gateway/health.svg)](https://phpackages.com/packages/codenteq-iyzico-payment-gateway)
```

###  Alternatives

[authorizenet/authorizenet

Official PHP SDK for Authorize.Net

47210.6M63](/packages/authorizenet-authorizenet)[codenteq/stripe-payment-gateway

The Laravel eCommerce Stripe Payment Gateway

233.9k](/packages/codenteq-stripe-payment-gateway)[cybersource/rest-client-php

Client SDK for CyberSource REST APIs

40975.8k6](/packages/cybersource-rest-client-php)[commerceguys/authnet

PHP SDK for Authorize.Net API, using Guzzle.

20494.2k](/packages/commerceguys-authnet)[sylius/payment-bundle

Flexible payments system for Symfony e-commerce applications.

22297.7k10](/packages/sylius-payment-bundle)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4952.7k](/packages/sebdesign-laravel-viva-payments)

PHPackages © 2026

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