PHPackages                             ssi/aggrepaypayment - 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. ssi/aggrepaypayment

ActiveLibrary[Payment Processing](/categories/payments)

ssi/aggrepaypayment
===================

Integrate Aggrepay Payments easily with this package.

1.2(6y ago)0136MITPHP

Since Apr 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/akhiidwandhare/aggrepaypayment)[ Packagist](https://packagist.org/packages/ssi/aggrepaypayment)[ RSS](/packages/ssi-aggrepaypayment/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

aggrepaypayment
===============

[](#aggrepaypayment)

aggrepaypayment

```
#Open the config/app.php and add this line in providers section.
ssi\aggrepaypayment\AggrepayPaymentServiceProvider::class,

#Add this line in the aliases section.
'Aggrepay' => ssi\aggrepaypayment\AggrepayFacade::class

#Publish vendor.
php artisan vendor:publish

$params = [
    'order_id' => 'test0013',
    'amount' => '20.00',
    'currency' => 'INR',
    'description' => 'test',
    'name' => 'akii',
    'email' => 'akhiiw.office@gmail.com',
    'phone' => '8698330550',
    'city' => 'Nagpur',
    'country' => 'IND',
    'zip_code' => '440015',
    'return_url' => url('/payStatus')
];

Aggrepay::startPayment($params)->send();

//Returns response
$result = Aggrepay::aggrepayData($_POST);

//Returns an json of all the parameters of use in the transaction
echo json_encode($result->getParams());

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

2266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffc222060a39a10f0021b9e130ce063055472a10c11bcd03982263925e19aa75?d=identicon)[akhiidwandhare](/maintainers/akhiidwandhare)

---

Top Contributors

[![akhiidwandhare](https://avatars.githubusercontent.com/u/1559648?v=4)](https://github.com/akhiidwandhare "akhiidwandhare (21 commits)")

---

Tags

aggrepayaggrepay paymentaggrepay laravel

### Embed Badge

![Health badge](/badges/ssi-aggrepaypayment/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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