PHPackages                             raad/payment-gateway - 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. raad/payment-gateway

ActiveLibrary

raad/payment-gateway
====================

it is a test payment gateway

v0.1(3y ago)06MITPHP

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sabahraad/new_pg)[ Packagist](https://packagist.org/packages/raad/payment-gateway)[ RSS](/packages/raad-payment-gateway/feed)WikiDiscussions main Synced 1mo ago

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

new\_pg
=======

[](#new_pg)

aamarPay payment gateway package

Install it using this command -

composer require aamarpay/payment-gateway

add providers and aliases in your project config\\app.php -

'providers' =&gt; \[

Aamarpay\\PaymentGateway\\Providers\\formProvider::class,

\],

'aliases' =&gt; Facade::defaultAliases()-&gt;merge(\[

```
    'aamarpay'=> Aamarpay\PaymentGateway\Providers\formProvider::class,

])->toArray(),

```

Create a form and hit the pay route it will redirect you to the Payment Gateway

Mandatory input field name -&gt;

1. cus\_name,
2. cus\_email,
3. cus\_phone,
4. currency ,
5. amount ,
6. store\_id(Provided by aamarpay) ,
7. signature\_key(Provided by aamarpay)

Make 3 routes for successful payment,failed paymnet and canceled case in your project &amp; named them 'success','fail','cancel'

declare this routes in App\\http\\Middleware\\VerifyCsrfToken file.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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

Unknown

Total

1

Last Release

1146d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3448a4bcc0924cb64127e85a5d2ccffe3a29483c4b9a06bf110633c7799105b4?d=identicon)[sabahraad](/maintainers/sabahraad)

---

Top Contributors

[![sabahraad](https://avatars.githubusercontent.com/u/77336893?v=4)](https://github.com/sabahraad "sabahraad (9 commits)")

### Embed Badge

![Health badge](/badges/raad-payment-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/raad-payment-gateway/health.svg)](https://phpackages.com/packages/raad-payment-gateway)
```

PHPackages © 2026

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