AeCloud PHP SDK 使用手冊
下載 AeCloud PHP SDK 后存放至項目中。

下載后文件包含如下
~~~
---httpful
AEHttp.class.php
AEObject.class.php
AEQuery.class.php
~~~
PHP項目引入:
~~~
require_once 'AEHttp.class.php';
require_once 'AEObject.class.php';
require_once 'AEQuery.class.php';
~~~
ThinkPHP中項目引入:
在ThinkPHP項目中,SDK文件存放至 ThinkPHP\Library\Org\Util
~~~
use Org\Util;
~~~