library php-aliyun-open-api-search
aliyunsdk
aliyunapi/php-aliyun-open-api-search
aliyunsdk
- Thursday, March 30, 2017
- by xutl
- Repository
- 0 Watchers
- 1 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
php-aliyun-open-api-search
开放搜索接口, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist aliyunapi/php-aliyun-open-api-search
or add, (*4)
"aliyunapi/php-aliyun-open-api-search": "~1.0"
to the require section of your composer.json., (*5)
使用方式
$client = new \aliyun\search\Client([
'accessKeyId' => '123456',
'accessSecret' => '123456'
'appName' => 'search',
'baseUri' => 'http://opensearch-cn-hangzhou.aliyuncs.com',
]);
//发送接口请求
$response = $client->getApps();
print_r($response);
exit;
dev-master
9999999-dev
aliyunsdk
Sources
Download
Apache
The Requires
by
Xu TL
search
aliyun
aliyun sdk
1.0.1
1.0.1.0
aliyunsdk
Sources
Download
Apache
The Requires
by
Xu TL
search
aliyun
aliyun sdk
1.0.0
1.0.0.0
aliyunsdk
Sources
Download
Apache
The Requires
by
Xu TL
search
aliyun
aliyun sdk