PHPackages                             muluc/omnipay-payu - 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. muluc/omnipay-payu

ActiveLibrary[Payment Processing](/categories/payments)

muluc/omnipay-payu
==================

PayU gateway for Omnipay payment processing library

v0.6.0(9y ago)05MITPHP

Since Aug 23Pushed 5y agoCompare

[ Source](https://github.com/muluc47/omnipay-payu)[ Packagist](https://packagist.org/packages/muluc/omnipay-payu)[ Docs](https://github.com/bileto/omnipay-payu)[ RSS](/packages/muluc-omnipay-payu/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (8)Used By (0)

Omnipay: PayU
=============

[](#omnipay-payu)

**PayU driver for the Omnipay PHP payment processing library**

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements PayU Online Payment Gateway support for Omnipay.

PayU REST API 2.1 [documentation](http://developers.payu.com/en/restapi.html)

This implementation uses OAuth 2

Installation
------------

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "bileto/omnipay-payu": "~0.1.1"
    }
}
```

TL;DR
-----

[](#tldr)

```
