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.5.6(3mo ago)111.0k5MITPHP

Since Mar 21Pushed 3mo 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 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)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

```

> 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

```

> 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://codenteq.com/contributor-covenant-code-of-conduct/)

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance79

Regular maintenance activity

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83% 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 ~103 days

Recently: every ~84 days

Total

11

Last Release

110d 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 (44 commits)")[![karabayyazilim](https://avatars.githubusercontent.com/u/45515180?v=4)](https://github.com/karabayyazilim "karabayyazilim (9 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

4729.6M46](/packages/authorizenet-authorizenet)[codenteq/stripe-payment-gateway

The Laravel eCommerce Stripe Payment Gateway

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

Client SDK for CyberSource REST APIs

39881.3k6](/packages/cybersource-rest-client-php)[sumup/sumup-ecom-php-sdk

SumUp PHP SDK

51277.1k1](/packages/sumup-sumup-ecom-php-sdk)[commerceguys/authnet

PHP SDK for Authorize.Net API, using Guzzle.

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

Flexible payments system for Symfony e-commerce applications.

22268.0k5](/packages/sylius-payment-bundle)

PHPackages © 2026

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