PHP code example of getepay / getepe

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

    

getepay / getepe example snippets

bash
composer nto module:enable Getepay_Getepe --clear-static-content
bash
php bin/magento setup:di:compile && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f && php bin/magento indexer:reindex && php bin/magento cache:flush

php bin/magento module:disable Getepay_Getepe
php bin/magento module:uninstall Getepay_Getepe

php bin/magento module:disable Getepay_Getepe

DELETE FROM `setup_module` WHERE `setup_module`.`module` = 'Getepay_Getepe';