/home/kueuepay/public_html/resources/installer/src/config/installer.php
<?php 

$minimum_php_version = "8.0.13";

return [

    /*
    |--------------------------------------------------------------------------
    | Installment Requirements
    |--------------------------------------------------------------------------
    |
    |Installment requirements server/database. This is the default values for process installation. 
    |This variable contains installment related all require stuff details like server, database, 
    |server version, database engine, database version, server extensions etc.
    |
    */

    'requirements'      => [
        'php'   => [
            'min_version'    => $minimum_php_version,
            'extensions'    => [
                'openssl',
                'pdo',
                'mbstring',
                'tokenizer',
                'json',
                'gd',
                'curl',
                'zip',
                'zlib',
                'fileinfo',
                'exif',
            ],
        ],
        'apache'    => [
            'mod_rewrite',
        ]
    ],

    /*
    |--------------------------------------------------------------------------
    | Folders Permissions
    |--------------------------------------------------------------------------
    |
    | This is default folder permission for process installation.
    |
    */

    'permissions'   => [
        'storage/framework/'     => '775',
        'storage/logs/'          => '775',
        'bootstrap/cache/'       => '775',
    ],

    'marketplace'       => 'codecanyon',

];
Authentication

Authentication

To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.

If you don't have any merchant account please Register to continue