Download the PHP package rusproj/uniteller-php-sdk without Composer
On this page you can find all versions of the php package rusproj/uniteller-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rusproj/uniteller-php-sdk
More information about rusproj/uniteller-php-sdk
Files in rusproj/uniteller-php-sdk
Package uniteller-php-sdk
Short Description PHP Library for integration with Uniteller payment processing.
License MIT
Informations about the package uniteller-php-sdk
Uniteller PHP SDK
PHP (5.6+) SDK for integration internet-acquiring of the Uniteller (unofficial). This documentation is available in Russian language. Also, this SDK integrated with Payum library and you can use gateway.
Features:
- payment (method
pay
) - recurrent (method
recurrent
) - cancel (method
unblock
) - receive results
- callback (method for verify incoming signature)
- general error handler for any request
- general statuses (In the requests/responses may to meet
canceled
orcancelled
variants. They will be converted to general status like ascancelled
.)
TODO:
- translate to English comments and system (error) messages
- validation
- implement method
card
- implement method
confirm
Install
For install package follow this command:
composer require tmconsulting/uniteller-php-sdk
Usage
A few usage example the current SDK your can found on the examples
folder.
Just follow instruction on README.md
file.
Configure credentials
Redirect to page payment
So, for redirect to page your enough to run payment
method with parameters like as:
or use plain array
Recurrent payment
or use plain array
Cancel payment
or
Receive results
Callback (gateway notification)
Receive incoming parameters from gateway and verifying signature.
Tests
vendor/bin/phpunit
License
MIT.
All versions of uniteller-php-sdk with dependencies
php-http/httplug Version ^1.1
php-http/guzzle6-adapter Version ^1.1
guzzlehttp/guzzle Version ^6.5