2017 © Pedro Peláez
 

library php-aliyun-open-api-search

aliyunsdk

image

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

The README.md

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;

The Versions

30/03 2017

dev-master

9999999-dev

aliyunsdk

  Sources   Download

Apache

The Requires

 

by Xu TL

search aliyun aliyun sdk

30/03 2017

1.0.1

1.0.1.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

by Xu TL

search aliyun aliyun sdk

29/03 2017

1.0.0

1.0.0.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

by Xu TL

search aliyun aliyun sdk