webdevvicky/bagisto-phonepe-v2

Phonepe payment gateway for bagisto laravel open source ecommerce platform.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/webdevvicky/bagisto-phonepe-v2

v1.0.4 2025-07-23 04:47 UTC

This package is auto-updated.

Last update: 2025-12-23 05:56:34 UTC


README

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

This integration uses PhonePe API Version 2

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,
  1. Navigate to your admin panel: Go to Configure/Payment Methods Phonepe will appear at the end of the payment method list

  2. Add the Phonepe route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :

$middleware->validateCsrfTokens(except: [
   '/phonepe/callback',
]);
  1. Clear your configuration cache:
php artisan config:cache

Originally developed by Vfix Technology
Modified and maintained by webdevvicky