承接 codenteq/iyzico-payment-gateway 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codenteq/iyzico-payment-gateway

最新稳定版本:v1.5.5

Composer 安装命令:

composer require codenteq/iyzico-payment-gateway

包简介

The Laravel eCommerce Iyzico Payment Gateway

README 文档

README

Iyzico Payment Gateway

License Total Downloads

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:

  • 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
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.

统计信息

  • 总下载量: 962
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-21