定制 amwalpay/laravel-package 二次开发

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

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

amwalpay/laravel-package

最新稳定版本:1.0.0

Composer 安装命令:

composer require amwalpay/laravel-package

包简介

AmwalPay Payment for Laravel.

README 文档

README

Installation

  1. Install the AmwalPay Laravel Package via amwalpay/laravel-package
composer require amwalpay/laravel-package:dev-main
  1. Publish the AmwalPay Service Provider using the following command.
php artisan vendor:publish --provider="AmwalPay\LaravelPackage\AmwalPayServiceProvider" --tag="amwalpay"
  1. Customize the process and callback actions that exist in app/Http/Controllers/AmwalPayController.php file as per your needs.

Configuration

AmwalPay Account

  1. Sign up at AmwalPay and and our sales team will reach out to you. Once contract is signed, we’ll send you your Merchant ID, Terminal ID, and Secure Key.

Merchant Configurations

  1. Edit the config/amwalpay.php file and paste each key in its place.
  2. replace only the {YourWebsiteURL} with your site domain.

https://{YourWebsiteURL}/amwalpay/callback

  1. Below URL is considered as your website payment process for AmwalPay Payment. Just replace the {YourWebsiteURL} with the actual domain.

https://{YourWebsiteURL}/amwalpay/process

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2025-05-12