a3soft / a3pay-php-client
FiskalPAY payment gateway client
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:HTML
Requires
- ext-curl: *
- ext-json: *
Requires (Dev)
- clean/phpdoc-md: ^0.19.3
- nette/neon: ^3.4
- phpstan/phpstan: ^1.10
- phpunit/phpunit: 10
This package is auto-updated.
Last update: 2025-05-07 14:03:27 UTC
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