PHPackages                             tmconsulting/uniteller-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. tmconsulting/uniteller-php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

tmconsulting/uniteller-php-sdk
==============================

PHP Library for integration with Uniteller payment processing.

0.3.0(1y ago)217.0k10[1 issues](https://github.com/tmconsulting/uniteller-php-sdk/issues)2MITPHPPHP ^7.2 || ^8.0

Since Mar 13Pushed 1y ago7 watchersCompare

[ Source](https://github.com/tmconsulting/uniteller-php-sdk)[ Packagist](https://packagist.org/packages/tmconsulting/uniteller-php-sdk)[ RSS](/packages/tmconsulting-uniteller-php-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (5)Versions (10)Used By (2)

Uniteller PHP SDK
=================

[](#uniteller-php-sdk)

 [![Uniteller](https://camo.githubusercontent.com/eee80162e6964a1f0c7f350da3b46ee350a3c5c0497aa94aba8c065c2888d71b/68747470733a2f2f6c6b2e756e6974656c6c65722e72752f696d616765732f756c6f676f2e706e67)](https://camo.githubusercontent.com/eee80162e6964a1f0c7f350da3b46ee350a3c5c0497aa94aba8c065c2888d71b/68747470733a2f2f6c6b2e756e6974656c6c65722e72752f696d616765732f756c6f676f2e706e67)

 [ ![](https://camo.githubusercontent.com/d29d3d961df83f48499c87bbcc192d3b9b9abc42ec612f6010d8f1b81145180f/68747470733a2f2f7472617669732d63692e6f72672f746d636f6e73756c74696e672f756e6974656c6c65722d7068702d73646b2e7376673f6272616e63683d6d6173746572) ](https://travis-ci.org/tmconsulting/uniteller-php-sdk) [ ![](https://camo.githubusercontent.com/f37e41bd5914586f056cba52fdaed74ab74575ab280e362eb5f4c6b0afb7e3f8/68747470733a2f2f706f7365722e707567782e6f72672f746d636f6e73756c74696e672f756e6974656c6c65722d7068702d73646b2f762f737461626c65) ](https://packagist.org/packages/tmconsulting/uniteller-php-sdk) [ ![](https://camo.githubusercontent.com/bd6a8e87a37436f3636d1dad51e1c7d4f178183d616b258a45b2dc75498fc790/68747470733a2f2f706f7365722e707567782e6f72672f746d636f6e73756c74696e672f756e6974656c6c65722d7068702d73646b2f6c6963656e7365) ](https://packagist.org/packages/tmconsulting/uniteller-php-sdk)

PHP (7.2+) SDK for integration internet-acquiring of the Uniteller (unofficial). [This documentation is available in Russian language](README_RU.md). Also, this SDK integrated with [Payum](https://github.com/Payum/Payum) library and you can use [gateway](https://github.com/tmconsulting/payum-uniteller-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` or `cancelled` variants. They will be converted to general status like as `cancelled`.)

TODO:

- translate to English comments and system (error) messages
- validation
- implement method `card`
- implement method `confirm`

Install
-------

[](#install)

For install package follow this command:

`composer require tmconsulting/uniteller-php-sdk`

Usage
-----

[](#usage)

A few usage example the current SDK your can found on the `examples` folder. Just follow instruction on `README.md` file.

### Configure credentials

[](#configure-credentials)

```
