Skip to content

AliyunOpenAPI/php-aliyun-open-api-batch-compute

Repository files navigation

The Batch Compute SDK for Aliyun OpenAPI

Latest Version on Packagist Software License Total Downloads

The Batch Compute SDK for Aliyun OpenAPI

Install

Via Composer

$ composer require lokielse/aliyun-open-api-batch-compute

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 Batch Compute PHP SDK for Aliyun OpenAPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages