PHP code example of hmm / dingerprebuildform
1. Go to this page and download the library: Download hmm/dingerprebuildform library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hmm / dingerprebuildform example snippets
return [
#Dinger Callback Key ထည့်ပါ။
"callback_key" => null,
#Dinger Public Key ထည့်ပါ။
"public_key" => null
#Dinger Secret Key ထည့်ပါ။
"secret_key" => null,
#Dinger Prebuild url ထည့်ပါ။
#production url ကို ဤနေရာတွင် ပြောင်းလဲ ဖြည့်စွက်နိုင်သည်။
#sample - https://form.dinger.asia
"url" => "https://prebuilt.dinger.asia",
#project name ထည့်ပါ။
"project_name" => null,
#merchant name ထည့်ပါ။
"merchant_name" => null,
#client id ထည့်ပါ။
"client_id" => null,
#merchant key ထည့်ပါ။
"merchant_key" => null
];