PHPackages                             wontonee/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. wontonee/paytm

ActiveLibrary[Payment Processing](/categories/payments)

wontonee/paytm
==============

Paytm payment gateway for bagisto laravel ecommerce

5.0.2(1y ago)3256MITPHP

Since Aug 24Pushed 1y ago2 watchersCompare

[ Source](https://github.com/wontonee/paytm-payment-gateway-bagisto-laravel)[ Packagist](https://packagist.org/packages/wontonee/paytm)[ RSS](/packages/wontonee-paytm/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Bagisto Paytm Payment Gateway
=============================

[](#bagisto-paytm-payment-gateway)

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

**Support Bagisto v2.2. For Bagisto 2.1, you can downgrade the package to 5.0.1**

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

[](#installation)

1. Use the command prompt to install this package:

```
 composer require wontonee/paytm
```

2. Open `config/app.php` and register the Paytm provider.

```
'providers' => [
        // Paytm provider
        Wontonee\Paytm\Providers\PaytmServiceProvider::class,
]
```

3. Navigate to the `admin panel -> Configure/Payment Methods`, where Paytm will be visible at the end of the payment method list.
4. Now open `app\Http\Middleware\VerifyCsrfToken.php` and add this route to the exception list.

```
protected $except = [
                 '/paytmcheck'
           ];
```

5. Now run

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

For any help or customization, visit  or email us

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~268 days

Total

7

Last Release

645d ago

Major Versions

1.0 → 2.02021-08-26

2.0 → 3.02021-09-02

3.0 → 4.02021-09-02

4.0 → 5.02024-04-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/990964f490e33904da3bcc7f878293090d96ce9f244b4251f3b0b84cf8fc2860?d=identicon)[wontone18](/maintainers/wontone18)

---

Top Contributors

[![wontone18](https://avatars.githubusercontent.com/u/10259774?v=4)](https://github.com/wontone18 "wontone18 (23 commits)")

---

Tags

bagistobagisto-paymentlaravellaravel-frameworklaravel-packagepaytm-payment-gatewaypaytm-paymentsphp

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/wontonee-paytm/health.svg)](https://phpackages.com/packages/wontonee-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)
