PHPackages                             wontonee/razorpayhdfc - 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. wontonee/razorpayhdfc

ActiveLibrary

wontonee/razorpayhdfc
=====================

Razorpay HDFC Vas payment gateway for bagisto laravel open source ecommerce platform.

1.0(1y ago)010MITPHP

Since Jun 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wontonee/RazorPay-HDFC-VAS-Bagisto-Laravel)[ Packagist](https://packagist.org/packages/wontonee/razorpayhdfc)[ RSS](/packages/wontonee-razorpayhdfc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

RazorPay HDFC Vas Payment Gateway
=================================

[](#razorpay-hdfc-vas-payment-gateway)

RazorPay is a popular payment gateway. This package provides strong support for users to integrate the RazorPay HDFC Vas payment gateway into their Bagisto Laravel e-commerce applications.

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

[](#installation)

1. Use the command prompt to install this package:

```
composer require wontonee/razorpayhdfc
```

2. Open `config/app.php` and register the Razorpay HDFC Vas provider.

```
'providers' => [
        // RazorPay provider
        Wontonee\RazorpayHDFC\Providers\RazorpayServiceProvider::class
]
```

3. Navigate to the `admin panel -> Configure/Payment Methods`, where Razorpay HDFC Vas will be visible at the end of the payment method list.
4. Now open `app\Http\Middleware\VerifyCsrfToken.php` and add this route to the exception list.

```
protected $except = [
    '/razorpaycheck',
];
```

5. Now run `php artisan config:cache`

Troubleshooting
---------------

[](#troubleshooting)

1. If you encounter an issue where you are not redirected to the payment gateway after placing an order and receive a route error, navigate to `bootstrap/cache` and delete all cache files.

For any help or customization, visit  or email us

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

697d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/990964f490e33904da3bcc7f878293090d96ce9f244b4251f3b0b84cf8fc2860?d=identicon)[wontone18](/maintainers/wontone18)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wontonee-razorpayhdfc/health.svg)

```
[![Health](https://phpackages.com/badges/wontonee-razorpayhdfc/health.svg)](https://phpackages.com/packages/wontonee-razorpayhdfc)
```

PHPackages © 2026

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