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 1w 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 43% 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

2220d 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

[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)
