Download the PHP package ticketpark/saferpay-json-api without Composer
On this page you can find all versions of the php package ticketpark/saferpay-json-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ticketpark/saferpay-json-api
More information about ticketpark/saferpay-json-api
Files in ticketpark/saferpay-json-api
Download ticketpark/saferpay-json-api
More information about ticketpark/saferpay-json-api
Files in ticketpark/saferpay-json-api
Vendor ticketpark
Package saferpay-json-api
Short Description A php library to use the json api of Saferpay
License MIT
Homepage https://github.com/Ticketpark/SaferpayJsonApi
Package saferpay-json-api
Short Description A php library to use the json api of Saferpay
License MIT
Homepage https://github.com/Ticketpark/SaferpayJsonApi
Keywords saferpay
Please rate this library. Is it a good library?
Informations about the package saferpay-json-api
SaferpayJsonApi
A php library to use the Saferpay Json API.
Installation
Add the library in your composer.json:
Usage
In order to perform a payment as you would typically do it in an online shop, you need to handle the following steps:
- Initialize the payment page (see /example/PaymentPage/example-initialize.php)
- Redirect the user to the payment page and let them enter their payment data
- Assert that the payment was successfully done (see /example/PaymentPage/example-assert.php)
- Capture the payment to make it final (see /example/Transaction/example-capture.php)
Have a look at the example folder for more.
Documentation
This library is currently based on v1.40 of the Saferpay JSON API.
Find the most current documentation of the Saferpay JSON API here:
https://saferpay.github.io/jsonapi/
Contribution
You are welcome to contribute to this repo.
All versions of saferpay-json-api with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4|~8.0.0|~8.1.0|~8.2.0|~8.3.0
doctrine/annotations Version ^1.11|^2.0
jms/serializer Version ^3.16
guzzlehttp/guzzle Version ^6.3|^7.0
doctrine/annotations Version ^1.11|^2.0
jms/serializer Version ^3.16
guzzlehttp/guzzle Version ^6.3|^7.0
The package ticketpark/saferpay-json-api contains the following files
Loading the files please wait ....