PHPackages                             webdevvicky/bagisto-phonepe-v2 - 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. webdevvicky/bagisto-phonepe-v2

ActiveLibrary

webdevvicky/bagisto-phonepe-v2
==============================

Phonepe payment gateway for bagisto laravel open source ecommerce platform.

v1.0.4(9mo ago)07[1 issues](https://github.com/webdevvicky/bagisto-phonepe-v2/issues)MITPHP

Since May 2Pushed 9mo agoCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

PhonePe Payment Gateway Integration for Bagisto by webdevvicky
==============================================================

[](#phonepe-payment-gateway-integration-for-bagisto-by-webdevvicky)

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

**This integration uses PhonePe API Version 2**

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

[](#installation)

1. Install the package via Composer:

    ```
    composer require webdevvicky/bagisto-phonepe
    ```
2. Register the Phonepe service provider in Bootstrap/providers.php:

```
 Webdevvicky\Phonepe\Providers\PhonepeServiceProvider::class,
```

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

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

5. Clear your configuration cache:

```
php artisan config:cache
```

Originally developed by Vfix Technology
Modified and maintained by webdevvicky

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance56

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~20 days

Total

5

Last Release

291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ba07e00605eeca7dc2c51aa5c4f69060fdc60ae32f7c6393c479846b0dbe427?d=identicon)[webdevvicky](/maintainers/webdevvicky)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webdevvicky-bagisto-phonepe-v2/health.svg)

```
[![Health](https://phpackages.com/badges/webdevvicky-bagisto-phonepe-v2/health.svg)](https://phpackages.com/packages/webdevvicky-bagisto-phonepe-v2)
```

PHPackages © 2026

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