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

ActiveLibrary[Payment Processing](/categories/payments)

jaysson/omnipay-payubiz
=======================

Integrates PayUBiz payment gateway with omnipay

1.0(10y ago)065[1 issues](https://github.com/jaysson/omnipay-payubiz/issues)MITPHPPHP ~5.5|~7.0

Since Apr 28Pushed 10y agoCompare

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

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

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

[](#omnipay-payubiz)

Integrates PayUBiz payment gateway with Omnipay.

Install
-------

[](#install)

Via Composer

```
$ composer require jaysson/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

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3714d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/213871358?v=4)[jaysson](/maintainers/jaysson)[@jaysson](https://github.com/jaysson)

---

Tags

omnipaypayment-gatewaypayuphpomnipaypayupayubizjaysson

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/jaysson-omnipay-payubiz/health.svg)](https://phpackages.com/packages/jaysson-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)
