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

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

awethemes/omnipay-payubiz
=========================

PayUBiz driver for the Omnipay

0.1.0(7y ago)1221MITPHP

Since Sep 4Pushed 7y ago3 watchersCompare

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

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

OmniPay PayUBiz
===============

[](#omnipay-payubiz)

Integrates PayUBiz payment gateway with Omnipay.

Install
-------

[](#install)

Via Composer

```
$ composer require awethemes/omnipay-payubiz
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

```
$gateway = OmniAuth::create('PayUBiz');
$gateway->setKey(MERCHANT_ID);
$gateway->setSalt(PAYU_SALT);
$params = [
    'name' => $user->name,
    'email' => $user->email,
    'amount' => $product->amount,
    'product' => $product->name,
    'transactionId' => uniqid(),
    'failureUrl' => url('api/v1/checkout/failed'),
    'returnUrl' => url('api/v1/checkout/thank-you')
];

$gateway->purchase($params)->send()->redirect();
```

Check official OmniPay documentation for more

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Prabhakar Bhat](https://github.com/jaysson)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34f2f5903cfa415b2ce27d42b5a15c854ab99e0caaac2068f238904dd8be7901?d=identicon)[awethemes](/maintainers/awethemes)

---

Top Contributors

[![anhskohbo](https://avatars.githubusercontent.com/u/1529454?v=4)](https://github.com/anhskohbo "anhskohbo (5 commits)")

### Embed Badge

![Health badge](/badges/awethemes-omnipay-payubiz/health.svg)

```
[![Health](https://phpackages.com/badges/awethemes-omnipay-payubiz/health.svg)](https://phpackages.com/packages/awethemes-omnipay-payubiz)
```

###  Alternatives

[league/omnipay

Omnipay payment processing library

6.1k9.7M166](/packages/league-omnipay)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
