PHPackages                             hmm/dingerprebuildform - 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. hmm/dingerprebuildform

ActiveComposer-package

hmm/dingerprebuildform
======================

hmm

v1.0(3y ago)132MITPHP

Since Feb 21Pushed 3y agoCompare

[ Source](https://github.com/thihaeungg/dingerprebuildform)[ Packagist](https://packagist.org/packages/hmm/dingerprebuildform)[ RSS](/packages/hmm-dingerprebuildform/feed)WikiDiscussions main Synced 2w ago

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

Dinger Prebuild Form Integration Package
========================================

[](#dinger-prebuild-form-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 hmm/dingerprebuildform

```

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

[](#set-up-tools)

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

[](#running-command)

```
php artisan vendor:publish --provider="Hmm\Dingerprebuildform\DingerServiceProvider" --tag="config"

```

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

[](#config-output)

```

```

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

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

[](#package-usage)

Generate Prebuild Url:
----------------------

[](#generate-prebuild-url)

```
use Hmm\Dingerprebuildform\Dinger;

Dinger::load(@multidimensionalArray $items,@String $customerName, @Int $totalAmount, @String $merchantOrderId);

```

- 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 Hmm\Dingerprebuildform\Dinger;

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

```

- Note
- paymentResult must be string.
- checkSum must be string.
- ImportantForCallbackApi ( Not belong with this function. Just FYI). #That callback data need to call with array square brackets. Not with object arrow.

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

[](#callback-output)

- This will generate decrypted callback data array.

License
=======

[](#license)

HMM Reserved Since 2023.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10a9d20c0cf7a92cdf970b8911a4766930b557413c87c9959bf1b1621aaac065?d=identicon)[thihaeungg](/maintainers/thihaeungg)

---

Top Contributors

[![thihaeungg](https://avatars.githubusercontent.com/u/124340704?v=4)](https://github.com/thihaeungg "thihaeungg (35 commits)")

### Embed Badge

![Health badge](/badges/hmm-dingerprebuildform/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M574](/packages/laravel-passport)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k885.1k22](/packages/danog-madelineproto)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6513.9M11](/packages/aporat-store-receipt-validator)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)

PHPackages © 2026

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