codenteq/paytr-payment-gateway 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

codenteq/paytr-payment-gateway

Composer 安装命令:

composer require codenteq/paytr-payment-gateway

包简介

The Laravel eCommerce PayTR Payment Gateway

README 文档

README

PayTR Payment Gateway

License Total Downloads

1. Introduction:

Install this package now to receive secure payments in your online store. PayTR 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/paytr-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.

PAYTR_MERCHANT_ID=
PAYTR_MERCHANT_KEY=
PAYTR_MERCHANT_SALT=
  • 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\PayTR\Providers\PayTRServiceProvider::class,
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\PayTR\\": "packages/Webkul/PayTR/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.

PAYTR_MERCHANT_ID=
PAYTR_MERCHANT_KEY=
PAYTR_MERCHANT_SALT=
php artisan optimize

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

How to contribute

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

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-05