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 ago2 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 2w ago

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 36% 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

2856d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26646204?v=4)[awethemes](/maintainers/awethemes)[@awethemes](https://github.com/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

[ignited/laravel-omnipay

Integrates Omnipay with Laravel and provides an easy configuration.

5151.1M12](/packages/ignited-laravel-omnipay)[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.8M10](/packages/omnipay-mollie)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38108.5k17](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

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