PHPackages                             v3labs/payubiz - 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. v3labs/payubiz

ActiveLibrary[Payment Processing](/categories/payments)

v3labs/payubiz
==============

PayUbiz library for PHP

0.3.1(7y ago)31.3k6MITPHPPHP &gt;=5.5.0

Since Apr 23Pushed 7y agoCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (0)

PayUbiz API for PHP
===================

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

Simple library for accepting payments via [PayUbiz](https://www.payu.in/).

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

[](#installation)

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

```
{
    "require": {
        "v3labs/payubiz": "^0.3"
    }
}

```

Usage
-----

[](#usage)

You'll find a minimal usage example below.

### Initialize purchase

[](#initialize-purchase)

```
