myfatoorah/laravel-package 问题修复 & 功能扩展

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

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

myfatoorah/laravel-package

最新稳定版本:2.2.4

Composer 安装命令:

composer require myfatoorah/laravel-package

包简介

The official MyFatoorah Payment Gateway for Laravel.

README 文档

README

Description

This is the official MyFatoorah Payment Gateway Laravel package. MyFatoorah Laravel is based on myfatoorah/library composer package. Both MyFatoorah Laravel and PHP library composer packages are developed by MyFatoorah Technical Team to handle myfatoorah API endpoints.

Main Features

  • Create MyFatoorah invoices.
  • Check the MyFatoorah payment status for invoice/payment.
  • Display the enabled gateways at your MyFatoorah account to be displayed on the checkout page.

Installation

  1. Install the package via myfatoorah/laravel-package composer.
composer require myfatoorah/laravel-package
  1. Publish the MyFatoorah provider using the following CLI command.
php artisan vendor:publish --provider="MyFatoorah\LaravelPackage\MyFatoorahServiceProvider" --tag="myfatoorah"
  1. To test the payment cycle, type the below URL onto your browser. Replace only the {example.com} with your site domain.
https://{example.com}/myfatoorah
  1. Customize the app/Http/Controllers/MyFatoorahController.php file as per your site needs.

  2. Optional: call the the below URL onto your browser. Replace only the {example.com} with your site domain to see how to draw the available gateways on checkoutpages

https://{example.com}/myfatoorah/checkout?oid=22

Merchant Configurations

Edit the config/myfatoorah.php file with your correct vendor data.

Demo configuration

  1. You can use the test API token key mentioned here.
  2. Make sure the test mode is true.
  3. You can use one of the test cards.

Live Configuration

  1. You can use the live API token key mentioned here.
  2. Make sure the test mode is false.
  3. Make sure to set the country ISO code as mentioned in this link.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2022-06-01