An open API service indexing awesome lists of open source software.

https://github.com/codenteq/iyzico-payment-gateway

The Laravel eCommerce Iyzico Payment Gateway
https://github.com/codenteq/iyzico-payment-gateway

acikkaynak bagisto codenteq ecommerce iyzico opensource payment

Last synced: 5 months ago
JSON representation

The Laravel eCommerce Iyzico Payment Gateway

Awesome Lists containing this project

README

        

# Iyzico Payment Gateway
[![License](https://poser.pugx.org/codenteq/iyzico-payment-gateway/license)](https://github.com/codenteq/iyzico-payment-gateway/blob/master/LICENSE)
[![Total Downloads](https://poser.pugx.org/codenteq/iyzico-payment-gateway/d/total)](https://packagist.org/packages/codenteq/iyzico-payment-gateway)

## 1. Introduction:

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

## 2. Requirements:

* **PHP**: 8.1 or higher.
* **Bagisto**: v2.*
* **Composer**: 1.6.5 or higher.

## 3. Installation:

- Run the following command
```
composer require codenteq/iyzico-payment-gateway
```

- Run these commands below to complete the setup
```
composer dump-autoload
```

> WARNING

> It will check existence of the .env file, if it exists then please update the file manually with the below details.
```
IYZICO_API_KEY
IYZICO_SECRET_KEY
IYZICO_BASE_URL
```

- Run these commands below to complete the setup
```
php artisan optimize
```

## Installation without composer:

- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
- Goto config/app.php file and add following line under 'providers'

```
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

> It will check existence of the .env file, if it exists then please update the file manually with the below details.
```
IYZICO_API_KEY
IYZICO_SECRET_KEY
IYZICO_BASE_URL
```

```
php artisan optimize
```

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

## 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://github.com/codenteq/iyzico-payment-gateway/blob/master/CONTRIBUTING.md)