Download the PHP package duitku_payment_gateway/duitku_link_aja_qris without Composer

On this page you can find all versions of the php package duitku_payment_gateway/duitku_link_aja_qris. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package duitku_link_aja_qris

duitku

Duitku integration for your Magento 2! 💸💸💸
Start receiving payment through your e-commerce magento with Duitku extension plugin payment integration.

How to install the plugins

Install Duitku LinkAja QRIS plugins through Composer

Before you begin to install through the composer, you need Magento marketplace account and make sure that you have installed Composer. In your terminal, go to the Magento folder and run the following commands:

  1. Install the plugins: composer require duitku_payment_gateway/duitku_link_aja_qris
  2. Enable the plugin: bin/magento module:enable Duitku_Linkajaqris
  3. Execute upgrade script : bin/magento setup:upgrade
  4. Deploy magento : bin/magento setup:static-content:deploy -f
  5. Clean cache storage : bin/magento cache:clean
  6. Check the module status: bin/magento module:status Duitku_Linkajaqris

Note: If you do have a previous version installed and upgrade the plugins to the latest version. After upgrade our plugins, You need to run bin/magento setup:upgrade --keep-generated, bin/magento setup:static-content:deploy and clean cache bin/magento cachce:clean.

Install Duitku LinkAja QRIS plugins from Download file

With these steps, you can custom/modify our Magento plugins to handle the business model that you want

  1. Download and extract the plugin you have previously downloaded from GitHub and rename the folder as Linkajaqris.
  2. Upload to the root of the Magento folder (Magento installation folder) you use the FTP client of your choice.
  3. Locate the root Magento directory of your shop via FTP connection.
    (By default the root folder is on SERVER_HOST/Magento)
  4. Move the Linkajaqris folder into the Magento root/app/code/Duitku folder.
    (You might need to create the folder code/Duitku if it is not exist).
  5. Run this command on terminal

    bin/magento module:enable Duitku_Linkajaqris

    bin/magento setup:upgrade

    bin/magento cache:clean

    bin/magento module:status Duitku_Linkajaqris

Plugin Usage Instruction

Basic Plugins Configuration

Before you begin, make sure that you have successfully installed and enabled Duitku LinkAja QRIS plugins. Configure the Duitku LinkAja QRIS plugin in your Magento admin panel:

  1. Log in to your Magento admin panel.
  2. In the left navigation bar, go to Stores(1) -> Configuration(2).
  3. In the menu, go to Sales(3) -> Payment Methods(4)

  4. In the Other Payment Method section, click Duitku LinkAja QRIS to extend Basic Settings and fill out the following fields:
Field Description
Enabled To enable and disable this payment method.
Title The title of the payment method displayed to the customers.
Merchant number The unique merchantnumber received from the payment system. If you don't know your merchantnumber please Contact Duitku Payment Provider.
API Secret Key Used as an API key to be used for authorization sandbox or passport environment on API request.
Live Mode If Payment Mode Enable this redirect To live otherwise Setup Sandbox Mode.

Note: Access Keys are unique for every merchant. Server Key is secret, please always keep Server Key confidential.

Log options

The plugins will store log file in directory /var/log/duitku.log.

see our documentation for complete instruction.


All versions of duitku_link_aja_qris with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1.0|~8.1.0|8.1.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package duitku_payment_gateway/duitku_link_aja_qris contains the following files

Loading the files please wait ....