fortispay/fortis-pay-common 问题修复 & 功能扩展

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

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

fortispay/fortis-pay-common

最新稳定版本:0.4.0

Composer 安装命令:

composer require fortispay/fortis-pay-common

包简介

FortisPay common class for modules.

README 文档

README

Installation

You can install this package using composer:

composer require fortispay/fortis-pay-common

FortisApi.php

This is the actual interface to the Fortis Pay API, and is common across all frameworks.

FortisFrameworkApi.php

This is an example of a framework specific that needs to be adapted for any particular framework.

This file should be copied to the src directory at the same level as the vendor directory, amended as required for the framework and included in the repository for the framework. If amended in the vendor directory it will be over-written by subsequent composer installs.

Directory structure

The resulting directory structure for a framework specific Fortis Pay plugin should then look like this:

fortis-plugin
    src
        FortisFrameworkApi.php
    vendor
        composer
        fortispay
            fortis-pay-common
                examples
                    FortisFrameworkApi.php
                src
                    FortisApi.php
            composer.json
            README.md
    composer.json

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2024-08-07