PHP code example of heidelpay / magento2

1. Go to this page and download the library: Download heidelpay/magento2 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/ */

    

heidelpay / magento2 example snippets

 -f bin/magento module:enable Heidelpay_Gateway --clear-static-content
 -f bin/magento setup:upgrade
 -f bin/magento cache:flush
 -f bin/magento setup:di:compile
 -f bin/magento setup:static-content:deploy