# ali2woo-lite/trunk/includes/libs/ae-php-sdk/IopSdk.php

AliNext – WooCommerce Dropshipping Plugin for AliExpress, version trunk. 24 lines.

- Page: https://pluginprobe.com/plugins/ali2woo-lite/trunk/code/includes/libs/ae-php-sdk/IopSdk.php
- Raw: https://pluginprobe.com/plugins/ali2woo-lite/trunk/raw/includes/libs/ae-php-sdk/IopSdk.php
- Modified: 2023-10-24T18:02:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ali2woo-lite/trunk/code/includes/libs/ae-php-sdk/IopSdk.php#L10-L20`.

```php
<?php
/**
 * IOP SDK entry
 * please do not modified this file unless you know how to modify and how to recover
 * @author xuteng.xt
 */

    /**
     * log dir
     */
    if (!defined("IOP_SDK_WORK_DIR")) {
        define("IOP_SDK_WORK_DIR", dirname(__FILE__));
    }

    if (!defined("IOP_AUTOLOADER_PATH")) {
        define("IOP_AUTOLOADER_PATH", dirname(__FILE__));
    }

    require("iop/Constants.php");
    require("iop/IopClient.php");
    require("iop/IopLogger.php");
    require("iop/IopRequest.php");
    require("iop/UrlConstants.php");

```
