PHPackages                             violet-waves/bagisto-razorpay - 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. violet-waves/bagisto-razorpay

ActiveLibrary

violet-waves/bagisto-razorpay
=============================

Razorpay payment gateway for bagisto laravel open source ecommerce platform.

v1.1(11mo ago)0136↓100%[1 issues](https://github.com/violet-waves/bagisto-razorpay/issues)MITPHP

Since Jun 4Pushed 11mo agoCompare

[ Source](https://github.com/violet-waves/bagisto-razorpay)[ Packagist](https://packagist.org/packages/violet-waves/bagisto-razorpay)[ RSS](/packages/violet-waves-bagisto-razorpay/feed)WikiDiscussions main Synced 1mo ago

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

Bagisto Razorpay Payment Gateway - Free Plugin
==============================================

[](#bagisto-razorpay-payment-gateway---free-plugin)

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

Compatibility Notice
--------------------

[](#compatibility-notice)

**Support Bagisto v2.3.4 and above**

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

[](#installation)

1. Use the command prompt to install this package:

```
composer require violet-waves/bagisto-razorpay
```

2. Open `bootstrap/providers.php` and register the Razorpay provider by adding the following line to the array:

```
return [
  // ... other providers ...

  // Razorpay provider
  VioletWaves\Razorpay\Providers\RazorpayServiceProvider::class,
];
```

3. Navigate to the `admin panel -> Configure/Payment Methods`, where Razorpay will be visible at the end of the payment method list.
4. Add the Razorpay payment gateway route to CSRF token validation exception list in `bootstrap/app.php` inside `withoutMiddleware(function (Middleware $middleware)` array:

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

5. Clear the configuration cache:

```
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.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~3 days

Total

2

Last Release

338d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa29d2bdcb1a0b4203cc47ddd55ff9aec404ec0a6b680961c1c02e193c26f356?d=identicon)[meeeet-dev](/maintainers/meeeet-dev)

---

Top Contributors

[![meeeet-dev](https://avatars.githubusercontent.com/u/123059891?v=4)](https://github.com/meeeet-dev "meeeet-dev (4 commits)")

---

Tags

bagistorazorpay

### Embed Badge

![Health badge](/badges/violet-waves-bagisto-razorpay/health.svg)

```
[![Health](https://phpackages.com/badges/violet-waves-bagisto-razorpay/health.svg)](https://phpackages.com/packages/violet-waves-bagisto-razorpay)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[razorpay/magento

Razorpay Magento 2.0 plugin for accepting payments.

3076.5k1](/packages/razorpay-magento)[msonowal/laravel-razor-pay-cashier

Laravel Cashier provides an expressive, fluent interface to Razorpay's subscription billing services.

2625.3k](/packages/msonowal-laravel-razor-pay-cashier)

PHPackages © 2026

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