PHP code example of iyzico / module-iyzipay

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

    

iyzico / module-iyzipay example snippets


* Copy or download the repository
* Create the iyzico folder in the app folder. In the Iyzico folder, create the Iyzipay folder. (app -> Iyzico -> Iyzipay)
* Send the repository files into the Iyzipay folder
* bin/magento module:enable Iyzico_Iyzipay --clear-static-content
* bin/magento setup:upgrade
* bin/magento setup:di:compile
* bin/magento module:status
* Enjoy :)