a3soft/a3pay-php-client
最新稳定版本:1.4.9
Composer 安装命令:
composer require a3soft/a3pay-php-client
包简介
FiskalPAY payment gateway client
README 文档
README
Overview
This package provide an easy way to integrate FiskalPay payment gateway using OOP structure.
You can make payment by install this library, provide necessary data, and just make request. Request will return a response with redirect url.
After processing the payment, the payment gateway will redirect to given link, and notified you by provided web hook
Request
- Before implementing this package, you will need to make a request for license
- You will get credentials needed to fully function of this package.
Installation
There are two ways of installing this package.
- If you have access to read this repository on gitlab use this tutorial
- In the other way you just download this package, and use require statement to include in your php script.
Install using composer
- Download composer
- Run command
composer require a3soft/a3pay-php-client. This command will automatically install the newest version of A3 Pay client.
Getting started
Package classes
Request
- Basket
- BasketHeader
- BasketItem
- CardHolder
- CardHolderPhoneNumber
- CustomerBasket
- DanubePay
- Payment
- PaymentInfoRequest
Response
Requester
Exceptions
- CurlRequestException
- VariableLengthException
- VariableNotContainsException
- VariableNotGuidException
- VariableNotUrlException
Utils
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-02-06