PHP code example of amphibee / akeneo-connector

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

    

amphibee / akeneo-connector example snippets


'retry' => [
    'enabled' => true,
    'max_retries' => 3,
    'delay' => 2,
    'status_codes' => [429, 500, 502, 503, 504],
],