Skip to content

AliyunOpenAPI/php-aliyun-open-api-rds

Repository files navigation

The RDS SDK for Aliyun OpenAPI

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

The RDS SDK for Aliyun OpenAPI

Install

Via Composer

$ composer require lokielse/aliyun-open-api-rds

Usage

/**
 * 访问信息
 */
$config = [
	'AccessKeyId'=>'<your access_key_id>',
	'AccessKeySecret'=>'<your access_key_secret>',
];

/**
 * 配置网关
 */
$endpoint = new Endpoint('cn-hangzhou', EndpointConfig::getRegionIds(), EndpointConfig::getProductDomains());
EndpointProvider::setEndpoints([ $endpoint ]);

/**
 * 授权资料
 */
$profile = DefaultProfile::getProfile('cn-hangzhou', $config['AccessKeyId'], $config['AccessKeySecret']);


/**
 * 请求对象
 */
$request = new XXXRequest();
$request->setAAA();
$request->setBBB();

$client  = new DefaultAcsClient($profile);
$response = $client->getAcsResponse($request);

var_dump($response);

官方文档

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email lokielse@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

The RDS PHP SDK for Aliyun OpenAPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages