PHPackages                             rusproj/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. rusproj/uniteller-php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

rusproj/uniteller-php-sdk
=========================

PHP Library for integration with Uniteller payment processing.

0.3.9(5y ago)0198MITPHPPHP &gt;=5.5

Since Mar 14Pushed 5y agoCompare

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

READMEChangelogDependencies (5)Versions (9)Used By (0)

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

[](#uniteller-php-sdk)

 [![](https://camo.githubusercontent.com/bb56065075a4360e75288684f8d496d9a725fe1195bc2719bb45710034ef5be9/68747470733a2f2f7777772e756e6974656c6c65722e72752f2f6c6f63616c2f74656d706c617465732f696e6465782f696d672f626173652f6c6f676f2e737667)](https://camo.githubusercontent.com/bb56065075a4360e75288684f8d496d9a725fe1195bc2719bb45710034ef5be9/68747470733a2f2f7777772e756e6974656c6c65722e72752f2f6c6f63616c2f74656d706c617465732f696e6465782f696d672f626173652f6c6f676f2e737667)

 [ ![](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) [ ![](https://camo.githubusercontent.com/8861b325c7a32cbb600541a384aedea4890f7af7041b5ba8c480337a820e667d/68747470733a2f2f706f7365722e707567782e6f72672f746d636f6e73756c74696e672f756e6974656c6c65722d7068702d73646b2f636f6d706f7365726c6f636b) ](https://packagist.org/packages/tmconsulting/uniteller-php-sdk)

PHP (5.6+) 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)

```
