Как получить отчеты от Amazon Affiliate
Я нашел эту библиотеку PHP-Oara https://github.com/fubralimited/php-oara в Github, и я уже настроил все. $networkName = "Amazon"; //Ex: AffiliateWindow //Retrieving the credentials for the network $config = Zend_Registry::getInstance()->get('credentialsIni'); $configName = strtolower($networkName); $credentials = $config->$configName->toArray(); //Path for the cookie located inside the Oara/data/curl folder $credentials["cookiesDir"] = "example"; $credentials["cookiesSubDir"] = $networkName; $credentials["cookieName"] = "test"; //The name of the […]