PHPackages                             vidhyaprakash/razorpay-payment-gateway - 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. vidhyaprakash/razorpay-payment-gateway

ActiveLibrary

vidhyaprakash/razorpay-payment-gateway
======================================

This package will help developers to intgerate the razorpay payment gateway to your existing application.

v1.0.2(3y ago)01MITPHP

Since Jul 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RVP04/laravel-razorpay-payment-gateway)[ Packagist](https://packagist.org/packages/vidhyaprakash/razorpay-payment-gateway)[ RSS](/packages/vidhyaprakash-razorpay-payment-gateway/feed)WikiDiscussions master Synced 1mo ago

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

Razor Pay Payment Gateway Package
=================================

[](#razor-pay-payment-gateway-package)

[![Issues](https://camo.githubusercontent.com/85419cafe8c2041fa2a896745ebd6f95aba9ed6cccc3682810c3d9d16411e916/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f52565030342f6c61726176656c2d72617a6f727061792d7061796d656e742d676174657761792e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/RVP04/laravel-razorpay-payment-gateway/issues)[![Forks](https://camo.githubusercontent.com/20624d59be6fa38d602a8f7cdad6bfd1e275be116ea8773a442721ae2b22d973/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f52565030342f6c61726176656c2d72617a6f727061792d7061796d656e742d676174657761792e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/RVP04/laravel-razorpay-payment-gateway/network/members)[![Stargazers](https://camo.githubusercontent.com/b4695b9b5f6dfc684392ea4dcbed41592582b7b559af9eeec4ece1df1a7d4717/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f52565030342f6c61726176656c2d72617a6f727061792d7061796d656e742d676174657761792e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/RVP04/laravel-razorpay-payment-gateway/stargazers)

Steps to usage the package
--------------------------

[](#steps-to-usage-the-package)

This will help developers to integerate RazorPay Payment Gateway With our Existing Application. Lets see how to use our package.

Note: Ensure that you have already installed laravel/ui and auth scaffolding.

```
  composer require vidhyaprakash/razorpay-payment-gateway
```

Update your .env file with API\_KEY and Secret (you can fetch this from Razorpay dashboard)

```
    RAZORPAY_KEY="********************"
    RAZORPAY_SECRET="************"

```

This package has migration, model, controllers, config and views ready for use. It uses products and orders table in migration. Products table is used to store all the products that you want to sell. Show all the products from the index view and from that index use a href tag to call the route (GET) payment-process-page with product id. The sample page is given in views.

```
    http://url/products

```

The above url will show all products. (Requesting to add / seed your own data)

```
    http://url/payment-process/{product}

```

The above url will show the button which has integerated with razorpay ready to go for payments.

```
    http://url/payment-status

```

The above url will verify the payment with razorpay and also add the payment information to the orders table.

[![Made with love in India](https://camo.githubusercontent.com/c7e5d9c7906fc21cda8215517eb7e8c99d0f27b21e008813f890c75624773d8d/68747470733a2f2f6d616465776974686c6f76652e6e6f772e73682f696e3f68656172743d747275652674656d706c6174653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/c7e5d9c7906fc21cda8215517eb7e8c99d0f27b21e008813f890c75624773d8d/68747470733a2f2f6d616465776974686c6f76652e6e6f772e73682f696e3f68656172743d747275652674656d706c6174653d666f722d7468652d6261646765)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

1401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/227c96c96db251b035fc259a937b83effdb75ec5c2b3c4c073590e3b9c6c9d03?d=identicon)[RVP04](/maintainers/RVP04)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vidhyaprakash-razorpay-payment-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/vidhyaprakash-razorpay-payment-gateway/health.svg)](https://phpackages.com/packages/vidhyaprakash-razorpay-payment-gateway)
```

###  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)
