PHPackages                             myomyintaung512/php-dinger-prebuilt - 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. myomyintaung512/php-dinger-prebuilt

ActiveLibrary[Payment Processing](/categories/payments)

myomyintaung512/php-dinger-prebuilt
===================================

A PHP package for Dinger Payment Integration

1.0.0(1y ago)02MITPHPPHP &gt;=7.2

Since Feb 17Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/myomyintaung512/php-dinger-prebuilt)[ Packagist](https://packagist.org/packages/myomyintaung512/php-dinger-prebuilt)[ RSS](/packages/myomyintaung512-php-dinger-prebuilt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Dinger Prebuilt Payment Integration
===================================

[](#dinger-prebuilt-payment-integration)

A PHP package for integrating Dinger Payment Gateway.

Installation
------------

[](#installation)

```
composer require myomyintaung512/php-dinger-prebuilt
```

Usage
-----

[](#usage)

```
use myomyintaung512\DingerPrebuilt\DingerPrebuilt;

// Initialize with custom config (optional)
$config = [
    'clientId' => 'your-client-id',
    'merchantKey' => 'your-merchant-key',
    'publicKey' => 'your-public-key',
    'projectName' => 'your-project-name',
    'merchantName' => 'your-merchant-name',
    'hashKey' => 'your-hash-key',
    'baseUrl' => 'https://prebuilt.dinger.asia' // optional
];

$dinger = new DingerPrebuilt($config);

// Prepare items
$items = [
    [
        'name' => 'Product 1',
        'amount' => '1000',
        'quantity' => '1'
    ]
];

// Generate payment URL
$paymentUrl = $dinger->createPayment(
    $items,
    'Customer Name',
    '1000',
    'ORDER123'
);

// Redirect to payment URL
header("Location: " . $paymentUrl);
```

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance66

Regular maintenance activity

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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

446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68decbff5127a14c01e57893a847759f5d4b1f9b519dcdf7cce254dc4445ac8c?d=identicon)[myomyintaung512](/maintainers/myomyintaung512)

---

Top Contributors

[![myomyintaung512](https://avatars.githubusercontent.com/u/2306452?v=4)](https://github.com/myomyintaung512 "myomyintaung512 (2 commits)")

### Embed Badge

![Health badge](/badges/myomyintaung512-php-dinger-prebuilt/health.svg)

```
[![Health](https://phpackages.com/badges/myomyintaung512-php-dinger-prebuilt/health.svg)](https://phpackages.com/packages/myomyintaung512-php-dinger-prebuilt)
```

###  Alternatives

[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

505.1M9](/packages/amzn-amazon-pay-api-sdk-php)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

109501.7k1](/packages/amzn-amazon-pay-magento-2-module)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[tpay-com/tpay-php

Tpay.com library

25260.3k9](/packages/tpay-com-tpay-php)[litle/payments-sdk

The Vantiv eCommerce PHP SDK is a PHP implementation of the \[Vantiv eCommerce\](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with Vantiv eCommerce

19139.3k1](/packages/litle-payments-sdk)[saleh7/php-zatca-xml

An unofficial PHP library for generating ZATCA Fatoora e-invoices. This library facilitates the creation of compliant e-invoices, QR Codes, and certificates, as well as the submission of e-invoices to ZATCA's servers. It provides developers with an easy-to-use, customizable, and robust toolkit to integrate and automate ZATCA e-invoicing processes in PHP applications.

5112.5k](/packages/saleh7-php-zatca-xml)

PHPackages © 2026

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