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

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

awethemes/omnipay-payu
======================

PayU gateway for Omnipay payment processing library

1.0.5(7y ago)33.4k1MITPHP

Since Aug 23Pushed 7y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (14)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)

```
