Download the PHP package vanssata/vanssata-pag-online-sdk without Composer
On this page you can find all versions of the php package vanssata/vanssata-pag-online-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vanssata/vanssata-pag-online-sdk
More information about vanssata/vanssata-pag-online-sdk
Files in vanssata/vanssata-pag-online-sdk
Download vanssata/vanssata-pag-online-sdk
More information about vanssata/vanssata-pag-online-sdk
Files in vanssata/vanssata-pag-online-sdk
Vendor vanssata
Package vanssata-pag-online-sdk
Short Description PagOnlineSDK Imprese PHP SDK for developers
License MIT
Package vanssata-pag-online-sdk
Short Description PagOnlineSDK Imprese PHP SDK for developers
License MIT
Please rate this library. Is it a good library?
Informations about the package vanssata-pag-online-sdk
PagOnline Sdk Library
This sdk is same as mattiabasone/PagOnline but whit remove all laravel dependency
This library can be used with PagOnline Payment Gateway and it can be easily integrated in Laravel.
With this package I'm trying to improve the crappy IGFS CG PHP Library provided by PagOnline Payment gateway.
Basic Usage
Demo scripts can be found in tests/demo
, example Init Request:
.env file configuration
Set the following environment variables in your .env
file:
PAGONLINE_SERVER_URL
payment gateway server url (default: null)PAGONLINE_REQUEST_TIMEOUT
maximum timeout in seconds for completing a request (default: 15)PAGONLINE_CONNECT_TIMEOUT
maximum timeout in seconds for connecting to the server (default: 5)PAGONLINE_TERMINAL_ID
identifier provided by the payment gateway (default: null)PAGONLINE_SIGNATURE_KEY
signature key provided by the payment gateway (default: null)PAGONLINE_CURRENCY_CODE
currency code (default: EUR)PAGONLINE_LANGUAGE_ID
language code (default: IT)
All versions of vanssata-pag-online-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-curl Version *
ext-libxml Version *
ext-mbstring Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ~6.0|^7.0
ext-curl Version *
ext-libxml Version *
ext-mbstring Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ~6.0|^7.0
The package vanssata/vanssata-pag-online-sdk contains the following files
Loading the files please wait ....