PHPackages                             rajib/custompaytm - 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. rajib/custompaytm

ActiveLibrary[Payment Processing](/categories/payments)

rajib/custompaytm
=================

1.0.0(4y ago)013MITPHP

Since Aug 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rajib3t/custompaytm)[ Packagist](https://packagist.org/packages/rajib/custompaytm)[ RSS](/packages/rajib-custompaytm/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

This is simple custom php PAYTM gatewaye integration.

\#Install composer require rajib/custompaytm #uses require\_once **DIR** . '/vendor/autoload.php'; use rajib\\PayTM\\PayTM;

Create instant

```
$config['environment']='local'; // for pruduction 'production'
$config['merchant_id']='your merchant id';
$config['merchant_key']='your merchant key';
$config['merchant_website']='merchant website';
$config['industry_type']='type';
$config['chanel']='chanel';
$paytm = new PayTM($config);

For sending payment request

$data=[
'order_id'=>'order_id', // Order id must be unique
'user_id'=>'user_id',
'amount'=>10.00,
'call_back_url'=>'' // where recieved response

```

\]; $paytm-&gt;pay($data);

```
Recieved Responce In call back
$config['environment']='local'; // for pruduction 'production'
$config['merchant_id']='your merchant id';
$config['merchant_key']='your merchant key';
$config['merchant_website']='merchant website';
$config['industry_type']='type';
$config['chanel']='chanel';
$paytm = new PayTM($config);
$responce = $paytm->recived($_POST);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1757d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cf55177a103ff34705b53a3b279ead2fa0aef5b979f734c6a914dd8ee5ffae2?d=identicon)[rajib.3t](/maintainers/rajib.3t)

---

Top Contributors

[![rajibtechnokrats](https://avatars.githubusercontent.com/u/133654066?v=4)](https://github.com/rajibtechnokrats "rajibtechnokrats (7 commits)")

### Embed Badge

![Health badge](/badges/rajib-custompaytm/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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