PHP code example of calcurates / module-magento

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

    

calcurates / module-magento example snippets

bash
cd path_to_magento
sudo -u magento_user php bin/magento setup:upgrade
sudo -u magento_user php bin/magento cache:flush
bash
cd path_to_magento
composer gento setup:upgrade
sudo -u magento_user php bin/magento cache:flush
bash
cd path_to_magento
sudo -u magento_user php bin/magento config:set oauth/consumer/enable_integration_as_bearer 1
sudo -u magento_user php bin/magento cache:flush