定制 techcouchits/genie 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

techcouchits/genie

最新稳定版本:1.1.0

Composer 安装命令:

composer require techcouchits/genie

包简介

Dialog Genie Payment gateway

README 文档

README

Dialog Genie IPG for Laravel is a PHP Laravel Package W

Installation

Use the package manager composer to install package.

composer require techcouchits/genie

Add Dialog Genie API Key and Callback URL it .env file

//ENV FILE
GENIE_API = YOUR_API_KEY
GENIE_REDIRECT_URL = YOUR_REDIRECT_URL

Update Service Provider (config/app.php)

    'providers' => ServiceProvider::defaultProviders()->merge([
        \Techcouchits\Genie\GenieIpgServiceProvider::class
    ])->toArray(),

Run Migration

php artisan migrate

Usage

Redirect to below route with Payment amount and reference

//Controller
return redirect(amount,reference);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-23