PHPackages                             fullpipe/payum-uniteller - 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. fullpipe/payum-uniteller

ActiveLibrary[Payment Processing](/categories/payments)

fullpipe/payum-uniteller
========================

Uniteller payment

v1.0(11y ago)11152MITPHPPHP &gt;=5.3.2

Since May 6Pushed 10y ago3 watchersCompare

[ Source](https://github.com/fullpipe/payum-uniteller)[ Packagist](https://packagist.org/packages/fullpipe/payum-uniteller)[ Docs](http://payum.org)[ RSS](/packages/fullpipe-payum-uniteller/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Uniteller payment gateway for [payum](http://payum.org/)
========================================================

[](#uniteller-payment-gateway-for-payum)

Instalation (with symfony2 payum bundle)
----------------------------------------

[](#instalation-with-symfony2-payum-bundle)

add to your composer json

```
{
    "require": {
        "payum/payum-bundle": "0.14.*",
        "fullpipe/payum-uniteller": "dev-master"
    }
}
```

Add UnitellerPaymentFactory to payum:

```
