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

ActiveLibrary[Payment Processing](/categories/payments)

appoets/larvel-omnipay-payubiz
==============================

Laravel package for PayUBiz payment gateway with Omnipay

2431PHP

Since Nov 24Pushed 9y ago3 watchersCompare

[ Source](https://github.com/appoets/omnipay-payubiz)[ Packagist](https://packagist.org/packages/appoets/larvel-omnipay-payubiz)[ RSS](/packages/appoets-larvel-omnipay-payubiz/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5.x OmniPay PayUBiz
===========================

[](#laravel-5x-omnipay-payubiz)

Laravel package for PayUBiz payment gateway with Omnipay.

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

### Configuration

[](#configuration)

```
$PayU = OmniAuth::create('PayUBiz');
$PayU->setKey(MERCHANT_ID);
$PayU->setSalt(PAYU_SALT);

$PaymentDetails = [
    'name' => $user->name,
    'first_name' => $user->first_name,
    'last_name' => $user->last_name,
    'email' => $user->email,
    'amount' => $product->amount,
    'product' => $product->name,
    'curl' => url('api/payment/cancelled'),
    'furl' => url('api/payment/failed'),
    'surl' => url('api/payment/success')
];

$PayU->purchase($PaymentDetails)->send()->redirect();
```

Check official OmniPay documentation for more

Credits
-------

[](#credits)

- [Sidharth Raveendran](https://github.com/SidharthRaveendran)
- [Arun Yokesh](https://github.com/yokesharun)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4da4c08fe6cc7fc599d05bb88412725958654aa99815b99abe3a97d7668c87e0?d=identicon)[Sidharth](/maintainers/Sidharth)

---

Top Contributors

[![SidharthRaveendran](https://avatars.githubusercontent.com/u/7778385?v=4)](https://github.com/SidharthRaveendran "SidharthRaveendran (1 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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