PHPackages                             vfixtechnology/bagisto-payu - 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. vfixtechnology/bagisto-payu

ActiveLibrary[Payment Processing](/categories/payments)

vfixtechnology/bagisto-payu
===========================

Payu payment gateway for Bagisto Laravel ecommerce platform

v1.0.3(10mo ago)142MITPHPPHP ^8.1|^8.2|^8.3

Since Apr 5Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/vfixtechnology/bagisto-payu)[ Packagist](https://packagist.org/packages/vfixtechnology/bagisto-payu)[ RSS](/packages/vfixtechnology-bagisto-payu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Payu Payment Gateway Integration for Bagisto by Vfix Technology
===============================================================

[](#payu-payment-gateway-integration-for-bagisto-by-vfix-technology)

This package provides a seamless integration of Payu payment gateway with Bagisto applications.

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

[](#installation)

1. Install the package via Composer:

```
composer require vfixtechnology/bagisto-payu
```

2. Register the Payu service provider in Bootstrap/providers.php:

```
 Vfixtechnology\Payu\Providers\PayuServiceProvider::class,
```

3. Navigate to your admin panel: Go to Configure/Payment Methods Payu will appear at the end of the payment method list
4. Add the Payu route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :

```
$middleware->validateCsrfTokens(except: [
   '/payu-success',
   '/payu-failure'
]);
```

5. Clear your configuration cache:

```
php artisan config:cache
```

Support This Project
--------------------

[](#support-this-project)

If you find this package useful, please consider showing your support by:

⭐ Giving the repository a star on GitHub
📣 Sharing it with your developer community
🐛 Reporting any issues you encounter

Your support helps maintain and improve this project for everyone.

#### For any help or customization, visit  or email us

[](#for-any-help-or-customization-visit-httpswwwvfixtechnologycom-or-email-us-infovfixtechnologycom)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance56

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~37 days

Total

3

Last Release

325d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dcb069b38b990252aba1ecb79921c68ccab25305d67b15d1a6c2c1f76bf2e88?d=identicon)[vfixtechnology.com](/maintainers/vfixtechnology.com)

---

Top Contributors

[![vfixtechnology](https://avatars.githubusercontent.com/u/140944193?v=4)](https://github.com/vfixtechnology "vfixtechnology (2 commits)")

---

Tags

laravelstripepaymentecommercebagisto

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vfixtechnology-bagisto-payu/health.svg)

```
[![Health](https://phpackages.com/badges/vfixtechnology-bagisto-payu/health.svg)](https://phpackages.com/packages/vfixtechnology-bagisto-payu)
```

###  Alternatives

[codenteq/stripe-payment-gateway

The Laravel eCommerce Stripe Payment Gateway

252.8k](/packages/codenteq-stripe-payment-gateway)[lunarphp/stripe

Stripe payment driver for Lunar.

2055.8k4](/packages/lunarphp-stripe)[paymentsuite/stripe-bundle

Stripe PaymentSuite Component

105.0k](/packages/paymentsuite-stripe-bundle)[codenteq/iyzico-payment-gateway

The Laravel eCommerce Iyzico Payment Gateway

111.0k](/packages/codenteq-iyzico-payment-gateway)

PHPackages © 2026

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