PHPackages                             niranjan94/payumoney - 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. niranjan94/payumoney

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

niranjan94/payumoney
====================

PayUMoney library for PHP

1.1(9y ago)09574MITPHPPHP &gt;=5.5.0

Since Apr 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/niranjan94/payumoney-php)[ Packagist](https://packagist.org/packages/niranjan94/payumoney)[ Docs](http://github.com/niranjan94/payumoney-php)[ RSS](/packages/niranjan94-payumoney/feed)WikiDiscussions master Synced today

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

[![StyleCI](https://camo.githubusercontent.com/5d9c133a2c88a0a755d0bbfa33260ecb5acc3ec25c508a8f30018dcc530eb150/68747470733a2f2f7374796c6563692e696f2f7265706f732f35313133373735302f736869656c64)](https://styleci.io/repos/51137750)

PayUMoney API for PHP
=====================

[](#payumoney-api-for-php)

Simple library for accepting payments via [PayUMoney](https://www.payumoney.com/).

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

[](#installation)

To add this library to your project, simply add a dependency on `niranjan94/payumoney` to your project's `composer.json` file. Here is a minimal example of a composer.json file:

```
{
    "require": {
        "niranjan94/payumoney": "1.*"
    }
}

```

Usage
-----

[](#usage)

You'll find a minimal usage example below.

### Initialize purchase

[](#initialize-purchase)

```
