定制 linwor/fortis-pay-common 二次开发

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

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

linwor/fortis-pay-common

最新稳定版本:v1.0.3

Composer 安装命令:

composer require linwor/fortis-pay-common

包简介

Fortis Pay common classes for modules

README 文档

README

This is the common library interface to the Fortis Pay API for PHP projects.

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 (here, the CS Cart framework) 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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-05-30