PHPackages                             vfixtechnology/bagisto-paytm - 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. [Payment Processing](/categories/payments)
4. /
5. vfixtechnology/bagisto-paytm

ActiveLibrary[Payment Processing](/categories/payments)

vfixtechnology/bagisto-paytm
============================

Paytm payment gateway for bagisto laravel open source ecommerce platform.

v1.0.2(1y ago)05MITPHP

Since Apr 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vfixtechnology/bagisto-paytm)[ Packagist](https://packagist.org/packages/vfixtechnology/bagisto-paytm)[ RSS](/packages/vfixtechnology-bagisto-paytm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Paytm Payment Gateway Integration for Bagisto by Vfix Technology
================================================================

[](#paytm-payment-gateway-integration-for-bagisto-by-vfix-technology)

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

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

[](#installation)

1. Install the package via Composer:

```
composer require vfixtechnology/bagisto-paytm
```

2. Register the Paytm service provider in Bootstrap/providers.php:

```
 Vfixtechnology\Paytm\Providers\PaytmServiceProvider::class,
```

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

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

5. Clear your configuration cache:

```
php artisan config:cache
```

Support This Project
--------------------

[](#support-this-project)

If you find this package useful, please consider showing your support by:

⭐ Giving the repository a star on GitHub
📣 Sharing it with your developer community
🐛 Reporting any issues you encounter

Your support helps maintain and improve this project for everyone.

#### For any help or customization, visit  or email us

[](#for-any-help-or-customization-visit-httpswwwvfixtechnologycom-or-email-us-infovfixtechnologycom)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

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

Total

2

Last Release

399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dcb069b38b990252aba1ecb79921c68ccab25305d67b15d1a6c2c1f76bf2e88?d=identicon)[vfixtechnology.com](/maintainers/vfixtechnology.com)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vfixtechnology-bagisto-paytm/health.svg)

```
[![Health](https://phpackages.com/badges/vfixtechnology-bagisto-paytm/health.svg)](https://phpackages.com/packages/vfixtechnology-bagisto-paytm)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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