PHPackages                             mdsami/larapaytm - 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. mdsami/larapaytm

ActiveProject[Payment Processing](/categories/payments)

mdsami/larapaytm
================

Paytm Integration with Laravel

00PHP

Since Sep 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mdsami/LaraPaytm)[ Packagist](https://packagist.org/packages/mdsami/larapaytm)[ RSS](/packages/mdsami-larapaytm/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaraPaytm
=========

[](#larapaytm)

Paytm Integration with Laravel

[![Latest Stable Version](https://camo.githubusercontent.com/3291ccacdf60f909cfc8cc41c4d7badca943c0d319a0965a61496b766721a3dc/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f762f737461626c65)](https://packagist.org/packages/mdsami/larapaytm)[![Total Downloads](https://camo.githubusercontent.com/c7f65cb7634aac9434ed89f5593398f4b21ef85f9a8fa05344e80bb5d15652a4/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f646f776e6c6f616473)](https://packagist.org/packages/mdsami/larapaytm)[![License](https://camo.githubusercontent.com/b1e507023e3e6932afe7113efb80f8ce80447bcc54a6101e66c4821d939a9d6a/68747470733a2f2f706f7365722e707567782e6f72672f6d6473616d692f6c617261706179746d2f6c6963656e7365)](https://packagist.org/packages/mdsami/larapaytm)

For Laravel 5.6 and above

Introduction
------------

[](#introduction)

Integrate Paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.

License
-------

[](#license)

Laravel Paytm Wallet open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Getting Started
---------------

[](#getting-started)

To get started add the following package to your `composer.json` file using this command.

```
composer require mdsami/larapaytm

```

Configuring
-----------

[](#configuring)

**Note: For Laravel 5.5 and above auto-discovery takes care of below configuration.**

When composer installs Laravel Paytm Wallet library successfully, register the `MdSami\LaraPaytm\LaraPaytmServiceProvider` in your `config/app.php` configuration file.

```
'providers' => [
    // Other service providers...
    MdSami\LaraPaytm\LaraPaytmServiceProvider::class,
],
```

Also, add the `LaraPaytm` facade to the `aliases` array in your `app` configuration file:

```
'aliases' => [
    // Other aliases
    'LaraPaytm' => MdSami\LaraPaytm\Facades\LaraPaytm::class,
],
```

#### Add the paytm credentials to the `.env` file

[](#add-the-paytm-credentials-to-the-env-file)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5880703?v=4)[MD SAMI](/maintainers/mdsami)[@mdsami](https://github.com/mdsami)

---

Top Contributors

[![mdsami](https://avatars.githubusercontent.com/u/5880703?v=4)](https://github.com/mdsami "mdsami (14 commits)")

### Embed Badge

![Health badge](/badges/mdsami-larapaytm/health.svg)

```
[![Health](https://phpackages.com/badges/mdsami-larapaytm/health.svg)](https://phpackages.com/packages/mdsami-larapaytm)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)[oxid-esales/amazon-pay-module

AmazonPay module for OXID

1824.3k](/packages/oxid-esales-amazon-pay-module)

PHPackages © 2026

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