PHPackages                             kennebula/dingerpaymentintegration - 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. kennebula/dingerpaymentintegration

ActiveComposer-package[Payment Processing](/categories/payments)

kennebula/dingerpaymentintegration
==================================

Payment Integration Services for aya provider

101[1 PRs](https://github.com/hnineiphyu-ken/DingerPaymentIntegration/pulls)PHP

Since Sep 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hnineiphyu-ken/DingerPaymentIntegration)[ Packagist](https://packagist.org/packages/kennebula/dingerpaymentintegration)[ RSS](/packages/kennebula-dingerpaymentintegration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AYA Payment Integration Package
===============================

[](#aya-payment-integration-package)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0;
- composer;

Features
--------

[](#features)

- PSR-4 autoloading compliant structure.
- Easy to use with Laravel framework.
- Useful tools for better code included.

Installation
============

[](#installation)

```
composer require kennebula/dingerpaymentintegration

```

Set Up Tools
============

[](#set-up-tools)

Running Command:
----------------

[](#running-command)

```
php artisan vendor:publish --provider="KenNebula\DingerPaymentIntegration\PackageServiceProvider" --tag="config"

```

Config Output
-------------

[](#config-output)

```
return [
    #to fill dinger payment url
    'url' => null,
    #to fill client id
    'clientId' => null,
    #to fill public key
    'publicKey' => null,
    #to fill project name
    'projectName' => null,
    #to fill merchant name
    'merchantName' => null,
    #to fill encryption key
    'encryptionKey' => null,
    #to fill call back key
    'callBackKey' => null
];

```

- This command will create aya.php file inside config folder like this,
- Important - You need fill the aya info in this config file for package usage.

Package Usage
-------------

[](#package-usage)

Send Payment (to get redirect url) :
------------------------------------

[](#send-payment-to-get-redirect-url-)

```
use KenNebula\DingerPaymentIntegration\Dinger;

AYA::sendPayment(@multidimensionalArray $items,@String $customer_name, @Int $total_amount, @String $merchant_order_no);

```

- Note
- items array must be include name, amount, quantity.
- customerName must be string.
- totalAmount must be integer.
- merchantOrderId must be string.

Load Output
-----------

[](#load-output)

- This will generate a dinger prebuild form url.

Extract Callback Data:
----------------------

[](#extract-callback-data)

```
use KenNebula\DingerPaymentIntegration\Dinger;

Dinger::callback(@String $paymentResult,@String $checkSum);

```

- Note
- paymentResult must be string.
- checkSum must be string.

Callback Output
---------------

[](#callback-output)

- This will return decrypted data array include payment information.

License
=======

[](#license)

KenNebula Reserved Since 2024.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

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://www.gravatar.com/avatar/92243ae854e38b6e7804de35e6a451406e7b1ccdbc2845df9b829f76c8184f76?d=identicon)[hnineiphyu-ken](/maintainers/hnineiphyu-ken)

---

Top Contributors

[![hnineiphyu-ken](https://avatars.githubusercontent.com/u/61172339?v=4)](https://github.com/hnineiphyu-ken "hnineiphyu-ken (1 commits)")

### Embed Badge

![Health badge](/badges/kennebula-dingerpaymentintegration/health.svg)

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

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